aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2015-11-09 14:32:52 -0800
committerDavies Liu <davies.liu@gmail.com>2015-11-09 14:32:52 -0800
commit150f6a89b79f0e5bc31aa83731429dc7ac5ea76b (patch)
treea90eb1f7f10f21650c374d38940f8fb609818c97 /sql/hive-thriftserver/src
parentf138cb873335654476d1cd1070900b552dd8b21a (diff)
downloadspark-150f6a89b79f0e5bc31aa83731429dc7ac5ea76b.tar.gz
spark-150f6a89b79f0e5bc31aa83731429dc7ac5ea76b.tar.bz2
spark-150f6a89b79f0e5bc31aa83731429dc7ac5ea76b.zip
[SPARK-11595] [SQL] Fixes ADD JAR when the input path contains URL scheme
Author: Cheng Lian <lian@databricks.com> Closes #9569 from liancheng/spark-11595.fix-add-jar.
Diffstat (limited to 'sql/hive-thriftserver/src')
-rw-r--r--sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
index ff8ca01506..5903b9e71c 100644
--- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
+++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
@@ -41,6 +41,7 @@ import org.apache.thrift.transport.TSocket
import org.scalatest.BeforeAndAfterAll
import org.apache.spark.sql.hive.HiveContext
+import org.apache.spark.sql.hive.test.TestHive
import org.apache.spark.sql.test.ProcessTestUtils.ProcessOutputCapturer
import org.apache.spark.util.Utils
import org.apache.spark.{Logging, SparkFunSuite}