johnyangk closed pull request #78: [NEMO-163] Update README.md to use Hadoop 2.7.2 URL: https://github.com/apache/incubator-nemo/pull/78
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 131bd218f..b0ccb9290 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Please refer to the [Contribution guideline](.github/CONTRIBUTING.md) to contrib * Java 8 * Maven * YARN settings - * Download Hadoop 2.7.4 at https://archive.apache.org/dist/hadoop/common/hadoop-2.7.4/ + * Download Hadoop 2.7.2 at https://archive.apache.org/dist/hadoop/common/hadoop-2.7.2/ * Set the shell profile as following: ```bash - export HADOOP_HOME=/path/to/hadoop-2.7.4 + export HADOOP_HOME=/path/to/hadoop-2.7.2 export YARN_HOME=$HADOOP_HOME export PATH=$PATH:$HADOOP_HOME/bin ``` ---------------------------------------------------------------- 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
