Repository: spark Updated Branches: refs/heads/master e9ca16ec9 -> 454fe129e
[SPARK-3619] Upgrade to Mesos 0.21 to work around MESOS-1688 - update version from 0.18.1 to 0.21.0 - I'm doing some tests in order to verify some spark jobs work fine on mesos 0.21.0 environment. Author: Jongyoul Lee <[email protected]> Closes #3934 from jongyoul/SPARK-3619 and squashes the following commits: ab994fa [Jongyoul Lee] [SPARK-3619] Upgrade to Mesos 0.21 to work around MESOS-1688 - update version from 0.18.1 to 0.21.0 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/454fe129 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/454fe129 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/454fe129 Branch: refs/heads/master Commit: 454fe129ee97b859bf079db8b9158e115a219ad5 Parents: e9ca16e Author: Jongyoul Lee <[email protected]> Authored: Fri Jan 9 10:47:08 2015 -0800 Committer: Matei Zaharia <[email protected]> Committed: Fri Jan 9 10:47:08 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/454fe129/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 703e5c4..aadcdfd 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ <java.version>1.6</java.version> <sbt.project.name>spark</sbt.project.name> <scala.macros.version>2.0.1</scala.macros.version> - <mesos.version>0.18.1</mesos.version> + <mesos.version>0.21.0</mesos.version> <mesos.classifier>shaded-protobuf</mesos.classifier> <slf4j.version>1.7.5</slf4j.version> <log4j.version>1.2.17</log4j.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
