From 86a2eab3faf77239216ed901c6f9c12dfa674416 Mon Sep 17 00:00:00 2001 From: Haoyuan Li Date: Mon, 24 Mar 2014 11:15:59 -0700 Subject: [PATCH] tachyon 0.4.1-thrift is in the staging repo. but jenkins failed to download it. temporarily revert it back to 0.4.1 --- core/pom.xml | 2 +- project/SparkBuild.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 746626378a8da..f8224506a2c62 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -208,7 +208,7 @@ org.tachyonproject tachyon - 0.4.1-thrift + 0.4.1 org.apache.hadoop diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index ced7825a3b8a3..774b90ae4d836 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -322,7 +322,7 @@ object SparkBuild extends Build { "com.codahale.metrics" % "metrics-graphite" % "3.0.0", "com.twitter" %% "chill" % "0.3.1" excludeAll(excludeAsm), "com.twitter" % "chill-java" % "0.3.1" excludeAll(excludeAsm), - "org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock), + "org.tachyonproject" % "tachyon" % "0.4.1" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock), "com.clearspring.analytics" % "stream" % "2.5.1" ), libraryDependencies ++= maybeAvro