Skip to content

Commit 118c6c5

Browse files
MapR [SPARK-620] Replace core dependency in Spark-2.4.4 (apache#576)
1 parent 2827bed commit 118c6c5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

external/maprdb/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@
124124
<dependency>
125125
<groupId>com.mapr.db</groupId>
126126
<artifactId>maprdb</artifactId>
127-
<version>6.2.0-mapr-SNAPSHOT</version>
127+
<version>6.1.0-mapr</version>
128128
<scope>provided</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.mapr.db</groupId>
132132
<artifactId>maprdb-mapreduce</artifactId>
133-
<version>6.2.0-mapr-SNAPSHOT</version>
133+
<version>6.1.0-mapr</version>
134134
<scope>provided</scope>
135135
</dependency>
136136
<dependency>
@@ -148,14 +148,14 @@
148148
<dependency>
149149
<groupId>com.mapr</groupId>
150150
<artifactId>mapr-java-utils</artifactId>
151-
<version>6.2.0-mapr-SNAPSHOT</version>
151+
<version>6.1.0-mapr</version>
152152
<classifier>tests</classifier>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.mapr.ojai</groupId>
157157
<artifactId>mapr-ojai-driver</artifactId>
158-
<version>6.2.0-mapr-SNAPSHOT</version>
158+
<version>6.1.0-mapr</version>
159159
<scope>provided</scope>
160160
</dependency>
161161
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<slf4j.version>1.7.16</slf4j.version>
127127
<log4j.version>1.2.17</log4j.version>
128128
<hadoop.version>2.7.4.0-mapr-1908-SNAPSHOT</hadoop.version>
129-
<maprfs.version>6.2.0-mapr-SNAPSHOT</maprfs.version>
129+
<maprfs.version>6.1.0-mapr</maprfs.version>
130130
<protobuf.version>2.5.0</protobuf.version>
131131
<yarn.version>${hadoop.version}</yarn.version>
132132
<flume.version>1.6.0</flume.version>

0 commit comments

Comments
 (0)