Updated Branches:
  refs/heads/master 799387672 -> df1c345ae

BIGTOP-928. Hive can't be build against non-published Hadoop artifacts


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

Branch: refs/heads/master
Commit: c3741c4fa16221c6221a02f34fe91db885ca83d1
Parents: 7993876
Author: Konstantin Boudnik <[email protected]>
Authored: Tue Apr 16 18:27:12 2013 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Tue Apr 16 18:27:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c3741c4f/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 1f8e419..99d9088 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -38,6 +38,8 @@ 
hadoop.mapreduce.test.jar=\${hadoop.root}/share/hadoop/mapreduce/hadoop-mapreduc
 
hadoop.mapreduce.tools.jar=\${hadoop.root}/share/hadoop/mapreduce/hadoop-mapreduce-tools-\${hadoop.version.ant-internal}.jar
 __EOT__
 
+sed -i.orig -e 's#<module organisation="org.apache.hadoop" 
name="hadoop-\*".*#<module organisation="org.apache.hadoop" name=".*" 
resolver="internal"/>#' src/ivy/ivysettings.xml
+
 ant -f src/build.xml `bom2props | sed -e 's#^#-D#'` 
-Dhadoop.security.version.prefix=0.23 \
     -Dversion=$HIVE_VERSION -Dinclude.postgres=true very-clean package "$@"
 

Reply via email to