Skip to content
Closed
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
Remove hard coded URL in VersionsSuite
  • Loading branch information
xguo27 committed Nov 29, 2015
commit d0f56f1385bf40accb48b6feea963a1a22fc7bf7
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class VersionsSuite extends SparkFunSuite with Logging {
Some(new File(sys.props("java.io.tmpdir"), "hive-ivy-cache").getAbsolutePath))
}

private val mavenRepo = Some("http://www.datanucleus.org/downloads/maven2")
private val mavenRepo = HiveContext.HIVE_METASTORE_MAVEN_REPO.defaultValue

private def buildConf() = {
lazy val warehousePath = Utils.createTempDir()
Expand Down