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/12/22 02:07:40 UTC

[27/29] samza-hello-samza git commit: SAMZA-781: update minimum YARN version to 2.6.1

SAMZA-781: update minimum YARN version to 2.6.1


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/95933714
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/95933714
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/95933714

Branch: refs/heads/master
Commit: 95933714be02915356c6f43cc3de75543805b56c
Parents: 39984c4
Author: Aleksandar Pejakovic <a....@levi9.com>
Authored: Tue Nov 24 23:29:49 2015 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Tue Nov 24 23:29:49 2015 -0800

----------------------------------------------------------------------
 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/95933714/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index 8deb76e..042cabe 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.6.0/hadoop-2.6.0.tar.gz
+DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.1/hadoop-2.6.1.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.6.0
+  install yarn $DOWNLOAD_YARN hadoop-2.6.1
   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/95933714/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9804267..c1d552f 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.6.0</version>
+      <version>2.6.1</version>
     </dependency>
   </dependencies>