Skip to content

Commit

Permalink
[SPARK-198] Update hadoop dependency version to 2.7.0-mapr-1803 for S…
Browse files Browse the repository at this point in the history
…park 2.2.1 (apache#245)
  • Loading branch information
avovchenko authored and ekrivokonmapr committed Sep 19, 2019
1 parent 54f5a93 commit 1bd5f05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
<dependency>
<groupId>com.mapr.hadoop</groupId>
<artifactId>maprfs</artifactId>
<version>${maprfs.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-launcher_${scala.binary.version}</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
<sbt.project.name>spark</sbt.project.name>
<slf4j.version>1.7.16</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>2.7.0-mapr-1607</hadoop.version>
<hadoop.version>2.7.0-mapr-1803</hadoop.version>
<maprfs.version>6.0.1-mapr</maprfs.version>
<protobuf.version>2.5.0</protobuf.version>
<yarn.version>${hadoop.version}</yarn.version>
<flume.version>1.6.0</flume.version>
Expand Down

0 comments on commit 1bd5f05

Please sign in to comment.