mikewalch commented on a change in pull request #49: Updates for starting
MapReduce jobs from randomwalk
URL: https://github.com/apache/accumulo-testing/pull/49#discussion_r245055057
##########
File path: README.md
##########
@@ -53,7 +53,7 @@ run in Docker:
Run the following command to create the image:
```
- docker build -t accumulo-testing .
+ docker build --build-arg HADOOP_HOME=$HADOOP_HOME --build-arg
HADOOP_USER_NAME=`whoami` -t accumulo-testing .
Review comment:
HADOOP_HOME is the expected location of Hadoop on the cluster. I can rename
it or make it more clear in the docs
----------------------------------------------------------------
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