Skip to content

Commit 454fe12

Browse files
jongyoulmateiz
authored andcommitted
[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
1 parent e9ca16e commit 454fe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<java.version>1.6</java.version>
116116
<sbt.project.name>spark</sbt.project.name>
117117
<scala.macros.version>2.0.1</scala.macros.version>
118-
<mesos.version>0.18.1</mesos.version>
118+
<mesos.version>0.21.0</mesos.version>
119119
<mesos.classifier>shaded-protobuf</mesos.classifier>
120120
<slf4j.version>1.7.5</slf4j.version>
121121
<log4j.version>1.2.17</log4j.version>

0 commit comments

Comments
 (0)