You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2019/03/04 23:32:20 UTC

[samza] branch master updated: SAMZA-2119: Upgrading Yarn-client to 2.7.1

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

jagadish pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a32e43  SAMZA-2119: Upgrading Yarn-client to 2.7.1
2a32e43 is described below

commit 2a32e43947e851409915c73e3bd31d4e0ecf019f
Author: Ray Matharu <rm...@linkedin.com>
AuthorDate: Mon Mar 4 15:32:14 2019 -0800

    SAMZA-2119: Upgrading Yarn-client to 2.7.1
    
    This client upgrade brings a few bu fixes for yarn-client -- NMClient, RMClient, https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/releasenotes.html
    
    Author: Ray Matharu <rm...@linkedin.com>
    
    Reviewers: Jagadish<ja...@apache.org>
    
    Closes #936 from rmatharu/yarn-client-upgrade
---
 build.gradle                      | 1 +
 gradle/dependency-versions.gradle | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4b61890..29fba39 100644
--- a/build.gradle
+++ b/build.gradle
@@ -725,6 +725,7 @@ project(":samza-hdfs_$scalaSuffix") {
     testCompile "junit:junit:$junitVersion"
     testCompile "org.scalatest:scalatest_$scalaSuffix:$scalaTestVersion"
     testCompile "org.apache.hadoop:hadoop-minicluster:$yarnVersion"
+    testCompile "org.apache.hadoop:hadoop-hdfs:$yarnVersion:tests"
   }
 }
 
diff --git a/gradle/dependency-versions.gradle b/gradle/dependency-versions.gradle
index 153b6ab..a2517bd 100644
--- a/gradle/dependency-versions.gradle
+++ b/gradle/dependency-versions.gradle
@@ -43,7 +43,7 @@
   rocksdbVersion = "5.7.3"
   scalaTestVersion = "3.0.1"
   slf4jVersion = "1.7.7"
-  yarnVersion = "2.6.1"
+  yarnVersion = "2.7.1"
   zkClientVersion = "0.8"
   zookeeperVersion = "3.4.6"
   failsafeVersion = "1.1.0"