Skip to content

Commit

Permalink
dogfooding
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Aug 27, 2024
1 parent 1b07437 commit a77ea75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/test/scala/com/scylladb/migrator/SparkUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ object SparkUtils {
"spark.driver.host=spark-master",
"--conf",
s"spark.scylla.config=/app/configurations/${migratorConfigFile}",
"--executor-cores", "2",
"--executor-memory", "4G",
// Uncomment one of the following lines to plug a remote debugger on the Spark master or worker.
// "--conf", "spark.driver.extraJavaOptions=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005",
// "--conf", "spark.executor.extraJavaOptions=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5006",
Expand Down

0 comments on commit a77ea75

Please sign in to comment.