Hi June,

As i understand your problem, you are running spark 1.3 and want to use
Tachyon with it. what you need to do is simply build the latest Spark and
Tachyon and set some configuration is Spark. In fact spark 1.3 has
"spark/core/pom.xm", you have to find the "core" folder in your spark home
and inside it there must be a "pom.xml" file, if its not there i suspect
your spark code is broken or incomplete, and you should download the source
code again. what you need to do is find the Tachyon dependency in that
pom.xml and set its version as per you want. plus there are some additional
configuration you need to do in spark to enable Tachyon with spark. here is
list of sparkConf properties regarding Tachyon :
https://docs.sigmoidanalytics.com/index.php/Configuration_Settings

And if you find any difficulty building or recompiling spark you should
refer to this doc : https://spark.apache.org/docs/1.3.0/building-spark.html

for any further assistance please write back.

Thank you
Himashu



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/How-can-I-use-Tachyon-with-SPARK-tp23312p23317.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to