Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11747912F for ; Wed, 28 Mar 2012 20:57:23 +0000 (UTC) Received: (qmail 10168 invoked by uid 500); 28 Mar 2012 20:57:23 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 10137 invoked by uid 500); 28 Mar 2012 20:57:22 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 10130 invoked by uid 99); 28 Mar 2012 20:57:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 20:57:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 20:57:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C449323888EA; Wed, 28 Mar 2012 20:57:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1306593 - /incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh Date: Wed, 28 Mar 2012 20:57:01 -0000 To: bigtop-commits@incubator.apache.org From: plinnell@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120328205701.C449323888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: plinnell Date: Wed Mar 28 20:57:01 2012 New Revision: 1306593 URL: http://svn.apache.org/viewvc?rev=1306593&view=rev Log: BIGTOP-496-stop hive shipping source code Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh?rev=1306593&r1=1306592&r2=1306593&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh (original) +++ incubator/bigtop/trunk/bigtop-packages/src/common/hive/install_hive.sh Wed Mar 28 20:57:01 2012 @@ -160,5 +160,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