You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/23 02:29:42 UTC

svn commit: r1187829 - /incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build

Author: rvs
Date: Sun Oct 23 00:29:41 2011
New Revision: 1187829

URL: http://svn.apache.org/viewvc?rev=1187829&view=rev
Log:
BIGTOP-137. task-controller needs to be rebuilt

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build?rev=1187829&r1=1187828&r2=1187829&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/do-component-build Sun Oct 23 00:29:41 2011
@@ -16,6 +16,9 @@
 
 set -ex
 
+# FIXME: BIGTOP-137
+chmod 777 src/c++/task-controller/configure
+
 # FIXME: the LDFLAGS="-lcrypto" is a workaround for MAPREDUCE-2127
 # FIXME: the FUSE_HOME="..." and LDFLAGS="-lm" is a workaround for HADOOP-3344
 LDFLAGS="-lcrypto -lm" FUSE_HOME=`pwd`/build/c++/${HADOOP_ARCH} ant \
@@ -25,7 +28,7 @@ LDFLAGS="-lcrypto -lm" FUSE_HOME=`pwd`/b
   -Dcompile.native=true \
   -Dhadoop.conf.dir=/etc/hadoop/conf \
   -Dlibhdfs=1 -Dfusedfs=true -Dcompile.c++=true -Djdiff.build.dir=build/docs/jdiff-cloudera \
-  api-report bin-package compile-contrib package \
+  task-controller api-report bin-package compile-contrib package \
   "$@"