Skip to content

Commit 8b13ca0

Browse files
committed
Merge pull request #125 from uronce-cc/branch-1.4-tachyon-0.6.4
Add configurations for Tachyon
2 parents e642aa3 + cf51184 commit 8b13ca0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: templates/root/spark/conf/spark-defaults.conf

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
spark.executor.memory {{default_spark_mem}}
22
spark.executor.extraLibraryPath /root/ephemeral-hdfs/lib/native/
33
spark.executor.extraClassPath /root/ephemeral-hdfs/conf
4+
5+
# for spark version < 1.4.0
6+
spark.tachyonStore.url tachyon://{{active_master}}:19998
7+
# for spark version >= 1.4.0
8+
spark.externalBlockStore.url tachyon://{{active_master}}:19998

Diff for: templates/root/tachyon/conf/workers

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{slave_list}}

0 commit comments

Comments
 (0)