<?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: Error while running hive script from oozie workflow in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6467#M43730</link>
    <description>&lt;P&gt;No problem! &amp;nbsp;Glad it worked!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2014 16:23:52 GMT</pubDate>
    <dc:creator>cconner</dc:creator>
    <dc:date>2014-02-18T16:23:52Z</dc:date>
    <item>
      <title>Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6349#M43722</link>
      <description>&lt;P&gt;I got the below error while running the oozie workflow....&lt;/P&gt;&lt;P&gt;ID : 0000004-140214173424343-oozie-oozi-W@hive-node&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Console URL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -&lt;BR /&gt;Error Code&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JA020&lt;BR /&gt;Error Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JA020: Could not load credentials of type [hcat] with name [hive_credentials]]; perhaps it was not defined in oozie-site.xml?&lt;BR /&gt;External ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -&lt;BR /&gt;External Status&amp;nbsp;&amp;nbsp; : ERROR&lt;BR /&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : hive-node&lt;BR /&gt;Retries&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;BR /&gt;Tracker URI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -&lt;BR /&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : hive&lt;BR /&gt;Started&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2014-02-14 22:49 GMT&lt;BR /&gt;Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ERROR&lt;BR /&gt;Ended&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2014-02-14 22:49 GMT&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea about th eissue ? am I missing something ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:54:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6349#M43722</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2022-09-16T08:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6353#M43723</link>
      <description>&lt;P&gt;Can you past your workflow.xml?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like you're trying to use the hcat/hive metastore crededentials stuff (i.e. a &amp;lt;credentials&amp;gt; section) without adding the Credential classes to oozie-site.xml:&lt;BR /&gt;i.e.&lt;/P&gt;&lt;PRE&gt;   &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;oozie.credentials.credentialclasses&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;
         hcat=org.apache.oozie.action.hadoop.HCatCredentials,
         hbase=org.apache.oozie.action.hadoop.HbaseCredentials,
         hive2=org.apache.oozie.action.hadoop.Hive2Credentials
      &amp;lt;/value&amp;gt;
   &amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This page has more details:&lt;BR /&gt;&lt;A target="_blank" href="http://archive.cloudera.com/cdh4/cdh/4/oozie/DG_UnifiedCredentialsModule.html"&gt;http://archive.cloudera.com/cdh4/cdh/4/oozie/DG_UnifiedCredentialsModule.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2014 01:49:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6353#M43723</guid>
      <dc:creator>Robert K</dc:creator>
      <dc:date>2014-02-15T01:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6451#M43725</link>
      <description>&lt;P&gt;my workflow.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.4" name="hive-wf"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;credentials&amp;gt;&lt;BR /&gt;&amp;lt;credential name='hive_credentials' type='hcat'&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hcat.metastore.uri&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;thrift://hostname.com:9083&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hcat.metastore.principal&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hive/_HOST@PRINCIPAL.COM&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/credential&amp;gt;&lt;BR /&gt;&amp;lt;/credentials&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;start to="hive-node"/&amp;gt;&lt;BR /&gt;&amp;lt;action name="hive-node" cred="hive_credentials"&amp;gt;&lt;BR /&gt;&amp;lt;hive xmlns="uri:oozie:hive-action:0.2"&amp;gt;&lt;BR /&gt;&amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;&lt;BR /&gt;&amp;lt;name-node&amp;gt;${nameNode}&amp;lt;/name-node&amp;gt;&lt;BR /&gt;&amp;lt;job-xml&amp;gt;/user/someuser/hive-site.xml&amp;lt;/job-xml&amp;gt;&lt;BR /&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;oozie.hive.defaults&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;/user/someuser/hive-default.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;script.q&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/hive&amp;gt;&lt;BR /&gt;&amp;lt;ok to="end"/&amp;gt;&lt;BR /&gt;&amp;lt;error to="fail"/&amp;gt;&lt;BR /&gt;&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;lt;kill name="fail"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;message&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ${wf:name()} Work Flow Process failed miserably.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Work Flow Id{wf:id()}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Work Flow Name{wf:name()}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Node{wf:lastErrorNode()}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Message{wf:errorMessage(wf:lastErrorNode())}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/kill&amp;gt;&lt;BR /&gt;&amp;lt;end name="end"/&amp;gt;&lt;BR /&gt;&amp;lt;/workflow-app&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:07:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6451#M43725</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2014-02-18T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6453#M43726</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of things:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. &amp;nbsp;This section is not necessary, it doesn't hurt anything, but you don't need it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;oozie.hive.defaults&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;value&amp;gt;/user/someuser/hive-default.xml&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;What version of CDH are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. &amp;nbsp;Are you using CM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It really looks like you still don't have the credentials configured in the oozie-site.xml. &amp;nbsp;If you are using CM, that might be why, can you chec, the instructions below and configure the oozie-site.xml for credentials?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Oozie configuration:&lt;/P&gt;&lt;P class="p1"&gt;&lt;BR /&gt;1. &amp;nbsp;If using CM, add an Oozie proxy to the&amp;nbsp;&lt;SPAN&gt;core-site.xml&lt;/SPAN&gt;&amp;nbsp;for the Hive metastore server:&lt;BR /&gt;&lt;BR /&gt;- Go to, "&lt;STRONG&gt;HDFS Service&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Service-Wide&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;Cluster-wide Configuration Safety Valve for core-site.xml&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;2. Add:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt; 

