Repository: bigtop Updated Branches: refs/heads/master cde7665b1 -> 26e4c7f6b
BIGTOP-1813. Create /user/hbase HDFS directory Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/26e4c7f6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/26e4c7f6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/26e4c7f6 Branch: refs/heads/master Commit: 26e4c7f6b6afafcabecdd0b14ad0e97bb3d22e40 Parents: cde7665 Author: Ivan Orlov <[email protected]> Authored: Fri Apr 10 12:42:31 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Apr 10 12:50:25 2015 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hadoop/init-hcfs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/26e4c7f6/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 611f090..88beb1a 100644 --- a/bigtop-packages/src/common/hadoop/init-hcfs.json +++ b/bigtop-packages/src/common/hadoop/init-hcfs.json @@ -87,7 +87,8 @@ ["/user/oozie/share/lib/mapreduce-streaming", null, null, null], ["/user/oozie/share/lib/distcp", null, null, null], ["/user/oozie/share/lib/pig", null, null, null], - ["/var/log/spark/apps","1777","spark","spark"] + ["/var/log/spark/apps","1777","spark","spark"], + ["/user/hbase","755","hbase",null] ], "user": [ ["tom", "0755", null],
