[2/2] zeppelin git commit: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter

2017-09-18 Thread zjffdu
ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter ### What is this PR for? This is the first version for supporting yarn-cluster of `SparkInterpreter`. I just delegate all the function to `spark-submit` as yarn-cluster is natively supported by spark, we don't need to reinvent the

[1/2] zeppelin git commit: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter

2017-09-18 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master d25639caa -> 5d7151097 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5d715109/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/repo/VFSNotebookRepoTest.java

svn commit: r21649 - /dev/zeppelin/zeppelin-0.7.3-rc5/

2017-09-18 Thread minalee
Author: minalee Date: Mon Sep 18 15:02:17 2017 New Revision: 21649 Log: Upload zeppelin-0.7.3-rc5 Added: dev/zeppelin/zeppelin-0.7.3-rc5/ dev/zeppelin/zeppelin-0.7.3-rc5/zeppelin-0.7.3-bin-all.tgz (with props) dev/zeppelin/zeppelin-0.7.3-rc5/zeppelin-0.7.3-bin-all.tgz.asc

[1/2] zeppelin git commit: Preparing Apache Zeppelin release 0.7.3

2017-09-18 Thread minalee
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 abdf3352e -> 8a2b46a25 Preparing Apache Zeppelin release 0.7.3 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/5d246c96 Tree:

[2/2] zeppelin git commit: Preparing development version 0.7.4-SNAPSHOT

2017-09-18 Thread minalee
Preparing development version 0.7.4-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/8a2b46a2 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/8a2b46a2 Diff:

[zeppelin] Git Push Summary

2017-09-18 Thread minalee
Repository: zeppelin Updated Tags: refs/tags/v0.7.3-rc5 [created] 5d246c96b

zeppelin git commit: [HOTFIX] Forward compatibility of Note class

2017-09-18 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 54eb18f41 -> abdf3352e [HOTFIX] Forward compatibility of Note class ### What is this PR for? Solving inconsistency issue of Note's dateformat between branch-0.7 and master. It's related to #2272 ### What type of PR is it? [Hot