Hi all,
My project involves changes to tachyon-0.8.2 and spark 1.6.1 and I am trying to mimic an already existing distributed setup which has local directory as tachyon underfs (I could already get single node setup working).
I am completely new to all this and I am guessing it might have got to do with tachyon-env.sh but my tachyon-env.sh looks exactly similar (with obvious changes) to the working setup.
So I have no clue why I get this error on worker node(s) during spark-submit --
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider tachyon.hadoop.TFS could not be instantiated
Could somebody help? Let me know if I need to provide more info..