Revert "BIGTOP-873. Hive needs Ivy cache cleared"
This reverts commit 6ef2d987f9cf56f846535e6d9400c82f0d47addf.
Conflicts:
bigtop-packages/src/common/hive/do-component-build
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/df1c345a
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/df1c345a
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/df1c345a
Branch: refs/heads/master
Commit: df1c345ae266a882836dda625619bd99cea2b136
Parents: b60fbb4
Author: Konstantin Boudnik <[email protected]>
Authored: Wed Apr 17 16:31:00 2013 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Wed Apr 17 16:31:00 2013 -0700
----------------------------------------------------------------------
bigtop-packages/src/common/hive/do-component-build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/bigtop/blob/df1c345a/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 99d9088..3ce7f20 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -41,7 +41,7 @@ __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 "$@"
+ -Dversion=$HIVE_VERSION -Dinclude.postgres=true package "$@"
# Install Hive artifacts needed by other components into the local Maven cache
mvn install:install-file -DgroupId=org.apache.hive -DartifactId=hive-builtins
-Dversion=$HIVE_VERSION -Dpackaging=jar
-Dfile=src/build/builtins/hive-builtins-$HIVE_VERSION.jar