&amp;lt;name&amp;gt;hadoop.proxyuser.oozie.hosts&amp;lt;/name&amp;gt; 

&amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt; 

&amp;lt;/property&amp;gt; 

&amp;lt;property&amp;gt; 

&amp;lt;name&amp;gt;hadoop.proxyuser.oozie.groups&amp;lt;/name&amp;gt; 

&amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt; 

&amp;lt;/property&amp;gt; &lt;/PRE&gt;&lt;P class="p1"&gt;&lt;BR /&gt;3. Restart the Hive metastore server.&lt;/P&gt;&lt;P class="p1"&gt;&lt;BR /&gt;4. Add the HCat credentials class to&amp;nbsp;&lt;SPAN&gt;oozie-site.xml&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;Edit the file and add:&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt; 

&amp;lt;name&amp;gt;oozie.credentials.credentialclasses&amp;lt;/name&amp;gt; 

&amp;lt;value&amp;gt;hcat=org.apache.oozie.action.hadoop.HCatCredentials&amp;lt;/value&amp;gt; 

&amp;lt;/property&amp;gt; 

&lt;/PRE&gt;&lt;DIV&gt;5. In addition, If using CM, go to "&lt;STRONG&gt;Oozie service&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Oozie Server&lt;/STRONG&gt;(default)-&amp;gt;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;Oozie Server Configuration Safety Valve for oozie-site.xml&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;6. Add:&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&amp;lt;property&amp;gt; 

&amp;lt;name&amp;gt;oozie.credentials.credentialclasses&amp;lt;/name&amp;gt; 

&amp;lt;value&amp;gt;hcat=org.apache.oozie.action.hadoop.HCatCredentials&amp;lt;/value&amp;gt; 

&amp;lt;/property&amp;gt; &lt;/PRE&gt;&lt;P class="p1"&gt;7. &amp;nbsp;Restart Oozie.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:13:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6453#M43726</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2014-02-18T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6455#M43727</link>
      <description>CDH Version: cdh4.5.0&lt;BR /&gt;&lt;BR /&gt;Yes we are using CM.&lt;BR /&gt;&lt;BR /&gt;CM version: Cloudera Enterprise 4.8.0</description>
      <pubDate>Tue, 18 Feb 2014 15:15:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6455#M43727</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2014-02-18T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6457#M43728</link>
      <description>&lt;P&gt;Thanks, can you follow the steps I provided for CM and see if that helps?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:23:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6457#M43728</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2014-02-18T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6463#M43729</link>
      <description>awesome...the conf change resolved the issue. Thanks a lot !</description>
      <pubDate>Tue, 18 Feb 2014 16:13:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6463#M43729</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2014-02-18T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6467#M43730</link>
      <description>&lt;P&gt;No problem! &amp;nbsp;Glad it worked!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:23:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/6467#M43730</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2014-02-18T16:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13198#M43731</link>
      <description>&lt;P&gt;Hi, I am using CDH5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed this to do the modification via CM Web console, but I cannot see the config file core-site.xml &amp;nbsp;updated in the file system. So, where is the working config files for oozie ? &amp;nbsp;hive ? and hdfs ? &amp;nbsp;It seems that, the changes I done on CM Web console, will not be applied to the config files located at /CDH/etc/oozie/conf.dist or /CDH/etc/hive/conf.dist&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 06:01:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13198#M43731</guid>
      <dc:creator>PeterPan</dc:creator>
      <dc:date>2014-06-04T06:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13224#M43732</link>
      <description>&lt;P&gt;AFter you apply the changes in CM&amp;nbsp;you will need to re-deploy the client configs to get those changes reflected on the client machine...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:05:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13224#M43732</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2014-06-04T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hive script from oozie workflow</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13402#M43733</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Step 4 are we editing the file&amp;nbsp;/opt/cloudera/parcels/CDH-4.5.0-1.cdh4.5.0.p0.30/etc/oozie/conf.dist/oozie-site.xml manually?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using CM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see changes in CM but not in the&amp;nbsp;&lt;SPAN&gt;oozie-site.xml &amp;nbsp;or on&amp;nbsp;Oozie admin UI .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Getting error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[JA020: Could not load credentials of type [hbase] with name [hbase_credentials]]; perhaps it was not defined in oozie-site.xml?]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 16:22:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-running-hive-script-from-oozie-workflow/m-p/13402#M43733</guid>
      <dc:creator>Senthi</dc:creator>
      <dc:date>2014-06-10T16:22:52Z</dc:date>
    </item>
  </channel>
</rss>

