Skip to content

Commit 79911ff

Browse files
committed
Add Hive Cli to classes for isolated classloader
1 parent e97fc7f commit 79911ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private[hive] object IsolatedClientLoader extends Logging {
9797
hadoopVersion: String,
9898
ivyPath: Option[String]): Seq[URL] = {
9999
val hiveArtifacts = version.extraDeps ++
100-
Seq("hive-metastore", "hive-exec", "hive-common", "hive-serde")
100+
Seq("hive-metastore", "hive-exec", "hive-common", "hive-serde", "hive-cli")
101101
.map(a => s"org.apache.hive:$a:${version.fullVersion}") ++
102102
Seq("com.google.guava:guava:14.0.1",
103103
s"org.apache.hadoop:hadoop-client:$hadoopVersion")

0 commit comments

Comments
 (0)