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/03/16 02:54:14 UTC

[1/3] bigtop git commit: BIGTOP-2323. Build slaves toolchain needs to be updated for HAWQ

Repository: bigtop
Updated Branches:
  refs/heads/BIGTOP-2320 b06b8bab0 -> 421f2a544


BIGTOP-2323. Build slaves toolchain needs to be updated for HAWQ

Adding epel-release package to centos to enable thrift and libgsasl on CentOS


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

Branch: refs/heads/BIGTOP-2320
Commit: 060085ff41b12c50878ec7b2b3ed0481335308b2
Parents: b06b8ba
Author: Cos <co...@apache.org>
Authored: Tue Mar 15 20:51:29 2016 -0500
Committer: Cos <co...@apache.org>
Committed: Tue Mar 15 20:51:29 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/060085ff/bigtop_toolchain/manifests/packages.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp
index 12a2918..70fc66a 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -22,7 +22,7 @@ class bigtop_toolchain::packages {
        } else {
          $mysql_devel="mariadb-devel"
        }
-       $pkgs = [ "unzip", "curl", "libcurl-devel", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "apr-devel", "bison", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "bzip2-devel", "fuse-devel", "cppunit-devel", "gperf", "openssl-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "libuuid-devel", "libgsasl-devel", "libevent-devel", "json-c-devel", "cyrus-sasl-devel", "sqlite-devel", "openldap-devel", $mysql_devel, "rpm-build", "redhat-rpm-config", "fuse-libs", "asciidoc", "xmlto", "libyaml-devel", "gmp-devel", "readline-devel", "snappy-devel" ]
+       $pkgs = [ "unzip", "curl", "libcurl-devel", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "apr-devel", "bison", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "bzip2-devel", "fuse-devel", "cppunit-devel", "gperf", "openssl-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "libuuid-devel", "libgsasl-devel", "libevent-devel", "json-c-devel", "cyrus-sasl-devel", "sqlite-devel", "openldap-devel", $mysql_devel, "rpm-build", "redhat-rpm-config", "fuse-libs", "asciidoc", "xmlto", "libyaml-devel", "gmp-devel", "readline-devel", "snappy-devel", "epel-release" ]
      }
     /(?i:(SLES|opensuse))/: { $pkgs = [ "unzip", "curl", "libcurl-devel", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "apr-devel", "bison", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "bzip2-devel", "fuse-devel", "cppunit-devel", "gperf", "libopenssl-devel", "rpm-devel", "rpm-build", "pkg-config", "gmp-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "libuuid-devel", "libgsasl-devel", "libevent-devel", "json-c-devel", "cyrus-sasl-devel", "sqlite3-devel", "openldap2-devel", "libyaml-devel", "krb5-devel", "asciidoc", "xmlto", "libmysqlclient-devel", "readline-devel", "snappy-devel" ]
       # fix package dependencies: BIGTOP-2120 and BIGTOP-2152


[3/3] bigtop git commit: BIGTOP-2323. Build slaves toolchain needs to be updated for HAWQ

Posted by co...@apache.org.
BIGTOP-2323. Build slaves toolchain needs to be updated for HAWQ

Fixing Ubunty packages (some names are different)


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

Branch: refs/heads/BIGTOP-2320
Commit: 421f2a5441ff70398b5210162d5e495ea9cb700b
Parents: e3de664
Author: Cos <co...@apache.org>
Authored: Tue Mar 15 20:53:40 2016 -0500
Committer: Cos <co...@apache.org>
Committed: Tue Mar 15 20:53:40 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/421f2a54/bigtop_toolchain/manifests/packages.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp
index 70fc66a..22c4ef3 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -31,7 +31,7 @@ class bigtop_toolchain::packages {
       } -> Package <| |>
     }
     Amazon: {                 $pkgs = [ "unzip", "curl", "libcurl-devel", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "apr-devel", "bison", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "bzip2-devel", "fuse-devel", "gperf", "libuuid-devel", "libgsasl-devel", "libevent-devel", "json-c-devel", "openssl-devel", "rpm-build", "system-rpm-config", "fuse-libs","gmp-devel", "readline-devel", "snappy-devel" ] }
-    /(Ubuntu|Debian)/: {      $pkgs = [ "unzip", "curl", "libcurl-devel", "wget", "git-core", "make", "cmake", "autoconf", "automake", "libtool", "apr-devel", "bison", "gcc", "g++", "fuse", "reprepro", "liblzo2-dev", "bzip2-devel", "libfuse-dev", "libcppunit-dev", "libssl-dev", "libzip-dev", "sharutils", "pkg-config", "debhelper", "devscripts", "build-essential", "dh-make", "libfuse2", "libssh-dev", "libjansi-java", "python2.7-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libsqlite3-dev", "libldap2-dev", "libsasl2-dev", "libmysqlclient-dev", "gperf", "libuuid-devel", "libgsasl-devel", "libevent-devel", "json-c-devel", "python-setuptools", "libkrb5-dev", "asciidoc", "libyaml-dev", "libgmp-dev", "readline-devel", "libsnappy-dev" ]
+    /(Ubuntu|Debian)/: {      $pkgs = [ "unzip", "curl", "libcurl4-openssl-dev", "wget", "git-core", "make", "cmake", "autoconf", "automake", "libtool", "libapr1-dev", "bison", "gcc", "g++", "fuse", "reprepro", "liblzo2-dev", "libbz2-dev", "libfuse-dev", "libcppunit-dev", "libssl-dev", "libzip-dev", "sharutils", "pkg-config", "debhelper", "devscripts", "build-essential", "dh-make", "libfuse2", "libssh-dev", "libjansi-java", "python2.7-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libsqlite3-dev", "libldap2-dev", "libsasl2-dev", "libmysqlclient-dev", "gperf", "uuid", "libgsasl7-dev", "libevent-dev", "libjson-c-dev", "python-setuptools", "libkrb5-dev", "asciidoc", "libyaml-dev", "libgmp-dev", "libreadline-dev", "libsnappy-dev" ]
 
       exec { "apt-update":
         command => "/usr/bin/apt-get update"


[2/3] bigtop git commit: BIGTOP-2321. Add packaging code for HAWQ

Posted by co...@apache.org.
BIGTOP-2321. Add packaging code for HAWQ

Switching to HAWQ-307 to continue with Ubuntu port


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

Branch: refs/heads/BIGTOP-2320
Commit: e3de664032ed95b1b8736d386a7a5404930f503c
Parents: 060085f
Author: Cos <co...@apache.org>
Authored: Tue Mar 15 20:52:51 2016 -0500
Committer: Cos <co...@apache.org>
Committed: Tue Mar 15 20:52:51 2016 -0500

----------------------------------------------------------------------
 bigtop-packages/src/rpm/hawq/SPECS/hawq.spec | 3 +--
 bigtop.bom                                   | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e3de6640/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec b/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
index 694d29d..0b17e84 100644
--- a/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
+++ b/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
@@ -22,7 +22,7 @@
 %define pids_hawq %{hawq_home}/pids
 %define man_dir %{_mandir}
 %define hawq_username hawq
-%define vcs_tag incubator-%{name}-master
+%define vcs_tag incubator-%{name}-HAWQ-307
 
 %define pxf %{hawq_home}/pxf
 
@@ -179,7 +179,6 @@ fi
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/default/%{name}
 %{hawq_home}
-/usr/bin/%{name}
 %config(noreplace) %{etc_hawq_conf_dist}
 
 %files doc

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e3de6640/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index bacd12c..f6fb404 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -426,8 +426,8 @@ bigtop {
       name     = 'hawq'
       relNotes = 'Apache HAWQ (incubating)'
       version { base = '2.0.0'; pkg = base; release = 1 }
-      tarball { source      = "master.tar.gz"
-                destination = "incubator-${name}-master.tar.gz" }
+      tarball { source      = "HAWQ-307.tar.gz"
+                destination = "incubator-${name}-HAWQ-307.tar.gz" }
       url     { download_path = "/apache/incubator-$name/archive"
                 site = "https://github.com/${download_path}"
                 archive = site }