We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be031b commit 095b2c7Copy full SHA for 095b2c7
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/commands.scala
@@ -72,6 +72,7 @@ case class AddJar(path: String) extends LeafNode with Command {
72
override def output = Seq.empty
73
74
override protected[sql] lazy val sideEffectResult: Seq[Any] = {
75
+ hiveContext.runSqlHive(s"ADD JAR $path")
76
hiveContext.sparkContext.addJar(path)
77
Seq.empty[Any]
78
}
0 commit comments