Skip to content

Commit 4ed2205

Browse files
committed
fix comments
1 parent b7672e7 commit 4ed2205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/spark/spark_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ def setup(self, partition, environ, **job_opts):
4646
'SPARK_WORKER_CORES': '%s' % num_workers,
4747
'SPARK_LOCAL_DIRS': '"/tmp"',
4848
}
49-
# The job launcher has to be changed since the `start_analytics`
49+
# The job launcher has to be changed since the `spark-submit`
5050
# script is not used with srun.
5151
self.job.launcher = getlauncher('local')()

0 commit comments

Comments
 (0)