[ https://issues.apache.org/jira/browse/SPARK-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725913#comment-14725913 ]
Steve Loughran commented on SPARK-10288: ---------------------------------------- Long Haul job submission. You can't currently submit work to a running cluster if the RPC channel isn't open to you, which in cloud environments means "ssh tunnel fun" or "somehow get into the cluster" > Add a rest client for Spark on Yarn > ----------------------------------- > > Key: SPARK-10288 > URL: https://issues.apache.org/jira/browse/SPARK-10288 > Project: Spark > Issue Type: New Feature > Components: YARN > Reporter: Saisai Shao > > This is a proposal to add rest client for Spark on Yarn. Currently Spark > standalone and Mesos mode can support rest way of submitting applications, > for Spark on Yarn, it still uses program way to do it. Since RM now (from > 2.6) supports rest way of submitting application, so it would be better Spark > on Yarn also support this way. > Here is the design doc > (https://docs.google.com/document/d/1m_P-4olXrp0tJ3kEOLZh1rwrjTfAat7P3fAVPR5GTmg/edit?usp=sharing). > Currently I'm working on it, working branch is > (https://github.com/jerryshao/apache-spark/tree/yarn-rest-support), the major > part is already finished. > Any comment is greatly appreciated, thanks a lot. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org