[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-23 Thread acmnu
Github user acmnu closed the pull request at:

https://github.com/apache/bigtop/pull/283


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146066242
  
--- Diff: bigtop-packages/src/common/pig/patch1-PIG-4676.diff ---
@@ -1,93 +0,0 @@
-diff -ur pig-0.15.0-src_/ivy/libraries.properties 
pig-0.15.0-src/ivy/libraries.properties
--- End diff --

No need to do it here: the patch is removed in #290 


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146063765
  
--- Diff: bigtop.bom ---
@@ -165,7 +165,7 @@ bigtop {
 'hbase' {
   name= 'hbase'
   relNotes = 'Apache HBase'
-  version { base = '1.1.9'; pkg = base; release = 1 }
+  version { base = '1.3.1'; pkg = base; release = 1 }
--- End diff --

This needs to be removed from here: the change is a part of PR #289 


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146065850
  
--- Diff: 
bigtop-packages/src/common/hbase/patch2-0002-Backport-HBASE-17893-to-1.3.diff 
---
@@ -0,0 +1,278 @@
+From 1a58e47067d64866917b8834eabc37e4c2887ebb Mon Sep 17 00:00:00 2001
--- End diff --

Same here: a dup of what is done in #289 


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146066137
  
--- Diff: 
bigtop-packages/src/common/pig/patch0-PIG-5304-Fix-build-issue-with-Hadoop-2.8.diff
 ---
@@ -0,0 +1,30 @@
+From 65b931966108f374210b83368b8356a79058226d Mon Sep 17 00:00:00 2001
--- End diff --

Already a part of #290 


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146065450
  
--- Diff: bigtop.bom ---
@@ -177,7 +177,7 @@ bigtop {
   name= 'pig'
   pkg = 'pig'
   relNotes = 'Apache Pig'
-  version { base = '0.15.0'; pkg = base; release = 1 }
+  version { base = '0.17.0'; pkg = base; release = 1 }
--- End diff --

This needs to be removed from here: the change is a part of PR #290 


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146065760
  
--- Diff: 
bigtop-packages/src/common/hbase/patch1-0001-Partial-backport-HBASE-16712-to-1.3.1.diff
 ---
@@ -0,0 +1,60 @@
+From 7e3b1d7f830b6e6abd5c4ee6a775f4063b648b60 Mon Sep 17 00:00:00 2001
--- End diff --

I am confused: this file is delivered as a part of #289 . Shall it be 
removed from here?


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-10-20 Thread c0s
Github user c0s commented on a diff in the pull request:

https://github.com/apache/bigtop/pull/283#discussion_r146066348
  
--- Diff: bigtop-packages/src/common/pig/patch2-PIG-4728.diff ---
@@ -1,36 +0,0 @@
-diff --git a/ivy.xml b/ivy.xml
--- End diff --

Being removed in #290


---


[GitHub] bigtop pull request #283: BIGTOP-2882: Bump Hadoop to 2.8.1

2017-09-14 Thread acmnu
GitHub user acmnu opened a pull request:

https://github.com/apache/bigtop/pull/283

BIGTOP-2882: Bump Hadoop to 2.8.1

That patch also bump Hbase to 1.3.1 and Pig to 0.17.0

Pig changes:

Bump Pig to 0.17.0.
Remove useless patches PIG-4676 and PIG-4728
because  it is already in 0.17 release.
Add patch PIG-5304 to build pig with Hadoop 2.8

Hbase changes:
There are a number of issues with licenses check when hbase
building with Hadoop 2.8.x

That patch bump hbase to latest release and add couple patches.

Hadoop changes:

fuse_dfs target dir has been changed in 2.8
HADOOP-12366 has been ported to 2.8.1
HADOOP-11628 was merged in 2.8.x so removes it.

Add package goal to mvn. Without that goal tar is incomplete:

+ for dir in '${HADOOP_DIR}/{lib,}' '${HDFS_DIR}/{lib,}' 
'${YARN_DIR}/{lib,}' '${MAPREDUCE_DIR}/{lib,}'
+ '[' -e 
/code/build/hadoop/rpm/BUILDROOT/hadoop-2.8.1-243.el7.centos.x86_64/usr/lib/hadoop-mapreduce//hadoop-common-2.8.1.jar
 ']'
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)
Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/arenadata/bigtop BIGTOP-2882

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/bigtop/pull/283.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #283


commit a8bd7b59a0a55548f97714335756f2c5d5aafc9e
Author: Anton Chevychalov 
Date:   2017-09-14T13:23:42Z

BIGTOP-2882: Bump Hadoop to 2.8.1

That patch also bump Hbase to 1.3.1 and Pig to 0.17.0

Pig changes:

Bump Pig to 0.17.0.
Remove useless patches PIG-4676 and PIG-4728
because  it is already in 0.17 release.
Add patch PIG-5304 to build pig with Hadoop 2.8

Hbase changes:
There are a number of issues with licenses check when hbase
building with Hadoop 2.8.x

That patch bump hbase to latest release and add couple patches.

Hadoop changes:

fuse_dfs target dir has been changed in 2.8
HADOOP-12366 has been ported to 2.8.1
HADOOP-11628 was merged in 2.8.x so removes it.

Add package goal to mvn. Without that goal tar is incomplete:

+ for dir in '${HADOOP_DIR}/{lib,}' '${HDFS_DIR}/{lib,}' 
'${YARN_DIR}/{lib,}' '${MAPREDUCE_DIR}/{lib,}'
+ '[' -e 
/code/build/hadoop/rpm/BUILDROOT/hadoop-2.8.1-243.el7.centos.x86_64/usr/lib/hadoop-mapreduce//hadoop-common-2.8.1.jar
 ']'
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)
Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)




---