You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/09/25 20:05:54 UTC

samza-hello-samza git commit: SAMZA-563: Make hello-samza latest branch support Yarn 2.6

Repository: samza-hello-samza
Updated Branches:
  refs/heads/latest 946ad3aaa -> 39984c40c


SAMZA-563: Make hello-samza latest branch support Yarn 2.6


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/39984c40
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/39984c40
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/39984c40

Branch: refs/heads/latest
Commit: 39984c40c7b4929db5d8de0017ee4743236b70aa
Parents: 946ad3a
Author: Aleksandar Pejakovic <a....@levi9.com>
Authored: Fri Sep 25 11:05:43 2015 -0700
Committer: Yi Pan (Data Infrastructure) <yi...@linkedin.com>
Committed: Fri Sep 25 11:05:43 2015 -0700

----------------------------------------------------------------------
 bin/grid | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/39984c40/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index a639ade..8deb76e 100755
--- a/bin/grid
+++ b/bin/grid
@@ -36,7 +36,7 @@ COMMAND=$1
 SYSTEM=$2
 
 DOWNLOAD_KAFKA=http://www.us.apache.org/dist/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz
-DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz
+DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz
 DOWNLOAD_ZOOKEEPER=http://archive.apache.org/dist/zookeeper/zookeeper-3.4.3/zookeeper-3.4.3.tar.gz
 
 bootstrap() {
@@ -80,7 +80,7 @@ install_zookeeper() {
 
 install_yarn() {
   mkdir -p "$DEPLOY_ROOT_DIR"
-  install yarn $DOWNLOAD_YARN hadoop-2.4.0
+  install yarn $DOWNLOAD_YARN hadoop-2.6.0
   cp "$BASE_DIR/conf/yarn-site.xml" "$DEPLOY_ROOT_DIR/yarn/etc/hadoop/yarn-site.xml"
   if [ ! -f "$HOME/.samza/conf/yarn-site.xml" ]; then
     mkdir -p "$HOME/.samza/conf"

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/39984c40/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 86148ef..9804267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@ under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
-      <version>2.4.0</version>
+      <version>2.6.0</version>
     </dependency>
   </dependencies>