<?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: impala-shell -f No such file or directory in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24111#M4778</link>
    <description>&lt;P&gt;However, with this solution I have a problem… I do not know on which instance from my cluster is the file downloaded (I want shedule my task with oozie)&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2015 10:28:04 GMT</pubDate>
    <dc:creator>AlinaGHERMAN</dc:creator>
    <dc:date>2015-01-27T10:28:04Z</dc:date>
    <item>
      <title>impala-shell -f No such file or directory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24052#M4776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having a script file that I want to run with impala-shell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hadoop dfs -ls&amp;nbsp;&amp;nbsp;/user/developer/scripts/Impala/&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see my file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I try to do it in impala I get no such file or directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;impala-shell -f&amp;nbsp;&lt;SPAN&gt;/user/developer/scripts/Impala/myFile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I check? Why is impala not finding my file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:20:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24052#M4776</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2022-09-16T09:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: impala-shell -f No such file or directory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24062#M4777</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Impala shell is looking for the file in your *local* filesystem, not on HDFS. It does not currently support reading input scripts from HDFS. So to make this work, copy the file locally with hdfs -fs get &amp;lt;path&amp;nbsp;to your file&amp;gt; &amp;lt;local path&amp;gt;, and then run impala-shell -f &amp;lt;local path&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Henry&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:47:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24062#M4777</guid>
      <dc:creator>HenryR</dc:creator>
      <dc:date>2015-01-26T15:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: impala-shell -f No such file or directory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24111#M4778</link>
      <description>&lt;P&gt;However, with this solution I have a problem… I do not know on which instance from my cluster is the file downloaded (I want shedule my task with oozie)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 10:28:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24111#M4778</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2015-01-27T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: impala-shell -f No such file or directory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24647#M4779</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I had the same issue , I have to make each statement in SQL file to be impala-shell -q *.&lt;/P&gt;&lt;P&gt;Even it can work but I think it is so ugly and will be disaster when you have lots of statements !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had raised the issue at this post before :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-schedule-with-oozie-tutorial/m-p/24604#M727" target="_blank"&gt;http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-schedule-with-oozie-tutorial/m-p/24604#M727&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:51:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/impala-shell-f-No-such-file-or-directory/m-p/24647#M4779</guid>
      <dc:creator>jackssqcyy</dc:creator>
      <dc:date>2015-02-13T06:51:45Z</dc:date>
    </item>
  </channel>
</rss>

