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 wheel
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
---
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
dev/ze
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: http://git-wip-us.apache.org/
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: http://git-wip-us.apache.org/repos/asf/zeppe
Repository: zeppelin
Updated Tags: refs/tags/v0.7.3-rc5 [created] 5d246c96b
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 Fix]