Author: rvs
Date: Sat Jun 30 00:58:27 2012
New Revision: 1355609

URL: http://svn.apache.org/viewvc?rev=1355609&view=rev
Log:
BIGTOP-656. flume depends on hadoop 0.23.1. We need to override hadoop version 
to 2.0.0-alpha

Modified:
    
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/do-component-build

Modified: 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/do-component-build
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/do-component-build?rev=1355609&r1=1355608&r2=1355609&view=diff
==============================================================================
--- 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/do-component-build
 (original)
+++ 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/do-component-build
 Sat Jun 30 00:58:27 2012
@@ -16,4 +16,8 @@
 
 set -ex
 
-mvn clean install -DskipTests -Dhadoop.profile=23 "$@" 
+. `dirname $0`/bigtop.bom
+
+mvn -DskipTests -Dhadoop.profile=23 \
+  -Dhadoop.version=$HADOOP_VERSION  \
+  clean install "$@"


Reply via email to