You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ilya Brodetsky (JIRA)" <ji...@apache.org> on 2019/04/18 13:49:00 UTC

[jira] [Created] (SPARK-27509) enable connection in cluster mode for output in client machine

Ilya Brodetsky created SPARK-27509:
--------------------------------------

             Summary: enable connection in cluster mode for output in client machine
                 Key: SPARK-27509
                 URL: https://issues.apache.org/jira/browse/SPARK-27509
             Project: Spark
          Issue Type: Improvement
          Components: Spark Submit
    Affects Versions: 3.0.0
            Reporter: Ilya Brodetsky


While working on Spark I implemented a feature where when you submit a Spark job you enable the option that when it finishes the client machine will read from a file that the Spark job wrote to. It enables a quick and easy way to get output of lets say a dynamic Spark SQL query in the client without manually doing a hdfs download command or anything like. There are some pre requisites for it ( like having configurations for the hdfs communication) but I think its completely possible to  implement it and help many users to have an established communication line with a Spark job.

What do you think about the option? 
Would be glad to hear any issues with this idea or why it shouldnt be implemented. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org