From a120edc56e7c998abb3444d366fcb4dd599a9a5e Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 11 Jan 2015 11:48:08 -0800 Subject: [PATCH] shorter --- tracker/rabit_hadoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/rabit_hadoop.py b/tracker/rabit_hadoop.py index bab35782f..0d2850dcc 100755 --- a/tracker/rabit_hadoop.py +++ b/tracker/rabit_hadoop.py @@ -48,7 +48,7 @@ parser.add_argument('-ac', '--auto_file_cache', default=1, choices=[0, 1], type= help = 'whether automatically cache the files in the command to hadoop localfile, this is on by default') parser.add_argument('-f', '--files', default = [], action='append', help = 'the cached file list in mapreduce,'\ - ' the submission script will automatically cache all the files which appears in command to local folder'\ + ' the submission script will automatically cache all the files which appears in command'\ ' This will also cause rewritten of all the file names in the command to current path,'\ ' for example `../../kmeans ../kmeans.conf` will be rewritten to `./kmeans kmeans.conf`'\ ' because the two files are cached to running folder.'\