[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15351419 --- Diff: yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/ExecutorLauncher.scala --- @@ -282,15 +298,22 @@ class ExecutorLauncher(args:

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15351507 --- Diff: yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -115,7 +117,33 @@ private[spark] class

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15352693 --- Diff: yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -115,7 +117,33 @@ private[spark] class

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15352756 --- Diff: yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/ExecutorLauncher.scala --- @@ -282,15 +298,22 @@ class ExecutorLauncher(args:

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

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

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50040036 QA results for PR 1180:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

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

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50043360 The stopping flag isn't synchronized in anyway so its still possible for it to stop twice, does that cause any issues? --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50044511 This situation exists in theory. [SparkContext.scala#L992](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkContext.scala#L992) deal

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

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

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50047400 QA results for PR 1180:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50050626 QA results for PR 1180:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-50068167 +1, thanks @witgo --- 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

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1180 --- 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 2037: yarn client mode doesn't support s...

2014-07-23 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15289308 --- Diff: yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -115,7 +117,30 @@ private[spark] class

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/1180#discussion_r15289735 --- Diff: yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -115,7 +117,30 @@ private[spark] class

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

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

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49881861 A little error repair at once. --- 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 2037: yarn client mode doesn't support s...

2014-07-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49882258 QA results for PR 1180:br- This patch FAILED unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49883664 i think a long-running application,sometimes there has maxNumExecutorFailures because yarn's reason, but yarn quickly provide spark to new container.although

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49884701 QA tests have started for PR 1180. This patch DID NOT merge cleanly! brView progress:

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

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

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49884681 @lianhuiwang I'm not sure I follow. Why would we want to kill it if you have minNumExecutors. Yarn will just give you more. I understand that long running

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

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

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49886617 Done --- 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

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49886521 @tgravescs i think if yarn will give application more executors, application will continue work and it donot need maxNumExecutorFailures. i think

[GitHub] spark pull request: Spark 2037: yarn client mode doesn't support s...

2014-07-23 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49887688 The reason for maxNumExecutorsFailure isn't because yarn can't give it more, its because something has happened to enough of your executors that you think there is a

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49890478 thank you.but i think some errors like disk failures,machines go down cannot include it.so maybe we need to exclude some errors that yarn report.how about your idea?

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49891554 Yarn doesn't necessarily tell you the type of error, or know for that matter. Your process can crash for many different reasons. Its just a much harder to do. This

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49892019 i know. i am ok for this PR.thanks --- 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

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49899377 QA results for PR 1180:br- This patch PASSES unit tests.brbrFor more information see test

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49899671 QA results for PR 1180:br- This patch FAILED unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SPARK-2037]: yarn client mode doesn't support...

2014-07-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1180#issuecomment-49900857 QA results for PR 1180:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test