Author: plinnell
Date: Wed Mar 28 20:59:08 2012
New Revision: 1306594

URL: http://svn.apache.org/viewvc?rev=1306594&view=rev
Log:
BIGTOP-496-stop hive shipping source code

Modified:
    
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hive/install_hive.sh

Modified: 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hive/install_hive.sh
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hive/install_hive.sh?rev=1306594&r1=1306593&r2=1306594&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hive/install_hive.sh
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hive/install_hive.sh
 Wed Mar 28 20:59:08 2012
@@ -162,5 +162,8 @@ chmod 755 ${PYTHON_DIR}/hive_metastore/*
 # Dir for Metastore DB
 install -d -m 1777 $PREFIX/var/lib/hive/metastore/
 
-# We need to get rid of jars that happen to be shipped in other CDH packages
+# We need to get rid of jars that happen to be shipped in other packages
 rm -f ${LIB_DIR}/lib/hbase-*.jar ${LIB_DIR}/lib/zookeeper-*.jar
+
+# Remove some source which gets installed
+rm -rf ${LIB_DIR}/lib/php/ext


Reply via email to