Skip to content

Commit e06c7df

Browse files
adrian-wangliancheng
authored andcommitted
[SPARK-6153] [SQL] promote guava dep for hive-thriftserver
For package thriftserver, guava is used at runtime. /cc pwendell Author: Daoyuan Wang <[email protected]> Closes apache#4884 from adrian-wang/test and squashes the following commits: 4600ae7 [Daoyuan Wang] only promote for thriftserver 44dda18 [Daoyuan Wang] promote guava dep for hive
1 parent 7ac072f commit e06c7df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<artifactId>spark-hive_${scala.binary.version}</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44+
<dependency>
45+
<groupId>com.google.guava</groupId>
46+
<artifactId>guava</artifactId>
47+
<scope>runtime</scope>
48+
</dependency>
4449
<dependency>
4550
<groupId>${hive.group}</groupId>
4651
<artifactId>hive-cli</artifactId>

0 commit comments

Comments
 (0)