You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by do...@apache.org on 2016/09/01 15:41:03 UTC

reef git commit: [REEF-1547] Use Apache Hadoop 2.7.3 for `apache2.7` docker image

Repository: reef
Updated Branches:
  refs/heads/master db4ffaec6 -> 80f1a54c1


[REEF-1547] Use Apache Hadoop 2.7.3 for `apache2.7` docker image

This PR updates `apache2.7` docker image to use the latest
Apache Hadoop 2.7.3.

JIRA:
  [REEF-1547](https://issues.apache.org/jira/browse/REEF-1547)

Pull Request:
  Closes #1109


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/80f1a54c
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/80f1a54c
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/80f1a54c

Branch: refs/heads/master
Commit: 80f1a54c1c5a81fc5f213f7f79f1ab04be91455a
Parents: db4ffae
Author: Dongjoon Hyun <do...@apache.org>
Authored: Sun Aug 28 23:37:33 2016 -0700
Committer: Dongjoon Hyun <do...@apache.org>
Committed: Thu Sep 1 08:40:19 2016 -0700

----------------------------------------------------------------------
 dev/docker/README.md                             |  4 ++--
 dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile | 10 +++++-----
 website/src/site/apt/team.apt                    |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/80f1a54c/dev/docker/README.md
----------------------------------------------------------------------
diff --git a/dev/docker/README.md b/dev/docker/README.md
index 447530c..40923e7 100644
--- a/dev/docker/README.md
+++ b/dev/docker/README.md
@@ -16,7 +16,7 @@ Docker-based Test Cluster
 | YARN        | Ubuntu 12.04 | HDP 2.2.8  (Hadoop 2.6.0) |               | hdp2.2    |
 | YARN        | Ubuntu 12.04 | HDP 2.3.2  (Hadoop 2.7.1) |               | hdp2.3    |
 | YARN        | Ubuntu 12.04 | HDP 2.4    (Hadoop 2.7.1) |               | hdp2.4    |
-| YARN        | Ubuntu 12.04 | Apache Hadoop 2.7.2       |               | apache2.7 |
+| YARN        | Ubuntu 12.04 | Apache Hadoop 2.7.3       |               | apache2.7 |
 | MESOS       | Ubuntu 12.04 | Apache Mesos 0.24~0.28    |               | mesos0.24 ~ 0.28 |
 
 Please note that all images use Oracle JDK 7u80.
@@ -58,7 +58,7 @@ Test Apache REEF on a docker-based YARN cluster
 
 Among reefrt/hdi3.1, reefrt/hdi3.2, reefrt/hdp2.2 ~ 2.4, and reefrt/apache2.7,
 choose one and run it as described in section _Run a docker-based cluster_.
-If you want to test on Hadoop 2.7.2, choose reefrt/apache2.7.
+If you want to test on Hadoop 2.7.3, choose reefrt/apache2.7.
 To simulate HDInsight 3.2, choose reefrt/hdi3.2.
 After running a cluster, use the following commands.
 

http://git-wip-us.apache.org/repos/asf/reef/blob/80f1a54c/dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile
----------------------------------------------------------------------
diff --git a/dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile b/dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile
index 1beeed2..d0c9e16 100644
--- a/dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile
+++ b/dev/docker/ubuntu12.04-jdk7-apache2.7/Dockerfile
@@ -18,12 +18,12 @@
 FROM reefrt/ubuntu12.04-jdk7
 MAINTAINER Apache REEF <de...@reef.apache.org>
 
-# Apache Hadoop 2.7.2
+# Apache Hadoop 2.7.3
 RUN \
-  cd /usr/local && wget -q http://www.us.apache.org/dist/hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz && \
-  tar -xzf hadoop-2.7.2.tar.gz && \
-  ln -s ./hadoop-2.7.2 hadoop && \
-  rm hadoop-2.7.2.tar.gz
+  cd /usr/local && wget -q http://www.us.apache.org/dist/hadoop/common/hadoop-2.7.3/hadoop-2.7.3.tar.gz && \
+  tar -xzf hadoop-2.7.3.tar.gz && \
+  ln -s ./hadoop-2.7.3 hadoop && \
+  rm hadoop-2.7.3.tar.gz
 
 ENV HADOOP_PREFIX /usr/local/hadoop
 ENV YARN_CONF_DIR /usr/local/hadoop/etc/hadoop

http://git-wip-us.apache.org/repos/asf/reef/blob/80f1a54c/website/src/site/apt/team.apt
----------------------------------------------------------------------
diff --git a/website/src/site/apt/team.apt b/website/src/site/apt/team.apt
index ca82c47..e9cf9a2 100644
--- a/website/src/site/apt/team.apt
+++ b/website/src/site/apt/team.apt
@@ -69,7 +69,7 @@ Team
 *------------*--------------------------*---------------------------*
   jerryjung |       You Sun Jung       |         SK Telecom        |
 *------------*--------------------------*---------------------------*
-  dongjoon  |      Dongjoon Hyun       |                           |
+  dongjoon  |      Dongjoon Hyun       |         HortonWorks       |
 *------------*--------------------------*---------------------------*
   joshrosen |        Josh Rosen        |        UC Berkeley        |
 *------------*--------------------------*---------------------------*
@@ -94,4 +94,4 @@ Team
    gwkim    |       Geon-Woo Kim       | Seoul National University |
 *------------*--------------------------*---------------------------*
     ssd     |     Sergey Dudoladov     | Technische Universit�t Berlin |
-*------------*--------------------------*---------------------------*
\ No newline at end of file
+*------------*--------------------------*---------------------------*