This is an automated email from the ASF dual-hosted git repository.

yunseong pushed a commit to branch test-gitbox-push
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit f001d90cebe0b254f49a2787be373ec53c79205d
Author: Yunseong Lee <[email protected]>
AuthorDate: Wed Feb 28 16:17:37 2018 +0900

    Minor fix in example command
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2774844..737bbd9 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@
        -executor_json `pwd`/examples/resources/sample_executor_resources.json \
        -user_main edu.snu.nemo.examples.beam.MapReduce \
        -optimization_policy edu.snu.nemo.compiler.optimizer.policy.PadoPolicy \
-       -user_args "hdfs://v-m:9000/sample_input_mr 
hdfs://v-m:9000/sample_output_mr"
+       -user_args "hdfs://$NAMENODE_IP:$NAMENODE_PORT/sample_input_mr 
hdfs://$NAMENODE_IP:$NAMENODE_PORT/sample_output_mr"
 ```
 ## Resource Configuration
 `-executor_json` command line option can be used to provide a path to the JSON 
file that describes resource configuration for executors. Its default value is 
`config/default.json`, which initializes one of each `Transient`, `Reserved`, 
and `Compute` executor, each of which has one core and 1024MB memory.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to