Skip to content

Commit 67acc63

Browse files
committed
MapR [SPARK-1322] Add spark-connect jar to the Spark package (apache#1220)
1 parent e9aa957 commit 67acc63

File tree

8 files changed

+5
-0
lines changed

8 files changed

+5
-0
lines changed

assembly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<artifactId>hive-site-editor_${scala.binary.version}</artifactId>
9595
<version>${project.version}</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>org.apache.spark</groupId>
99+
<artifactId>spark-connect_${scala.binary.version}</artifactId>
100+
<version>${project.version}</version>
101+
</dependency>
97102

98103
<dependency>
99104
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)