Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Hive Cli to classes for isolated classloader
  • Loading branch information
preecet committed Mar 3, 2016
commit 79911ffd34f1655412a5f5ea4aa69c4a8eb15a92
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