johnyangk commented on a change in pull request #180: Fix path to beam
resources in examples in README
URL: https://github.com/apache/incubator-nemo/pull/180#discussion_r241666839
##########
File path: README.md
##########
@@ -77,7 +77,7 @@ Please refer to the [Contribution
guideline](.github/CONTRIBUTING.md) to contrib
## MapReduce example
./bin/run_beam.sh \
-job_id mr_default \
- -executor_json
`pwd`/examples/resources/beam_test_executor_resources.json \
+ -executor_json
`pwd`/examples/resources/executor/beam_test_executor_resources.json \
Review comment:
executor -> executors
----------------------------------------------------------------
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