You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/11/28 21:57:56 UTC

svn commit: r1207603 - in /incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src: deb/hive/rules rpm/hive/SPECS/hive.spec

Author: rvs
Date: Mon Nov 28 20:57:55 2011
New Revision: 1207603

URL: http://svn.apache.org/viewvc?rev=1207603&view=rev
Log:
BIGTOP-277. hive package in hadoop-0.23 branch is hopelessly broken

Modified:
    incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules
    incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/rpm/hive/SPECS/hive.spec

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules?rev=1207603&r1=1207602&r2=1207603&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules Mon Nov 28 20:57:55 2011
@@ -51,7 +51,7 @@ install-indep: metastore server	
 	cp debian/hive.1 .
 	sh debian/install_hive.sh \
 	  --prefix=debian/hadoop-hive \
-	  --build-dir=src/build/dist \
+	  --build-dir=build/dist \
 	  --doc-dir=debian/hadoop-hive/usr/share/doc/hive \
 	  --python-dir=debian/python-hive/usr/share/python-support/python-hive/hive
 	dh_pysupport

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/rpm/hive/SPECS/hive.spec
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/rpm/hive/SPECS/hive.spec?rev=1207603&r1=1207602&r2=1207603&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/rpm/hive/SPECS/hive.spec (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/rpm/hive/SPECS/hive.spec Mon Nov 28 20:57:55 2011
@@ -22,7 +22,7 @@
 %define man_dir %{_mandir}
 %define hive_services server metastore
 # After we run "ant package" we'll find the distribution here
-%define hive_dist src/build/dist
+%define hive_dist build/dist
 
 %if  %{!?suse_version:1}0