<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147086#M109629</link>
    <description>&lt;P&gt;I install the ambari and the hdp 2.3.4&lt;/P&gt;&lt;P&gt;Resently, I wanted to use the oozie as a  job to execute the spark action, so I tested the spark examples but I found a problem. &lt;/P&gt;&lt;P&gt;&lt;EM&gt; --jobproperties&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; --lib&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----spark-assembly.jar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----test-spark.jar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--workflow.xml&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I submit the oozie job, the action was killed. &lt;/P&gt;&lt;P&gt;the logs say:&lt;/P&gt;&lt;PRE&gt;2016-02-17 17:55:47,252 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Created MRAppMaster for application appattempt_1455672954475_0016_000002
2016-02-17 17:55:47,682 WARN [main] org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-02-17 17:55:47,708 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Executing with tokens:
2016-02-17 17:55:47,966 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Kind: YARN_AM_RM_TOKEN, Service: , Ident: (appAttemptId { application_id { id: 16 cluster_timestamp: 1455672954475 } attemptId: 2 } keyId: 1590943555)
2016-02-17 17:55:47,968 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Kind: RM_DELEGATION_TOKEN, Service: 192.168.1.200:8032,192.168.1.202:8032, Ident: (owner=root, renewer=oozie mr token, realUser=oozie, issueDate=1455702938114, maxDate=1456307738114, sequenceNumber=134, masterKeyId=46)
2016-02-17 17:55:48,068 INFO [main] org.apache.hadoop.service.AbstractService: Service org.apache.hadoop.mapreduce.v2.app.MRAppMaster failed in state INITED; cause: java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
	at org.apache.hadoop.fs.FileSystem.getScheme(FileSystem.java:216)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2564)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2574)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2630)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2612)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:370)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:169)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.getFileSystem(MRAppMaster.java:497)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceInit(MRAppMaster.java:281)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$4.run(MRAppMaster.java:1499)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1496)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1429)&lt;/PRE&gt;&lt;P&gt;so, Have anyone know how to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 09:55:06 GMT</pubDate>
    <dc:creator>fengyeyouni</dc:creator>
    <dc:date>2016-02-18T09:55:06Z</dc:date>
    <item>
      <title>oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147086#M109629</link>
      <description>&lt;P&gt;I install the ambari and the hdp 2.3.4&lt;/P&gt;&lt;P&gt;Resently, I wanted to use the oozie as a  job to execute the spark action, so I tested the spark examples but I found a problem. &lt;/P&gt;&lt;P&gt;&lt;EM&gt; --jobproperties&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; --lib&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----spark-assembly.jar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----test-spark.jar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--workflow.xml&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I submit the oozie job, the action was killed. &lt;/P&gt;&lt;P&gt;the logs say:&lt;/P&gt;&lt;PRE&gt;2016-02-17 17:55:47,252 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Created MRAppMaster for application appattempt_1455672954475_0016_000002
