GitHub user astroshim reopened a pull request: https://github.com/apache/zeppelin/pull/1656
Fix Yarn configuration of Spark2.0 ### What is this PR for? `yarn-client` is deprecated since Spark 2.0, so SparkInterpreter also support `yarn` as `application master`. ### What type of PR is it? Bug Fix | Improvement ### How should this be tested? Run spark paragraph with Spark2.0 + yarn. ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/astroshim/zeppelin fix/yarn-spark2.0 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1656.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1656 ---- commit a4f3fa3742fa1aad6fa2ec698c29aac752cb9ca6 Author: astroshim <hss...@nflabs.com> Date: 2016-11-18T14:07:04Z fix spark2.0 connection error with EMR commit 93f7f9c20e62121eef88ca8d172892b670c6af16 Author: astroshim <hss...@nflabs.com> Date: 2016-11-18T14:58:37Z update spark conf commit b225dd4cb1e8fe6250d162792b8a0d3c9bdf7dac Author: astroshim <hss...@nflabs.com> Date: 2016-11-18T15:54:06Z add master yarn commit 4374ce0310e760b52938240411c6b67f4ba1d300 Author: astroshim <hss...@nflabs.com> Date: 2016-11-19T11:44:42Z fix spark configuration commit b9936286f0018a62f6fd14c645a82d0f3bab3daf Author: astroshim <hss...@nflabs.com> Date: 2016-11-23T15:40:47Z if yarn mode ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---