Skip to content

Commit ca8dafc

Browse files
Konstantin Shaposhnikovsrowen
authored andcommitted
[SPARK-7042] [BUILD] use the standard akka artifacts with hadoop-2.x
Both akka 2.3.x and hadoop-2.x use protobuf 2.5 so only hadoop-1 build needs custom 2.3.4-spark akka version that shades protobuf-2.5 This change also updates akka version (for hadoop-2.x profiles only) to the latest 2.3.11 as akka-zeromq_2.11 is not available for akka 2.3.4. This partially fixes SPARK-7042 (for hadoop-2.x builds) Author: Konstantin Shaposhnikov <[email protected]> Closes #6492 from kostya-sh/SPARK-7042 and squashes the following commits: dc195b0 [Konstantin Shaposhnikov] [SPARK-7042] [BUILD] use the standard akka artifacts with hadoop-2.x
1 parent 8c321d6 commit ca8dafc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
<properties>
115115
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
116116
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
117-
<akka.group>org.spark-project.akka</akka.group>
118-
<akka.version>2.3.4-spark</akka.version>
117+
<akka.group>com.typesafe.akka</akka.group>
118+
<akka.version>2.3.11</akka.version>
119119
<java.version>1.6</java.version>
120120
<sbt.project.name>spark</sbt.project.name>
121121
<mesos.version>0.21.1</mesos.version>
@@ -1670,6 +1670,8 @@
16701670
<hbase.version>0.98.7-hadoop1</hbase.version>
16711671
<avro.mapred.classifier>hadoop1</avro.mapred.classifier>
16721672
<codehaus.jackson.version>1.8.8</codehaus.jackson.version>
1673+
<akka.group>org.spark-project.akka</akka.group>
1674+
<akka.version>2.3.4-spark</akka.version>
16731675
</properties>
16741676
</profile>
16751677

0 commit comments

Comments
 (0)