2016-02-17 17:55:47,682 WARN [main] org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-02-17 17:55:47,708 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Executing with tokens:
2016-02-17 17:55:47,966 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Kind: YARN_AM_RM_TOKEN, Service: , Ident: (appAttemptId { application_id { id: 16 cluster_timestamp: 1455672954475 } attemptId: 2 } keyId: 1590943555)
2016-02-17 17:55:47,968 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Kind: RM_DELEGATION_TOKEN, Service: 192.168.1.200:8032,192.168.1.202:8032, Ident: (owner=root, renewer=oozie mr token, realUser=oozie, issueDate=1455702938114, maxDate=1456307738114, sequenceNumber=134, masterKeyId=46)
2016-02-17 17:55:48,068 INFO [main] org.apache.hadoop.service.AbstractService: Service org.apache.hadoop.mapreduce.v2.app.MRAppMaster failed in state INITED; cause: java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
	at org.apache.hadoop.fs.FileSystem.getScheme(FileSystem.java:216)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2564)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2574)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2630)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2612)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:370)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:169)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.getFileSystem(MRAppMaster.java:497)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceInit(MRAppMaster.java:281)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$4.run(MRAppMaster.java:1499)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1496)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1429)&lt;/PRE&gt;&lt;P&gt;so, Have anyone know how to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:55:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147086#M109629</guid>
      <dc:creator>fengyeyouni</dc:creator>
      <dc:date>2016-02-18T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147087#M109630</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Not implemented by the TFS FileSystem implementation&lt;/P&gt;&lt;P&gt;Tachyon File system is not supported. &lt;/P&gt;&lt;P&gt;It has to do with Tachyon jars&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:58:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147087#M109630</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-18T09:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147088#M109631</link>
      <description>&lt;P&gt;More details &lt;A href="https://issues.apache.org/jira/browse/SPARK-8385"&gt;https://issues.apache.org/jira/browse/SPARK-8385&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;At this point in time Hortonworks does not support Oozie Spark action. We have it listed here as not supported at this time:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_HDP_RelNotes/content/community_features.html"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_HDP_RelNotes/content/community_features.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:10:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147088#M109631</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-18T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147089#M109632</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;  but as I know, The TFS is need by &lt;EM&gt;spark-assembly.jar and  it has bundle to &lt;/EM&gt;&lt;EM&gt;spark-assembly.jar. So I don't need to add a new TFS jar. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;    Have anyone use oozie submit the spark action success?  Please tell me how to do this. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:15:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147089#M109632</guid>
      <dc:creator>fengyeyouni</dc:creator>
      <dc:date>2016-02-18T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147090#M109633</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt;&lt;P&gt;oozie Spark action is not supported at this time.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:21:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147090#M109633</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-18T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147091#M109634</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt;   Please see my response. "At this point in time Hortonworks does not support Oozie Spark action. We have it listed here as not supported at this time:&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:28:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147091#M109634</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-18T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147092#M109635</link>
      <description>&lt;P&gt;Oh , Thanks for your response. &lt;/P&gt;&lt;P&gt;    but, I need a method to make a job to execute a spark program.  Could you help me?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:38:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147092#M109635</guid>
      <dc:creator>fengyeyouni</dc:creator>
      <dc:date>2016-02-18T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147093#M109636</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/4.2.0/DG_SparkActionExtension.html"&gt;https://oozie.apache.org/docs/4.2.0/DG_SparkActionExtension.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;" If you have Tachyon package included at a lower version that would caused this. Another reason is if you have Tachyon packages in oozie shared lib."&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:45:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147093#M109636</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-18T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147094#M109637</link>
      <description>&lt;P&gt;Yes, I see a reason to solve this problem in this &lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/SPARK-8385" target="_blank"&gt;https://issues.apache.org/jira/browse/SPARK-8385&lt;/A&gt;&lt;/P&gt;&lt;P&gt;org.tachyonproject:tachyon:0.5.0:jar =&amp;gt; org.tachyonproject:tachyon:0.6.4:jar&lt;/P&gt;&lt;P&gt;the effect is spark version 1.4.0&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;but I don't know how to check if I have Tachyon package with a lower version.&lt;/P&gt;&lt;P&gt;so I download spark 1.5.2 from spark offical website and change the &lt;EM&gt;spark-assembly.jar&lt;/EM&gt; , but the problem is also exist.&lt;/P&gt;&lt;P&gt;and I think you said the oozie shared lib is the "/usr/hdp/2.3.4.0-3485/oozie/libext" , but this folder is empty. &lt;/P&gt;&lt;P&gt;        so what can I do ,next. &lt;/P&gt;&lt;P&gt;think for you help.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:24:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147094#M109637</guid>
      <dc:creator>fengyeyouni</dc:creator>
      <dc:date>2016-02-18T11:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147095#M109638</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt; Spark action is not supported, feel free to search HCC for workarounds as they do exist but it's a waste of time as we will add support to oozie jobs in future releases and it will most likely break compatibility with your workarounds. &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_spark-guide/content/ch_introduction-spark.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_spark-guide/content/ch_introduction-spark.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 21:12:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147095#M109638</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-18T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147096#M109639</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt; I would recommend to wait and check on the official release. I have this &lt;/P&gt;&lt;P&gt;[root@sandbox libext]# ls&lt;/P&gt;&lt;P&gt;ext-2.2.zip&lt;/P&gt;&lt;P&gt;falcon-oozie-el-extension-0.6.1.2.3.2.0-2950.jar&lt;/P&gt;&lt;P&gt;[root@sandbox libext]# pwd&lt;/P&gt;&lt;P&gt;/usr/hdp/2.3.2.0-2950/oozie/libext&lt;/P&gt;&lt;P&gt;[root@sandbox libext]# &lt;/P&gt;&lt;P&gt;You can copy jars manullay under the directory and try it&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 21:16:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147096#M109639</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-18T21:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147097#M109640</link>
      <description>&lt;P&gt; I found a method to submit a spark job, but it is not oozie. &lt;/P&gt;&lt;P&gt;I use pentaho kettle as a workflow engine and it can run well. &lt;/P&gt;&lt;P&gt;But anyway , I should thinks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:56:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147097#M109640</guid>
      <dc:creator>fengyeyouni</dc:creator>
      <dc:date>2016-02-19T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147098#M109641</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2875/fengyeyouni.html" nodeid="2875"&gt;@allen huang&lt;/A&gt; you could also try Oozie shell action calling Spark but I'm glad you got a workaround&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:58:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147098#M109641</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147099#M109642</link>
      <description>&lt;P&gt;I included &lt;STRONG&gt;spark-assembly-1.4.1.2.3.2.0-2950-hadoop2.7.1.2.3.2.0-2950.jar &lt;/STRONG&gt;file under lib folder ,&lt;/P&gt;&lt;P&gt;still i am gettingthe following exception&lt;/P&gt;&lt;PRE&gt;016-03-09 16:44:31,942 INFO [main] org.apache.hadoop.service.AbstractService: Service org.apache.hadoop.mapreduce.v2.app.MRAppMaster failed in state INITED; cause: java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
