You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Jone Zhang <jo...@gmail.com> on 2017/07/27 03:32:39 UTC

Can i move TFS and TSFT out of spark package

I have build the spark-assembly-1.6.0-hadoop2.5.1.jar

cat spark-assembly-1.6.0-hadoop2.5.1.jar/META-INF/services/org.
apache.hadoop.fs.FileSystem
...
org.apache.hadoop.hdfs.DistributedFileSystem
org.apache.hadoop.hdfs.web.HftpFileSystem
org.apache.hadoop.hdfs.web.HsftpFileSystem
org.apache.hadoop.hdfs.web.WebHdfsFileSystem
org.apache.hadoop.hdfs.web.SWebHdfsFileSystem
tachyon.hadoop.TFS
tachyon.hadoop.TFSFT

Can i move TFS and TSFT out of spark-assembly-1.6.0-hadoop2.5.1.jar
How do I modify it before build


Thanks.