Skip to content

Commit

Permalink
changed the root-level dir name in Tachyon
Browse files Browse the repository at this point in the history
  • Loading branch information
RongGu committed Apr 3, 2014
1 parent 5cc041c commit 120e48a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private[spark] class BlockManager(
private[storage] val diskStore = new DiskStore(this, diskBlockManager)
var tachyonInitialized = false
private[storage] lazy val tachyonStore: TachyonStore = {
val storeDir = conf.get("spark.tachyonStore.baseDir", System.getProperty("java.io.tmpdir"))
val storeDir = conf.get("spark.tachyonStore.baseDir", "/tmp_spark_tachyon")
val appFolderName = conf.get("spark.tachyonStore.folderName")
val tachyonStorePath = s"${storeDir}/${appFolderName}/${this.executorId}"
val tachyonMaster = conf.get("spark.tachyonStore.url", "tachyon://localhost:19998")
Expand Down

0 comments on commit 120e48a

Please sign in to comment.