change indentation
This commit is contained in:
parent
b1340bf310
commit
76abd80cb7
@ -34,13 +34,15 @@ parser.add_argument('-n', '--nslaves', required=True, type=int,
|
||||
parser.add_argument('-v', '--verbose', default=0, choices=[0, 1], type=int,
|
||||
help = 'print more messages into the console')
|
||||
parser.add_argument('-ac', '--auto_file_cache', default=1, choices=[0, 1], type=int,
|
||||
help = 'whether automatically cache the files in the command list to hadoop localfile')
|
||||
help = 'whether automatically cache the files in the command to hadoop localfile, this is on by defaultz')
|
||||
parser.add_argument('-i', '--input', required=True,
|
||||
help = 'input path in HDFS')
|
||||
parser.add_argument('-o', '--output', required=True,
|
||||
help = 'output path in HDFS')
|
||||
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.'\
|
||||
' you may need this option to cache additional files, or manually cache files when auto_file_cache is off')
|
||||
if hadoop_binary == None:
|
||||
parser.add_argument('-hb', '--hadoop_binary', required = True,
|
||||
help="path-to-hadoop binary folder")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user