Skip to content

Commit aa66b74

Browse files
d-popkovekrivokonmapr
authored andcommitted
MapR [SPARK-1090] Spark hivesite-editor library is not present in jars (apache#1035)
1 parent 80ac6ff commit aa66b74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assembly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
<artifactId>classpath-filter_${scala.binary.version}</artifactId>
8080
<version>${project.version}</version>
8181
</dependency>
82+
<dependency>
83+
<groupId>org.apache.spark</groupId>
84+
<artifactId>hive-site-editor_${scala.binary.version}</artifactId>
85+
<version>${project.version}</version>
86+
</dependency>
8287

8388
<dependency>
8489
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)