[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/9758#discussion_r45045562 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -258,7 +258,8 @@ private[spark] class Client( if (executorMem > maxMem)

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/9758#discussion_r45134450 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -258,7 +258,8 @@ private[spark] class Client( if (executorMem >

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157547655 **[Test build #46121 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46121/consoleFull)** for PR 9758 at commit

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157533825 **[Test build #46120 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46120/consoleFull)** for PR 9758 at commit

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157539186 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157539025 **[Test build #46120 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46120/consoleFull)** for PR 9758 at commit

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157539187 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9758 --- 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-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157548098 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157548033 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157534967 **[Test build #46121 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46121/consoleFull)** for PR 9758 at commit

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157547920 OK, merging into master 1.6 --- 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-11771][YARN][TRIVIAL] maximum memory in...

2015-11-17 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/9758#discussion_r45127540 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -258,7 +258,8 @@ private[spark] class Client( if (executorMem >

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-16 Thread holdenk
GitHub user holdenk opened a pull request: https://github.com/apache/spark/pull/9758 [SPARK-11771][YARN][TRIVIAL] maximum memory in yarn is controlled by two params have both in error msg When we exceed the max memory tell users to increase both params instead of just the one.

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157271623 **[Test build #46057 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46057/consoleFull)** for PR 9758 at commit

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157275936 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157275934 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11771][YARN][TRIVIAL] maximum memory in...

2015-11-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9758#issuecomment-157275865 **[Test build #46057 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46057/consoleFull)** for PR 9758 at commit