From 1bcea65117cf9c53f3e90e92211019497182bfe3 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 29 Dec 2014 18:44:30 -0800 Subject: [PATCH] change nslave to nworker --- tracker/rabit_hadoop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tracker/rabit_hadoop.py b/tracker/rabit_hadoop.py index 70f3aea9b..d25fae7c0 100755 --- a/tracker/rabit_hadoop.py +++ b/tracker/rabit_hadoop.py @@ -42,7 +42,8 @@ parser.add_argument('-ac', '--auto_file_cache', default=1, choices=[0, 1], type= parser.add_argument('-f', '--files', nargs = '*', 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') + ' 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') if hadoop_binary == None: parser.add_argument('-hb', '--hadoop_binary', required = True,