Skip to content

Commit 16c5798

Browse files
committed
make the dependency on tachyon as tachyon-0.4.1-thrift
1 parent eacb2e8 commit 16c5798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
325+
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
326326
"com.clearspring.analytics" % "stream" % "2.5.1"
327327
),
328328
libraryDependencies ++= maybeAvro

0 commit comments

Comments
 (0)