Skip to content

Commit 0733511

Browse files
debug submit.py
1 parent feadab8 commit 0733511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_run_sh(hdfs_env, hdfs_input, path_src, time_str, app_name, mem):
7272
s += ['# run']
7373
s += ['echo "[+] run......"']
7474
s += ['pwd']
75-
s += ['cd src/']
75+
s += ['cd autox/']
7676
s += ['which python']
7777
s += ['pwd']
7878
s += ['echo "{}"'.format(python_cmd)]

0 commit comments

Comments
 (0)