<?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 Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/296515#M218261</link>
    <description>&lt;P&gt;solution worked for me. Thank you&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2020 18:21:57 GMT</pubDate>
    <dc:creator>nasir1149</dc:creator>
    <dc:date>2020-05-23T18:21:57Z</dc:date>
    <item>
      <title>java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286737#M212616</link>
      <description>&lt;P&gt;I was testing if mapreduce is working properly on my cloudera 6.3, CDH 6.3.2 cluster.&lt;/P&gt;&lt;P&gt;I have installed cloudera using one-click-installer Proof-of-concept one!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while i excecuted the below command as it is in this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/other/tutorial/CDH5/topics/ht_usage.html" target="_self"&gt;https://docs.cloudera.com/documentation/other/tutorial/CDH5/topics/ht_usage.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo -u hdfs hadoop jar /opt/cloudera/parcels/CDH/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar pi 10 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i Got below error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Use "yarn jar" to launch YARN applications.&lt;BR /&gt;Number of Maps = 10&lt;BR /&gt;Samples per Map = 100&lt;BR /&gt;Wrote input for Map #0&lt;BR /&gt;Wrote input for Map #1&lt;BR /&gt;Wrote input for Map #2&lt;BR /&gt;Wrote input for Map #3&lt;BR /&gt;Wrote input for Map #4&lt;BR /&gt;Wrote input for Map #5&lt;BR /&gt;Wrote input for Map #6&lt;BR /&gt;Wrote input for Map #7&lt;BR /&gt;Wrote input for Map #8&lt;BR /&gt;Wrote input for Map #9&lt;BR /&gt;Starting Job&lt;BR /&gt;20/01/02 15:18:01 INFO client.RMProxy: Connecting to ResourceManager at ABC.xyz.net/192.168.xx.xx:8032&lt;BR /&gt;java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz&lt;BR /&gt;at org.apache.hadoop.fs.Hdfs.getFileStatus(Hdfs.java:145)&lt;BR /&gt;at org.apache.hadoop.fs.AbstractFileSystem.resolvePath(AbstractFileSystem.java:488)&lt;BR /&gt;at org.apache.hadoop.fs.FileContext$25.next(FileContext.java:2225)&lt;BR /&gt;at org.apache.hadoop.fs.FileContext$25.next(FileContext.java:2221)&lt;BR /&gt;at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)&lt;BR /&gt;at org.apache.hadoop.fs.FileContext.resolve(FileContext.java:2227)&lt;BR /&gt;at org.apache.hadoop.fs.FileContext.resolvePath(FileContext.java:607)&lt;BR /&gt;at org.apache.hadoop.mapreduce.JobSubmitter.addMRFrameworkToDistributedCache(JobSubmitter.java:460)&lt;BR /&gt;at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:146)&lt;BR /&gt;at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1570)&lt;BR /&gt;at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1567)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:422)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1875)&lt;BR /&gt;at org.apache.hadoop.mapreduce.Job.submit(Job.java:1567)&lt;BR /&gt;at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1588)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.estimatePi(QuasiMonteCarlo.java:307)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.run(QuasiMonteCarlo.java:360)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)&lt;BR /&gt;at org.apache.hadoop.examples.QuasiMonteCarlo.main(QuasiMonteCarlo.java:368)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:71)&lt;BR /&gt;at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)&lt;BR /&gt;at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:74)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me understand the issue.&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.hadoop.util.RunJar.run(RunJar.java:313)&lt;BR /&gt;at org.apache.hadoop.util.RunJar.main(RunJar.java:227)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 10:56:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286737#M212616</guid>
      <dc:creator>backlashhardik</dc:creator>
      <dc:date>2020-01-02T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286779#M212648</link>
      <description>&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72813"&gt;@backlashhardik&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;Please try below:&lt;BR /&gt;&lt;BR /&gt;1. update HDFS path permissions to make sure:&lt;BR /&gt;&lt;BR /&gt;hdfs dfs -chmod 755 /user/yarn&lt;BR /&gt;hdfs dfs -chmod 755 /user/yarn/mapreduce&lt;BR /&gt;&lt;BR /&gt;you might need to run as "hdfs" user&lt;BR /&gt;&lt;BR /&gt;2. Then install the Yarn MapReduce Frame jar&lt;BR /&gt;CM -&amp;gt; YARN -&amp;gt; Actions -&amp;gt; Install YARN MapReduce frame jar&lt;BR /&gt;&lt;BR /&gt;Please let me know if that helps.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 02 Jan 2020 21:55:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286779#M212648</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2020-01-02T21:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286781#M212650</link>
      <description>Sorry, forgot to mention that you might need to stop YARN service first before step 2.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 02 Jan 2020 22:02:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286781#M212650</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2020-01-02T22:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286789#M212658</link>
      <description>&lt;P&gt;WORKED FOR ME PREFECTLY!&lt;/P&gt;&lt;P&gt;Thanks for identifying it so soon!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/10115"&gt;@EricL&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 07:10:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286789#M212658</guid>
      <dc:creator>backlashhardik</dc:creator>
      <dc:date>2020-01-03T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286790#M212659</link>
      <description>No problem, glad that it helped.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 03 Jan 2020 07:14:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/286790#M212659</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2020-01-03T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/287911#M213317</link>
      <description>&lt;P&gt;It worked for me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 02:17:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/287911#M213317</guid>
      <dc:creator>anrama</dc:creator>
      <dc:date>2020-01-19T02:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/296515#M218261</link>
      <description>&lt;P&gt;solution worked for me. Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 18:21:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/296515#M218261</guid>
      <dc:creator>nasir1149</dc:creator>
      <dc:date>2020-05-23T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/296516#M218262</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution worked for me.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 18:22:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/296516#M218262</guid>
      <dc:creator>nasir1149</dc:creator>
      <dc:date>2020-05-23T18:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/298604#M219269</link>
      <description>&lt;P&gt;hi i have similiar problem but it is kafka&amp;nbsp; instead of mapr. would you mind to check&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/kafka-to-hdfs-hdfs-java-io-FileNotFoundException-File-does/m-p/298557#M219238" target="_self"&gt;kafka to hdfs file not found exception&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 04:32:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/298604#M219269</guid>
      <dc:creator>char</dc:creator>
      <dc:date>2020-06-25T04:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.FileNotFoundException: File does not exist: hdfs://ABC.xyz.net:8020/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.3.2-mr-framework.tar.gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/356755#M237367</link>
      <description>&lt;P&gt;Well done! it worked for me.&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;and from my test...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;just this step&amp;nbsp;CM -&amp;gt; YARN -&amp;gt; Actions -&amp;gt; Install YARN MapReduce frame jar&amp;nbsp; enough.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nothing else. CM will do else for u automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from CDH 6.2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 11:07:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-FileNotFoundException-File-does-not-exist-hdfs-ABC/m-p/356755#M237367</guid>
      <dc:creator>tencentemr</dc:creator>
      <dc:date>2022-11-02T11:07:05Z</dc:date>
    </item>
  </channel>
</rss>

