Repository: bigtop
Updated Branches:
  refs/heads/master 11c2e1a34 -> 164ae9184


BIGTOP-1791. Set group of /user/hue to "hue" in HDFS

This is to match common configuration of Hue that
is made on Cloudera's Hue demo cluster and assumed
in a Hue integration test.

Signed-off-by: YoungWoo Kim <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/164ae918
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/164ae918
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/164ae918

Branch: refs/heads/master
Commit: 164ae9184ff794ff64caa816d8cf521421c46d09
Parents: 11c2e1a
Author: Peter Slawski <[email protected]>
Authored: Tue Mar 24 18:47:26 2015 -0700
Committer: YoungWoo Kim <[email protected]>
Committed: Wed Apr 1 13:58:39 2015 +0900

----------------------------------------------------------------------
 bigtop-packages/src/common/hadoop/init-hcfs.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/164ae918/bigtop-packages/src/common/hadoop/init-hcfs.json
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hadoop/init-hcfs.json 
b/bigtop-packages/src/common/hadoop/init-hcfs.json
index bd97a22..611f090 100644
--- a/bigtop-packages/src/common/hadoop/init-hcfs.json
+++ b/bigtop-packages/src/common/hadoop/init-hcfs.json
@@ -71,7 +71,7 @@
     ["/user/jenkins","777","jenkins",null],
     ["/user/hive","777",null,null],
     ["/user/root","777","root",null],
-    ["/user/hue","777","hue",null],
+    ["/user/hue","777","hue","hue"],
     ["/user/sqoop","777","sqoop",null],
     ["/user/oozie","777","oozie"],
     ["/user/oozie/share",null,null,null],

Reply via email to