You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/09/07 21:43:19 UTC

[1/2] git commit: BIGTOP-1435. Fix Crunch build after BIGTOP-1429

Repository: bigtop
Updated Branches:
  refs/heads/master e89889c6a -> e93a21db8


BIGTOP-1435. Fix Crunch build after BIGTOP-1429


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

Branch: refs/heads/master
Commit: ce6868712986e886482a93ba06c0be5cfc92222d
Parents: e89889c
Author: Konstantin Boudnik <co...@wandisco.com>
Authored: Sat Sep 6 21:49:14 2014 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sun Sep 7 12:38:08 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/crunch/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ce686871/bigtop-packages/src/common/crunch/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/crunch/do-component-build b/bigtop-packages/src/common/crunch/do-component-build
index e5513f7..7fa11d5 100644
--- a/bigtop-packages/src/common/crunch/do-component-build
+++ b/bigtop-packages/src/common/crunch/do-component-build
@@ -21,7 +21,7 @@ set -ex
 mvn -DskipTests -Dcrunch.platform=2           \
     -Dslf4j.version=1.6.1                     \
     -Dhadoop.version=$HADOOP_VERSION          \
-    -Dhbase.version=$HBASE_VERSION            \
+    -Dhbase.version=$HBASE_VERSION-hadoop2    \
     -Papache-release clean site:site package "$@"
 
 rm -rf build


[2/2] git commit: BIGTOP-1433. Fix Hive build after BIGTOP-1429

Posted by co...@apache.org.
BIGTOP-1433. Fix Hive build after BIGTOP-1429


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

Branch: refs/heads/master
Commit: e93a21db8bd110a7e3af015b186ec756e5fe7f47
Parents: ce68687
Author: Andrew Purtell <ap...@apache.org>
Authored: Sun Sep 7 12:39:51 2014 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sun Sep 7 12:39:51 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/hive/do-component-build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e93a21db/bigtop-packages/src/common/hive/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hive/do-component-build b/bigtop-packages/src/common/hive/do-component-build
index 7bc89d5..a5d68b9 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -33,10 +33,10 @@ HIVE_MAVEN_OPTS=" -Dhbase.version=$HBASE_VERSION \
 -Dhadoop.mr.rev=23 \
 -Dhadoop.security.version=$HADOOP_VERSION \
 -Dhadoop-23.version=$HADOOP_VERSION \
--Dhbase.hadoop2.version=$HBASE_VERSION \
+-Dhbase.hadoop2.version=$HBASE_VERSION-hadoop2 \
 -Dmvn.hadoop.profile=hadoop23 \
 -Dmaven.test.skip=true \
--Dhbase.version.with.hadoop.version=$HBASE_VERSION \
+-Dhbase.version.with.hadoop.version=$HBASE_VERSION-hadoop2 \
 "
 
 export MAVEN_OPTS="-Xmx1500m -Xms1500m -XX:MaxPermSize=256m"