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 2015/09/16 18:10:20 UTC

bigtop git commit: BIGTOP-2049. patch to add io.netty dependency to hadoop-common pom for Hadoop 2.7.1, fixes broken Hadoop package build

Repository: bigtop
Updated Branches:
  refs/heads/master 68389448a -> f3edc60c6


BIGTOP-2049. patch to add io.netty dependency to hadoop-common pom for Hadoop 2.7.1, fixes broken Hadoop package build

Signed-off-by: Olaf Flebbe <of...@oflebbe.de>


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

Branch: refs/heads/master
Commit: f3edc60c65b567423599aa7ab3370ad4d874c953
Parents: 6838944
Author: Tom Zeng <to...@gmail.com>
Authored: Tue Sep 15 16:16:22 2015 -0700
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Wed Sep 16 18:07:22 2015 +0200

----------------------------------------------------------------------
 bigtop-packages/src/common/hadoop/patch0.diff | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f3edc60c/bigtop-packages/src/common/hadoop/patch0.diff
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hadoop/patch0.diff b/bigtop-packages/src/common/hadoop/patch0.diff
new file mode 100644
index 0000000..ff6ec14
--- /dev/null
+++ b/bigtop-packages/src/common/hadoop/patch0.diff
@@ -0,0 +1,15 @@
+diff -uNr hadoop-2.7.1-src/hadoop-common-project/hadoop-common/pom.xml hadoop-2.7.1-srcp/hadoop-common-project/hadoop-common/pom.xml
+--- hadoop-2.7.1-src/hadoop-common-project/hadoop-common/pom.xml	2015-09-15 15:48:18.410962019 -0700
++++ hadoop-2.7.1-srcp/hadoop-common-project/hadoop-common/pom.xml	2015-09-15 15:50:52.059389201 -0700
+@@ -238,6 +238,11 @@
+       <artifactId>jsr305</artifactId>
+       <scope>compile</scope>
+     </dependency>
++    <dependency>
++      <groupId>io.netty</groupId>
++      <artifactId>netty</artifactId>
++      <scope>compile</scope>
++    </dependency>
+ 
+     <dependency>
+       <groupId>org.apache.htrace</groupId>