BIGTOP-370 - fix permissions enabling hive to startup

git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/branches/hadoop-0.22@1236466 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bigtop-packages/src/deb/hive/hive.postinst b/bigtop-packages/src/deb/hive/hive.postinst
index b4c3ef9..fc8022b 100644
--- a/bigtop-packages/src/deb/hive/hive.postinst
+++ b/bigtop-packages/src/deb/hive/hive.postinst
@@ -22,7 +22,7 @@
 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