Skip to content

Commit

Permalink
join sparkcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Mar 30, 2024
1 parent 77d614b commit 17f6054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/shell/spark_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def __init__(self, cmd, master_host, master_port,
f'--conf spark.local.dir={scratch}',
cmd
]
sparkcmd = ' '.join(cmd)
sparkcmd = ' '.join(sparkcmd)
super().__init__(sparkcmd, exec_info)

0 comments on commit 17f6054

Please sign in to comment.