Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Sep 12, 2019
1 parent 1d2dd2b commit 5b2766a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -319,7 +319,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfterAll with Logging {

test("SPARK-28840 test --jars and hive.aux.jars.path command") {
val jarFile = new File("../../sql/hive/src/test/resources/SPARK-21101-1.0.jar").getCanonicalPath
val hiveContribJar = HiveTestUtils.getHiveContribJar.getCanonicalPath
val hiveContribJar = HiveTestJars.getHiveContribJar.getCanonicalPath
runCliWithin(
1.minute,
Seq("--jars", s"$jarFile", "--conf",
Expand Down

0 comments on commit 5b2766a

Please sign in to comment.