Repository: bigtop Updated Branches: refs/heads/master 027037e63 -> 50783d7ce
BIGTOP-2351. Vagrant VM is missing /user/vagrant HDFS directory Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8f0645d1 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8f0645d1 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8f0645d1 Branch: refs/heads/master Commit: 8f0645d1138ae39f1ebe08d8653ce8c577a9cc25 Parents: 027037e Author: Konstantin Boudnik <[email protected]> Authored: Wed Mar 2 16:49:24 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Mar 3 10:13:57 2016 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/hadoop/init-hcfs.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8f0645d1/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 7f9b6cc..f71f385 100644 --- a/bigtop-packages/src/common/hadoop/init-hcfs.json +++ b/bigtop-packages/src/common/hadoop/init-hcfs.json @@ -69,6 +69,7 @@ ["/user","755","HCFS_SUPER_USER",null], ["/user/history","755","mapred","mapred"], ["/user/jenkins","777","jenkins",null], + ["/user/vagrant","777","vagrant",null], ["/user/hive","777",null,null], ["/user/root","777","root",null], ["/user/hue","777","hue","hue"],
