<?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: Sandbox 2.4 Step 3.4.1 Execute Pig Script - &amp;quot;ERROR 2997: Encountered IOException. File –useHCatalog does not exist&amp;quot; in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126085#M22822</link>
    <description>&lt;P&gt;Bingo.  I copied "–&lt;STRONG&gt;useHCatalog"&lt;/STRONG&gt; instead of "-&lt;STRONG&gt;useHCatalog"&lt;/STRONG&gt;.  The first character was the "long dash" character instead of the "short dash" character.  The font in tutorial document should be changed to use the short dash.  Or the user should just copy the correct text where it is actually double quoted. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 01:02:09 GMT</pubDate>
    <dc:creator>Michael_Rife</dc:creator>
    <dc:date>2016-03-15T01:02:09Z</dc:date>
    <item>
      <title>Sandbox 2.4 Step 3.4.1 Execute Pig Script - "ERROR 2997: Encountered IOException. File –useHCatalog does not exist"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126083#M22820</link>
      <description>&lt;P&gt;Copied script from tutorial:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;a = LOAD 'geolocation' using org.apache.hive.hcatalog.pig.HCatLoader();&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;b = filter a by event != 'normal';
c = foreach b generate driverid, event, (int) '1' as occurance;
d = group c by driverid;
e = foreach d generate group as driverid, SUM(c.occurance) as t_occ;
g = LOAD 'drivermileage' using org.apache.hive.hcatalog.pig.HCatLoader();
h = join e by driverid, g by driverid;
final_data = foreach h generate $0 as driverid, $1 as events, $3 as totmiles, (float) $3/$1 as riskfactor;
store final_data into 'riskfactor' using org.apache.hive.hcatalog.pig.HCatStorer();&lt;/P&gt;&lt;P&gt;I have -useHCatalog as "Arguments".  Checked to run on TeZ.&lt;/P&gt;&lt;P&gt;No data loaded into the riskfactor table.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 21:56:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126083#M22820</guid>
      <dc:creator>Michael_Rife</dc:creator>
      <dc:date>2016-03-14T21:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox 2.4 Step 3.4.1 Execute Pig Script - "ERROR 2997: Encountered IOException. File –useHCatalog does not exist"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126084#M22821</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2593/zackriesland.html" nodeid="2593"&gt;&lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3328/michael-rife.html" nodeid="3328"&gt;@Michael Rife&lt;/A&gt;&lt;P&gt;  See this &lt;A href="https://community.hortonworks.com/questions/18074/getting-usehcatalog-file-doesnot-exist-when-runnin.html" target="_blank"&gt;https://community.hortonworks.com/questions/18074/getting-usehcatalog-file-doesnot-exist-when-runnin.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 00:51:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126084#M22821</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-15T00:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox 2.4 Step 3.4.1 Execute Pig Script - "ERROR 2997: Encountered IOException. File –useHCatalog does not exist"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126085#M22822</link>
      <description>&lt;P&gt;Bingo.  I copied "–&lt;STRONG&gt;useHCatalog"&lt;/STRONG&gt; instead of "-&lt;STRONG&gt;useHCatalog"&lt;/STRONG&gt;.  The first character was the "long dash" character instead of the "short dash" character.  The font in tutorial document should be changed to use the short dash.  Or the user should just copy the correct text where it is actually double quoted. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:02:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-2-4-Step-3-4-1-Execute-Pig-Script-quot-ERROR-2997/m-p/126085#M22822</guid>
      <dc:creator>Michael_Rife</dc:creator>
      <dc:date>2016-03-15T01:02:09Z</dc:date>
    </item>
  </channel>
</rss>

