Skip to content

Commit 86a2eab

Browse files
committed
tachyon 0.4.1-thrift is in the staging repo. but jenkins failed to download it. temporarily revert it back to 0.4.1
1 parent 16c5798 commit 86a2eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>org.tachyonproject</groupId>
210210
<artifactId>tachyon</artifactId>
211-
<version>0.4.1-thrift</version>
211+
<version>0.4.1</version>
212212
<exclusions>
213213
<exclusion>
214214
<groupId>org.apache.hadoop</groupId>

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ object SparkBuild extends Build {
322322
"com.codahale.metrics" % "metrics-graphite" % "3.0.0",
323323
"com.twitter" %% "chill" % "0.3.1" excludeAll(excludeAsm),
324324
"com.twitter" % "chill-java" % "0.3.1" excludeAll(excludeAsm),
325-
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
325+
"org.tachyonproject" % "tachyon" % "0.4.1" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
326326
"com.clearspring.analytics" % "stream" % "2.5.1"
327327
),
328328
libraryDependencies ++= maybeAvro

0 commit comments

Comments
 (0)