Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
rename udf
  • Loading branch information
jeanlyn committed Mar 19, 2015
commit 2de3945607a91a825aa8df9ed960f437bb6cb9b3
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging {
val dataFilePath =
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
val jarPath =
Thread.currentThread().getContextClassLoader.getResource("data/files/hello.jar").toString.split(":")(1)
Thread.currentThread().getContextClassLoader.getResource("jar/TestUdf.jar").toString.split(":")(1)

runCliWithin(3.minute)(
s"""
Expand Down