change nslave to nworker
This commit is contained in:
parent
bdfa1a0220
commit
1bcea65117
@ -42,7 +42,8 @@ parser.add_argument('-ac', '--auto_file_cache', default=1, choices=[0, 1], type=
|
|||||||
parser.add_argument('-f', '--files', nargs = '*',
|
parser.add_argument('-f', '--files', nargs = '*',
|
||||||
help = 'the cached file list in mapreduce,'\
|
help = 'the cached file list in mapreduce,'\
|
||||||
' the submission script will automatically cache all the files which appears in command.'\
|
' the submission script will automatically cache all the files which appears in command.'\
|
||||||
' you may need this option to cache additional files, or manually cache files when auto_file_cache is off')
|
' You may need this option to cache additional files.'\
|
||||||
|
' You can also use it to manually cache files when auto_file_cache is off')
|
||||||
parser.add_argument('--jobname', help = 'customize jobname in tracker')
|
parser.add_argument('--jobname', help = 'customize jobname in tracker')
|
||||||
if hadoop_binary == None:
|
if hadoop_binary == None:
|
||||||
parser.add_argument('-hb', '--hadoop_binary', required = True,
|
parser.add_argument('-hb', '--hadoop_binary', required = True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user