Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 17f6054

Browse files
join sparkcmd
1 parent 77d614b commit 17f6054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jarvis_util/shell/spark_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ def __init__(self, cmd, master_host, master_port,
2626
f'--conf spark.local.dir={scratch}',
2727
cmd
2828
]
29-
sparkcmd = ' '.join(cmd)
29+
sparkcmd = ' '.join(sparkcmd)
3030
super().__init__(sparkcmd, exec_info)

0 commit comments

Comments
 (0)