You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/01/23 01:15:07 UTC

[1/3] bigtop git commit: BIGTOP-2267. Zeppeling 0.5.6 is out; let's bump it in our stack

Repository: bigtop
Updated Branches:
  refs/heads/master e07aa20f9 -> c75108871


BIGTOP-2267. Zeppeling 0.5.6 is out; let's bump it in our stack


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

Branch: refs/heads/master
Commit: f1c96d3bb3a3f7dc821a9354364ac7356ae6a648
Parents: 2b228f0
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Jan 22 14:35:49 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Jan 22 14:43:02 2016 -0800

----------------------------------------------------------------------
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f1c96d3b/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index e8c820b..ba9733f 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -394,7 +394,7 @@ bigtop {
     'zeppelin' {
       name    = 'zeppelin'
       relNotes = 'Apache Zeppelin (incubating)'
-      version { base = '0.5.5'; pkg = base; release = 1 }
+      version { base = '0.5.6'; pkg = base; release = 1 }
       tarball { source      = "$name-${version.base}-incubating.tgz"
                 destination = "$name-${version.base}.tar.gz" }
       url     { download_path = "/incubator/$name/${version.base}-incubating/"


[3/3] bigtop git commit: BIGTOP-2272. moved hdfs ssh key are failing rat check

Posted by co...@apache.org.
BIGTOP-2272. moved hdfs ssh key are failing rat check


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

Branch: refs/heads/master
Commit: c75108871f8581a5c04d42d9436fe0126507f142
Parents: f1c96d3
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Jan 22 15:43:54 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Jan 22 15:43:54 2016 -0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c7510887/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c74b9a7..eb2e619 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ rat {
        "buildSrc/build/**",
        "bigtop-data-generators/**/input_data/**",
        "bigtop-deploy/puppet/**/*.yaml",
-       "bigtop-deploy/puppet/config/*/id_hdfsuser*",
+       "bigtop-deploy/puppet/modules/hadoop/files/*/id_hdfsuser*",
        "bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock",
        "bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json",
        /* Debian package files that have a rigid structure


[2/3] bigtop git commit: BIGTOP-2083. smoke-tests are still on hadoop 2.6.0

Posted by co...@apache.org.
BIGTOP-2083. smoke-tests are still on hadoop 2.6.0


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2b228f0c
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2b228f0c
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2b228f0c

Branch: refs/heads/master
Commit: 2b228f0ce85f69a324999a39681459ece2bb03ad
Parents: e07aa20
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Jan 22 13:15:15 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Jan 22 14:43:02 2016 -0800

----------------------------------------------------------------------
 bigtop-tests/smoke-tests/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2b228f0c/bigtop-tests/smoke-tests/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle
index 95e886a..1a84d05 100644
--- a/bigtop-tests/smoke-tests/build.gradle
+++ b/bigtop-tests/smoke-tests/build.gradle
@@ -28,7 +28,7 @@ subprojects {
   }
 
   ext.groovyVersion = '1.8.0'
-  ext.hadoopVersion = '2.6.0'
+  ext.hadoopVersion = '2.7.1'
   // itest needs be greater than or equal to = 1.0.0
   ext.itestVersion = '1.0.0' // Might need to be able to read an input for alternate version?
   ext.BIGTOP_HOME   = rootDir