[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-17 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-49271133 Thanks Andrew, looks good! --- 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

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1349 --- 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

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48684502 QA tests have started for PR 1349. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16539/consoleFull ---

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-10 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48684552 As of this comment, I have tested these changes in local, standalone and yarn modes, running with additional python files and jars and various configs, and everything

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48684793 QA tests have started for PR 1349. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16541/consoleFull ---

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48689317 QA results for PR 1349:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds the following public classes (experimental):br* (4)

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48689557 QA results for PR 1349:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds the following public classes (experimental):br* (4)

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread andrewor14
GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/1349 [SPARK-2423] Clean up SparkSubmit for readability It is currently non-trivial to trace through how different combinations of cluster managers (e.g. yarn) and deploy modes (e.g. cluster) are

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48542838 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48542823 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread sryza
Github user sryza commented on a diff in the pull request: https://github.com/apache/spark/pull/1349#discussion_r14742342 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -27,25 +27,39 @@ import org.apache.spark.executor.ExecutorURLClassLoader

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread sryza
Github user sryza commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48547918 These changes seem reasonable to me. --- 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

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48549408 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16483/ --- If your

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48549405 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/1349#discussion_r14746068 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -27,25 +27,39 @@ import org.apache.spark.executor.ExecutorURLClassLoader

[GitHub] spark pull request: [SPARK-2423] Clean up SparkSubmit for readabil...

2014-07-09 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/1349#issuecomment-48556023 An important goal of this PR is to keep the functionality the same. I have reviewed my own changes closely to verify that the logic is preserved, but it would be best