Updated Branches:
  refs/heads/master 6350308f6 -> 0febd6f77

BIGTOP-1146. Flume NG package is broken because of org.hbase.asynchbase deps.  
mismanagement


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

Branch: refs/heads/master
Commit: 0febd6f772481ffa4ee86eb6717e842405211152
Parents: 6350308
Author: Konstantin Boudnik <[email protected]>
Authored: Thu Nov 14 11:33:05 2013 -0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Nov 14 11:33:05 2013 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/flume/do-component-build | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0febd6f7/bigtop-packages/src/common/flume/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/flume/do-component-build 
b/bigtop-packages/src/common/flume/do-component-build
index b127526..209c883 100755
--- a/bigtop-packages/src/common/flume/do-component-build
+++ b/bigtop-packages/src/common/flume/do-component-build
@@ -20,6 +20,9 @@ set -ex
 
 export MAVEN_OPTS="-Xmx1536m -Xms256m -XX:MaxPermSize=256m"
 
+sed -i -e \
+'s#<artifactId>asynchbase</artifactId>#<artifactId>asynchbase</artifactId>\n<exclusions>\n<exclusion>\n<groupId>org.apache.zookeeper</groupId>\n<artifactId>zookeeper</artifactId>\n</exclusion>\n</exclusions>#'
 flume-ng-sinks/flume-ng-hbase-sink/pom.xml
+
 mvn -DskipTests -Dhadoop.profile=2  \
   -Dhadoop.version=$HADOOP_VERSION  \
   -Dhbase.version=$HBASE_VERSION    \

Reply via email to