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

[1/3] bigtop git commit: BIGTOP-2218: protobuf update for bigtop/slaves:trunk-opensuse-13.2 docker image

Repository: bigtop
Updated Branches:
  refs/heads/master 7007ed7af -> b82edd069


BIGTOP-2218: protobuf update for bigtop/slaves:trunk-opensuse-13.2 docker image


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

Branch: refs/heads/master
Commit: b82edd06928d5609aed98544aac0134743b686a3
Parents: 4d999d4
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Thu Jan 7 09:46:35 2016 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Thu Jan 7 09:48:23 2016 +0100

----------------------------------------------------------------------
 bigtop_toolchain/manifests/protobuf.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b82edd06/bigtop_toolchain/manifests/protobuf.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp
index 817a800..c71dec2 100644
--- a/bigtop_toolchain/manifests/protobuf.pp
+++ b/bigtop_toolchain/manifests/protobuf.pp
@@ -62,7 +62,7 @@ class bigtop_toolchain::protobuf {
          }
          /(?i:(SLES|opensuse))/:{
            exec { 'install_mrdocs_repo':
-              command => '/usr/bin/zypper ar --no-gpgcheck http://download.opensuse.org/repositories/home:/mrdocs:/protobuf-rpm/openSUSE_12.3/ protobuf',
+              command => '/usr/bin/zypper ar --no-gpgcheck http://download.opensuse.org/repositories/home:/mrdocs:/protobuf-rpm/openSUSE_13.2/ protobuf',
               unless => "/usr/bin/zypper lr | grep -q protobuf",
            }
          }


[2/3] bigtop git commit: BIGTOP-2216: Add .dockerignore to root

Posted by of...@apache.org.
BIGTOP-2216: Add .dockerignore to root


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

Branch: refs/heads/master
Commit: 4d999d413649e5316dd38a85d4f79602e9edf818
Parents: 27e0f2d
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Wed Jan 6 12:15:49 2016 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Thu Jan 7 09:48:23 2016 +0100

----------------------------------------------------------------------
 .dockerignore | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4d999d41/.dockerignore
----------------------------------------------------------------------
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..06a968e
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,4 @@
+build
+output
+bigtop-packages
+dl


[3/3] bigtop git commit: BIGTOP-2215: Enable autopurge in zookeeper

Posted by of...@apache.org.
BIGTOP-2215: Enable autopurge in zookeeper


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

Branch: refs/heads/master
Commit: 27e0f2d04ac0e13af9fd7badb9ebea1b4f69e4ef
Parents: 7007ed7
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Wed Jan 6 12:00:33 2016 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Thu Jan 7 09:48:23 2016 +0100

----------------------------------------------------------------------
 bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/27e0f2d0/bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg b/bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg
index 426fe2a..69d98c4 100644
--- a/bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg
+++ b/bigtop-deploy/puppet/modules/hadoop_zookeeper/templates/zoo.cfg
@@ -29,6 +29,8 @@ clientPort=<%= @port %>
 <% @ensemble.each_with_index do |server,idx| %>
 server.<%= idx %>=<%= server %>
 <% end %>
+# purge snapshots every day
+autopurge.purgeInterval=24
 
 <% if @kerberos_realm != "" -%>
 authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider