Skip to content

Commit ca14469

Browse files
committed
bump tachyon version to 0.4.1-thrift
1 parent 6a22c1a commit ca14469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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</version>
211+
<version>0.4.1-thrift</version>
212212
<exclusions>
213213
<exclusion>
214214
<groupId>org.apache.hadoop</groupId>

project/SparkBuild.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ object SparkBuild extends Build {
188188
"MQTT Repository" at "https://repo.eclipse.org/content/repositories/paho-releases/",
189189
"Cloudera Repository" at "https://repository.cloudera.com/artifactory/cloudera-repos/",
190190
// For Sonatype publishing
191-
//"sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
192-
//"sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
191+
"sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
192+
"sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
193193
// also check the local Maven repository ~/.m2
194194
Resolver.mavenLocal
195195
),
@@ -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)