java.lang.UnsupportedOperationException: Not implemented by the TFS FileSystem implementation
	at org.apache.hadoop.fs.FileSystem.getScheme(FileSystem.java:217)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2624)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2634)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2651)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:92)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2687)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2669)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:371)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:170)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.getFileSystem(MRAppMaster.java:503)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceInit(MRAppMaster.java:287)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$4.run(MRAppMaster.java:1518)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1515)
	at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1448)&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:03:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147099#M109642</guid>
      <dc:creator>achittela</dc:creator>
      <dc:date>2016-03-10T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147100#M109643</link>
      <description>&lt;P&gt;Have you any tachyon.jar somewhere? Because that's caused by an old version getting on the classpath&lt;/P&gt;&lt;P&gt;see: &lt;A href="https://issues.apache.org/jira/browse/SPARK-8385?focusedCommentId=14643652&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14643652"&gt;https://issues.apache.org/jira/browse/SPARK-8385?focusedCommentId=14643652&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14643652&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:55:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147100#M109643</guid>
      <dc:creator>stevel</dc:creator>
      <dc:date>2016-03-18T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: oozie submit spark action but get a error: Not implemented by the TFS FileSystem implementation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147101#M109644</link>
      <description>&lt;P&gt;you can search for a file across the entire filesystem.&lt;/P&gt;&lt;P&gt;This won't find libraries which have copied the contents of the JAR in (spark-assembly), but it will find self-contained tachyon releases&lt;/P&gt;&lt;PRE&gt;find . -name tachyon\*.jar -print
&lt;/PRE&gt;</description>
      <pubDate>Sat, 19 Mar 2016 19:53:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/oozie-submit-spark-action-but-get-a-error-Not-implemented-by/m-p/147101#M109644</guid>
      <dc:creator>stevel</dc:creator>
      <dc:date>2016-03-19T19:53:30Z</dc:date>
    </item>
  </channel>
</rss>

