You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2018/07/18 09:49:47 UTC

[incubator-nemo] branch master updated: [NEMO-163] Update README.md to use Hadoop 2.7.2 (#78)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7e39fb  [NEMO-163] Update README.md to use Hadoop 2.7.2 (#78)
c7e39fb is described below

commit c7e39fb75990ec5efd4dcd54dcb3ee06cf869611
Author: Jangho Seo <ja...@jangho.io>
AuthorDate: Wed Jul 18 18:49:45 2018 +0900

    [NEMO-163] Update README.md to use Hadoop 2.7.2 (#78)
    
    JIRA: [NEMO-163: Update README.md to use Hadoop 2.7.2](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-163)
    
    **Major changes:**
    - N/A
    
    **Minor changes to note:**
    - Updated README.md to use Hadoop 2.7.2.
    
    **Tests for the changes:**
    - N/A
    
    **Other comments:**
    - Some features of Nemo won't be available under Hadoop 2.7.2. Since the REEF implementation we depend on uses Hadoop 2.7.2, we'd better update README for newcomers to use Hadoop 2.7.2.
    
    resolves [NEMO-163](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-163)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 131bd21..b0ccb92 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
         ```