Skip to content

Commit

Permalink
[SPARK-13648] Add Hive Cli to classes for isolated classloader
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Adding the hive-cli classes to the classloader

## How was this patch tested?

The hive Versionssuite tests were run

This is my original work and I license the work to the project under the project's open source license.

Author: Tim Preece <tim.preece.in.oz@gmail.com>

Closes #11495 from preecet/master.
  • Loading branch information
preecet authored and marmbrus committed Mar 7, 2016
1 parent e720dda commit 46f25c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private[hive] object IsolatedClientLoader extends Logging {
hadoopVersion: String,
ivyPath: Option[String]): Seq[URL] = {
val hiveArtifacts = version.extraDeps ++
Seq("hive-metastore", "hive-exec", "hive-common", "hive-serde")
Seq("hive-metastore", "hive-exec", "hive-common", "hive-serde", "hive-cli")
.map(a => s"org.apache.hive:$a:${version.fullVersion}") ++
Seq("com.google.guava:guava:14.0.1",
s"org.apache.hadoop:hadoop-client:$hadoopVersion")
Expand Down

0 comments on commit 46f25c2

Please sign in to comment.