creating initial version of hadoop submit script. Not working.

Not sure how to get the master uri and port. I believe I cannot do it before I launch the job.

Updating the name from submit_job to submit_job_mpi
This commit is contained in:
nachocano
2014-12-05 03:27:02 -08:00
parent e00fb99e7b
commit bb7d6814a7
2 changed files with 40 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ then
exit -1
fi
../submit_job_tcp.py $1 test_recover "${@:2}"
../submit_job.py $1 test_recover "${@:2}"