You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myriad.apache.org by sm...@apache.org on 2015/10/16 23:50:47 UTC

incubator-myriad git commit: Setting the hadoop version to 2.7.0 (same as build.gradle)

Repository: incubator-myriad
Updated Branches:
  refs/heads/master 1c3a7c070 -> 9cc6f318b


Setting the hadoop version to 2.7.0 (same as build.gradle)

Reference: https://github.com/apache/incubator-myriad/blob/master/build.gradle#L38

This closes: #8
Review: https://github.com/apache/incubator-myriad/pull/8


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/9cc6f318
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/9cc6f318
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/9cc6f318

Branch: refs/heads/master
Commit: 9cc6f318bb4c3b7b1963fa51bead7584813a2d87
Parents: 1c3a7c0
Author: Sarjeet Singh <ss...@gmail.com>
Authored: Fri Oct 16 14:49:51 2015 -0700
Committer: Santosh Marella <ma...@gmail.com>
Committed: Fri Oct 16 14:49:51 2015 -0700

----------------------------------------------------------------------
 setup-yarn-2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/9cc6f318/setup-yarn-2.sh
----------------------------------------------------------------------
diff --git a/setup-yarn-2.sh b/setup-yarn-2.sh
index 0d040c0..074f531 100755
--- a/setup-yarn-2.sh
+++ b/setup-yarn-2.sh
@@ -1,6 +1,6 @@
 set -e
 
-HADOOP_VER=2.5.2
+HADOOP_VER=2.7.0
 
 # Download Hadoop
 cd ~