GitHub user devaraj-kavali opened a pull request:

    https://github.com/apache/spark/pull/21979

    [SPARK-25009][CORE]Standalone Cluster mode application submit is not working

    ## What changes were proposed in this pull request?
    
    It seems 'doRunMain()' has been removed accidentally by other PR and due to 
that the application submission is not happening, this PR adds back the 
'doRunMain()' for standalone cluster submission.
    
    
    ## How was this patch tested?
    
    I verified it manually by submitting application in standalone cluster 
mode, all the applications are submitting to the Master with the change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/devaraj-kavali/spark SPARK-25009

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21979.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 #21979
    
----
commit e753ff8a4be5b1b08dc2165d04fd3af46cfcc546
Author: Devaraj K <devaraj@...>
Date:   2018-08-02T22:12:31Z

    [SPARK-25009][CORE]Standalone Cluster mode application submit is not
    working

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to