<?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: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96007#M9344</link>
    <description>&lt;P&gt;It could be because the user home directory does not exist on HDFS. &lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 10:27:38 GMT</pubDate>
    <dc:creator>bsaini</dc:creator>
    <dc:date>2015-10-26T10:27:38Z</dc:date>
    <item>
      <title>when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95997#M9334</link>
      <description>&lt;P&gt;can't find any solution to this error, sqoop in the shell script runs fine on the command line but not in Oozie&lt;/P&gt;&lt;PRE&gt;org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.io.FileNotFoundException: File does not exist: hdfs://servername:8020/user/username/.staging/job_1444331888071_2109/job.splitmetainfo
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$InitTransition.createSplits(JobImpl.java:1568)
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$InitTransition.transition(JobImpl.java:1432)
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$InitTransition.transition(JobImpl.java:1390)
at org.apache.hadoop.yarn.state.StateMachineFactory$MultipleInternalArc.doTransition(StateMachineFactory.java:385)
at org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:302)
at org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
at org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.handle(JobImpl.java:996)
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.handle(JobImpl.java:138)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$JobEventDispatcher.handle(MRAppMaster.java:1312)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceStart(MRAppMaster.java:1080)
at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$4.run(MRAppMaster.java:1519)
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)
Caused by: java.io.FileNotFoundException: File does not exist: hdfs://servername:8020/user/username/.staging/job_1444331888071_2109/job.splitmetainfo
at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1309)
at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1301)
at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1301)
at org.apache.hadoop.mapreduce.split.SplitMetaInfoReader.readSplitMetaInfo(SplitMetaInfoReader.java:51)
at org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$InitTransition.createSplits(JobImpl.java:1563)
... 17 more
2015-10-23 15:45:55,263 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: MRAppMaster launching normal, non-uberized&lt;/PRE&gt;</description>
      <pubDate>Sat, 24 Oct 2015 03:13:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95997#M9334</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T03:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95998#M9335</link>
      <description>&lt;P&gt;Have you tried passing the sqoop command with arguments&lt;/P&gt;&lt;PRE&gt;&amp;lt;action name="sqoopAction"&amp;gt;
    &amp;lt;sqoop xmlns="uri:oozie:sqoop-action:0.2"&amp;gt;
        &amp;lt;command&amp;gt;SQOOP COMMAND AND ARGS&amp;lt;/command&amp;gt;
        ...
    &amp;lt;/sqoop&amp;gt;
    ...
&amp;lt;/action&lt;/PRE&gt;</description>
      <pubDate>Sat, 24 Oct 2015 06:33:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95998#M9335</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-24T06:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95999#M9336</link>
      <description>&lt;P&gt;sqoop is being called from a shell action, no choice in that.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:00:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/95999#M9336</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96000#M9337</link>
      <description>&lt;P&gt;Can you add more details? What is your workflow xml like? I am guessing you have already tried embedding the Sqoop command with args in exec tag.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:09:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96000#M9337</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-24T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96001#M9338</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Please see &lt;A target="_blank" href="https://gist.github.com/tmusabbir/7013556#file-workflow-xml"&gt;this&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96001#M9338</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-24T08:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96002#M9339</link>
      <description>&lt;P&gt;the requirement is to call sqoop command from a shell action, there's looping going on and needs more flexibility than using a sqoop action in Oozie. I am aware of all the possible ways of sqooping in Oozie, for some reason calling a shell action and sqoop within it, throws the error above and my question is what is the fix for that error. Why does it complain about &lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.io.FileNotFoundException:File does not exist: hdfs://servername:8020/user/username/.staging/job_1444331888071_2109/job.splitmetainf&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:20:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96002#M9339</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T08:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96003#M9340</link>
      <description>&lt;P&gt;it's actually similar error to this &lt;A href="https://issues.apache.org/jira/browse/MAPREDUCE-3056" target="_blank"&gt;https://issues.apache.org/jira/browse/MAPREDUCE-3056&lt;/A&gt;, I wonder if it reared its ugly head in Hadoop 2.7.1&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:23:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96003#M9340</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T08:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96004#M9341</link>
      <description>&lt;P&gt;I wonder if user calling the workflow exists in all the nodes and has directory and permission in place.&lt;/P&gt;&lt;P&gt;Could you check?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:24:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96004#M9341</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-24T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96005#M9342</link>
      <description>&lt;P&gt;That's why I asked "I wonder if user calling the workflow exists in all the nodes and has directory and permission in place.&lt;/P&gt;&lt;P&gt;Could you check?"  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:42:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96005#M9342</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-24T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96006#M9343</link>
      <description>&lt;P&gt;yes I'll check again, we're echoing whoami and hostname in the script.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:54:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96006#M9343</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96007#M9344</link>
      <description>&lt;P&gt;It could be because the user home directory does not exist on HDFS. &lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 10:27:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96007#M9344</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-26T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96008#M9345</link>
      <description>&lt;P&gt;permissions are there and user dirs also exist&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 01:26:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96008#M9345</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-27T01:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96009#M9346</link>
      <description>&lt;P&gt;closing this as I was able to write a sqoop action in &lt;A href="https://github.com/dbist/oozie/tree/master/apps/sqoopshell"&gt;shell&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 00:08:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96009#M9346</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-04T00:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: when running sqoop through shell script in Oozie, getting FileNotFoundException job.splitmetainfo</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96010#M9347</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, can you reload your solution shell? Tks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 17:04:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/when-running-sqoop-through-shell-script-in-Oozie-getting/m-p/96010#M9347</guid>
      <dc:creator>hoanghung209</dc:creator>
      <dc:date>2018-08-27T17:04:56Z</dc:date>
    </item>
  </channel>
</rss>

