We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7672e7 commit 4ed2205Copy full SHA for 4ed2205
cscs-checks/apps/spark/spark_check.py
@@ -46,6 +46,6 @@ def setup(self, partition, environ, **job_opts):
46
'SPARK_WORKER_CORES': '%s' % num_workers,
47
'SPARK_LOCAL_DIRS': '"/tmp"',
48
}
49
- # The job launcher has to be changed since the `start_analytics`
+ # The job launcher has to be changed since the `spark-submit`
50
# script is not used with srun.
51
self.job.launcher = getlauncher('local')()
0 commit comments