Skip to content

Commit 26e8bcf

Browse files
committed
Revert "[SPARK-30783] Exclude hive-service-rpc"
This reverts commit 678cf5a.
1 parent 35d9a3f commit 26e8bcf

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

dev/deps/spark-deps-hadoop-2.7-hive-2.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ hive-jdbc/2.3.6//hive-jdbc-2.3.6.jar
8787
hive-llap-common/2.3.6//hive-llap-common-2.3.6.jar
8888
hive-metastore/2.3.6//hive-metastore-2.3.6.jar
8989
hive-serde/2.3.6//hive-serde-2.3.6.jar
90+
hive-service-rpc/2.3.6//hive-service-rpc-2.3.6.jar
9091
hive-shims-0.23/2.3.6//hive-shims-0.23-2.3.6.jar
9192
hive-shims-common/2.3.6//hive-shims-common-2.3.6.jar
9293
hive-shims-scheduler/2.3.6//hive-shims-scheduler-2.3.6.jar

dev/deps/spark-deps-hadoop-3.2-hive-2.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ hive-jdbc/2.3.6//hive-jdbc-2.3.6.jar
8686
hive-llap-common/2.3.6//hive-llap-common-2.3.6.jar
8787
hive-metastore/2.3.6//hive-metastore-2.3.6.jar
8888
hive-serde/2.3.6//hive-serde-2.3.6.jar
89+
hive-service-rpc/2.3.6//hive-service-rpc-2.3.6.jar
8990
hive-shims-0.23/2.3.6//hive-shims-0.23-2.3.6.jar
9091
hive-shims-common/2.3.6//hive-shims-common-2.3.6.jar
9192
hive-shims-scheduler/2.3.6//hive-shims-scheduler-2.3.6.jar

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,11 +1452,6 @@
14521452
<groupId>${hive.group}</groupId>
14531453
<artifactId>hive-service</artifactId>
14541454
</exclusion>
1455-
<exclusion>
1456-
<!-- All classes are covered by spark's hive-thriftserver module -->
1457-
<groupId>${hive.group}</groupId>
1458-
<artifactId>hive-service-rpc</artifactId>
1459-
</exclusion>
14601455
<exclusion>
14611456
<groupId>${hive.group}</groupId>
14621457
<artifactId>hive-shims</artifactId>
@@ -1513,11 +1508,6 @@
15131508
<groupId>${hive.group}</groupId>
15141509
<artifactId>hive-service</artifactId>
15151510
</exclusion>
1516-
<exclusion>
1517-
<!-- All classes are covered by spark's hive-thriftserver module -->
1518-
<groupId>${hive.group}</groupId>
1519-
<artifactId>hive-service-rpc</artifactId>
1520-
</exclusion>
15211511
<exclusion>
15221512
<groupId>${hive.group}</groupId>
15231513
<artifactId>hive-shims</artifactId>
@@ -1771,11 +1761,6 @@
17711761
<groupId>${hive.group}</groupId>
17721762
<artifactId>hive-service</artifactId>
17731763
</exclusion>
1774-
<exclusion>
1775-
<!-- All classes are covered by spark's hive-thriftserver module -->
1776-
<groupId>${hive.group}</groupId>
1777-
<artifactId>hive-service-rpc</artifactId>
1778-
</exclusion>
17791764
<exclusion>
17801765
<groupId>${hive.group}</groupId>
17811766
<artifactId>hive-shims</artifactId>
@@ -1926,11 +1911,6 @@
19261911
<artifactId>groovy-all</artifactId>
19271912
</exclusion>
19281913
<!-- Begin of Hive 2.3 exclusion -->
1929-
<exclusion>
1930-
<!-- All classes are covered by spark's hive-thriftserver module -->
1931-
<groupId>${hive.group}</groupId>
1932-
<artifactId>hive-service-rpc</artifactId>
1933-
</exclusion>
19341914
<!-- parquet-hadoop-bundle:1.8.1 conflict with 1.10.1 -->
19351915
<exclusion>
19361916
<groupId>org.apache.parquet</groupId>

0 commit comments

Comments
 (0)