BIGTOP-2321. Add packaging code for HAWQ Let's not deal with libhdfs3 right now, as it doesn't produce deb package anyway...
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bc52fb60 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bc52fb60 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bc52fb60 Branch: refs/heads/BIGTOP-2320 Commit: bc52fb60b379e75d2ecdb915ea5d838e8a6fa531 Parents: 77ee6c0 Author: Cos <[email protected]> Authored: Wed Mar 16 19:34:32 2016 -0500 Committer: Cos <[email protected]> Committed: Wed Mar 16 19:34:32 2016 -0500 ---------------------------------------------------------------------- bigtop-packages/src/common/hawq/do-component-build | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bc52fb60/bigtop-packages/src/common/hawq/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hawq/do-component-build b/bigtop-packages/src/common/hawq/do-component-build index 5da8103..1c98dd4 100755 --- a/bigtop-packages/src/common/hawq/do-component-build +++ b/bigtop-packages/src/common/hawq/do-component-build @@ -35,14 +35,15 @@ ldconfig $CWD/libyarn/lib ## libyarn should be available in the system at this point ## build libhdfs3 -wget https://github.com/PivotalRD/libhdfs3/archive/v2.2.31.tar.gz -tar zxf v2.2.31.tar.gz -cd libhdfs3-2.2.31 -mkdir -p build -cd build -../bootstrap -make rpm-package +#wget https://github.com/PivotalRD/libhdfs3/archive/v2.2.31.tar.gz +#tar zxf v2.2.31.tar.gz +#cd libhdfs3-2.2.31 +#mkdir -p build +#cd build +#../bootstrap +#make rpm-package ## need to run diff target for deb and rpm. Figure out how + cd ${CWD} # now something like # rpm -ivh rpms/RPMS/`uname -p`/*rpm
