You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by pl...@apache.org on 2012/01/27 01:26:12 UTC

svn commit: r1236466 - /incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst

Author: plinnell
Date: Fri Jan 27 00:26:11 2012
New Revision: 1236466

URL: http://svn.apache.org/viewvc?rev=1236466&view=rev
Log:
BIGTOP-370 - fix permissions enabling hive to startup

Modified:
    incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst?rev=1236466&r1=1236465&r2=1236466&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/deb/hive/hive.postinst Fri Jan 27 00:26:11 2012
@@ -22,7 +22,7 @@ set -e
 case "$1" in
     configure)
         chown hive:hive -R /var/run/hive /var/log/hive
-
+	chown hive:hive -R /var/lib/hive
         # Install config alternatives
         update-alternatives  --install /etc/hive/conf hive-conf /etc/hive/conf.dist 30