You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2017/05/13 03:38:13 UTC

bigtop git commit: BIGTOP-2763: Add /user/zeppelin directory for running Spark job on YARN in Zeppelin

Repository: bigtop
Updated Branches:
  refs/heads/master ddf97c85d -> 0b7e287ea


BIGTOP-2763: Add /user/zeppelin directory for running Spark job on YARN in Zeppelin

Signed-off-by: Evans Ye <ev...@apache.org>


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

Branch: refs/heads/master
Commit: 0b7e287ea250dde405abd1ce71fb73d779e8d059
Parents: ddf97c8
Author: Youngwoo Kim <yw...@apache.org>
Authored: Wed May 10 11:41:47 2017 +0900
Committer: Evans Ye <ev...@apache.org>
Committed: Sat May 13 11:37:55 2017 +0800

----------------------------------------------------------------------
 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/0b7e287e/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 f71f385..6225a69 100644
--- a/bigtop-packages/src/common/hadoop/init-hcfs.json
+++ b/bigtop-packages/src/common/hadoop/init-hcfs.json
@@ -92,7 +92,8 @@
     ["/user/hbase","755","hbase",null],
     ["/apps",null,null,null],
     ["/apps/tez",null,null,null],
-    ["/apps/tez/lib",null,null,null]
+    ["/apps/tez/lib",null,null,null],
+    ["/user/zeppelin","777","zeppelin"]
  ],
   "user": [
     ["tom", "0755", null],