[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4361 --- 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-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-03-15 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-81112451 You're right, SPARK-3619 was merged into 1.3 too. This should follow as well. Will do. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-03-14 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-80797514 @srowen Master and Branch-1.3 have a dependency of Mesos 0.21.0. Is it ok to merge it into branch-1.3? And MESOS-1688 is resolved by Mesos 0.21.0. So Spark isn't

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-03-13 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-78979595 OK, so, this change is appropriate for Mesos 0.21.0, but not perhaps earlier versions. So we would only merge into master for 1.4. I don't know Mesos but trust your

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-03-12 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-78812902 @pwendell @srowen Review this PR, please. This is about SPARK-3619 which is already completed but has some missing documentation about ENV name. From mesos-0.21.0,

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-75444526 [Test build #27833 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27833/consoleFull) for PR 4361 at commit

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

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

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread tnachen
Github user tnachen commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-75448373 I believe spark-env.sh.template in conf folder has a comment about Mesos native library. Can you change that as well? --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-75440593 [Test build #27833 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27833/consoleFull) for PR 4361 at commit

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread jongyoul
Github user jongyoul commented on a diff in the pull request: https://github.com/apache/spark/pull/4361#discussion_r25142832 --- Diff: conf/spark-env.sh.template --- @@ -15,7 +15,7 @@ # - SPARK_PUBLIC_DNS, to set the public DNS name of the driver program # -

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread jongyoul
Github user jongyoul commented on a diff in the pull request: https://github.com/apache/spark/pull/4361#discussion_r25141239 --- Diff: conf/spark-env.sh.template --- @@ -15,7 +15,7 @@ # - SPARK_PUBLIC_DNS, to set the public DNS name of the driver program # -

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-22 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/4361#discussion_r25142514 --- Diff: conf/spark-env.sh.template --- @@ -15,7 +15,7 @@ # - SPARK_PUBLIC_DNS, to set the public DNS name of the driver program # -

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-15 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-74405146 @tnachen I've already changed docs/running_on_mesos.md. Could you please tell me any other docs for changing description? --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-14 Thread tnachen
Github user tnachen commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-74368129 You also need to update the docs with this change. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-04 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/spark/pull/4361 [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688 - MESOS_NATIVE_LIBRARY become deprecated - Chagned MESOS_NATIVE_LIBRARY to MESOS_NATIVE_JAVA_LIBRARY You can merge this

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

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

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-72810794 [Test build #26739 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26739/consoleFull) for PR 4361 at commit

[GitHub] spark pull request: [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to ...

2015-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4361#issuecomment-72827994 [Test build #26739 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26739/consoleFull) for PR 4361 at commit