Merge pull request #4 from cblsjtu/master

explain time out
This commit is contained in:
Tianqi Chen 2015-01-10 23:43:01 -08:00
commit 7eb4258951

View File

@ -49,7 +49,7 @@ parser.add_argument('-f', '--files', default = [], action='append',
' You can also use it to manually cache files when auto_file_cache is off')
parser.add_argument('--jobname', default='auto', help = 'customize jobname in tracker')
parser.add_argument('--timeout', default=600000000, type=int,
help = 'timeout of each mapper job, automatically set to a very long time,'\
help = 'timeout (in million seconds) of each mapper job, automatically set to a very long time,'\
'normally you do not need to set this ')
parser.add_argument('-m', '--memory_mb', default=-1, type=int,
help = 'maximum memory used by the process, Guide: set it large (near mapred.cluster.max.map.memory.mb)'\