jeongyooneo commented on a change in pull request #84: [NEMO-171] Fix confusing ITCase input/output file names URL: https://github.com/apache/incubator-nemo/pull/84#discussion_r207773584
########## File path: deploy/README.md ########## @@ -29,7 +29,7 @@ * git clone Nemo on v-m and install * Upload a local input file to HDFS with `hdfs -put` * Launch a Nemo job with `-deploy_mode yarn`, and hdfs paths as the input/output -* Example: `./bin/run.sh -deploy_mode yarn -job_id mr -user_main edu.snu.nemo.examples.beam.WordCount -user_args "hdfs://v-m:9000/sample_input_mr hdfs://v-m:9000/sample_output_mr"` +* Example: `./bin/run.sh -deploy_mode yarn -job_id mr -user_main edu.snu.nemo.examples.beam.WordCount -user_args "hdfs://v-m:9000/test_input_mr hdfs://v-m:9000/test_output_mr"` Review comment: `test_input_wordcount` and `test_output_wordcount`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
