<?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: Couldn't start Hive job in Oozie over Workflow-manager in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234458#M85048</link>
    <description>&lt;P&gt;Resolved this issue! it worked with Hive2 action with Cluster configuration - Local cluster instead of custom.&lt;/P&gt;&lt;P&gt;&lt;A href="http://ambaripoc:8080/views/ADMIN_VIEW/2.6.2.2/INSTANCE/"&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 01:11:07 GMT</pubDate>
    <dc:creator>yrawekumarr</dc:creator>
    <dc:date>2018-11-21T01:11:07Z</dc:date>
    <item>
      <title>Couldn't start Hive job in Oozie over Workflow-manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234455#M85045</link>
      <description>&lt;PRE&gt;A simple Hive query "use dbname; show tables;" is failing. It would be great help to provide your thoughts. Thanks.

USER[admin] GROUP[-] TOKEN[] APP[CreateHiveSchema] JOB[0000030-181115165802518-oozie-oozi-W] ACTION[0000030-181115165802518-oozie-oozi-W@hive_1] Error starting action [hive_1]. ErrorType [ERROR], ErrorCode [IllegalArgumentException], Message [IllegalArgumentException: Can not create a Path from an empty string]
org.apache.oozie.action.ActionExecutorException: IllegalArgumentException: Can not create a Path from an empty string
	at org.apache.oozie.action.ActionExecutor.convertException(ActionExecutor.java:446)
	at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1258)
	at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1440)
	at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:234)
	at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:65)
	at org.apache.oozie.command.XCommand.call(XCommand.java:287)
	at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331)
	at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) &lt;/PRE&gt;&lt;P&gt;	at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:54:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234455#M85045</guid>
      <dc:creator>yrawekumarr</dc:creator>
      <dc:date>2022-09-16T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't start Hive job in Oozie over Workflow-manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234456#M85046</link>
      <description>&lt;P&gt;Above error with Query option whereas Script option (.hql) is throwing below error. I already created /user/admin with required permissions (chown admin:hdfs) but still getting error.&lt;/P&gt;&lt;PRE&gt;USER[admin] GROUP[-] TOKEN[] APP[TestHive1] JOB[0000034-181115165802518-oozie-oozi-W] ACTION[0000034-181115165802518-oozie-oozi-W@hive_1] Error starting action [hive_1]. ErrorType [TRANSIENT], ErrorCode [JA009], Message [JA009: Directory/File does not exist /user/admin/.staging/job_1542322485217_0046/job.split]
org.apache.oozie.action.ActionExecutorException: JA009: Directory/File does not exist /user/admin/.staging/job_1542322485217_0046/job.split
	at org.apache.oozie.action.ActionExecutor.convertExceptionHelper(ActionExecutor.java:463)
	at org.apache.oozie.action.ActionExecutor.convertException(ActionExecutor.java:437)
	at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1258)
	at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1440)
	at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:234)
	at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:65)
	at org.apache.oozie.command.XCommand.call(XCommand.java:287)
	at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331)
	at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Nov 2018 13:16:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234456#M85046</guid>
      <dc:creator>yrawekumarr</dc:creator>
      <dc:date>2018-11-20T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't start Hive job in Oozie over Workflow-manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234457#M85047</link>
      <description>&lt;P&gt;Here is the workflow&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;
&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.5" name="TestHive1"&amp;gt;
    &amp;lt;start to="hive_1"/&amp;gt;
    &amp;lt;action name="hive_1"&amp;gt;
        &amp;lt;hive xmlns="uri:oozie:hive-action:0.6"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${resourceManager}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode}&amp;lt;/name-node&amp;gt;
            &amp;lt;job-xml&amp;gt;/user/admin/apps/oozie/conf/hive-site.xml&amp;lt;/job-xml&amp;gt;
            &amp;lt;configuration&amp;gt;
                &amp;lt;property&amp;gt;
                    &amp;lt;name&amp;gt;oozie.libpath&amp;lt;/name&amp;gt;
                    &amp;lt;value&amp;gt;http://host1:8020/user/oozie/share/lib/&amp;lt;/value&amp;gt;
                &amp;lt;/property&amp;gt;
            &amp;lt;/configuration&amp;gt;
            &amp;lt;script&amp;gt;/user/admin/apps/oozie/conf/test.hql&amp;lt;/script&amp;gt;
            &amp;lt;file&amp;gt;/user/admin/apps/oozie/conf/test.hql&amp;lt;/file&amp;gt;
        &amp;lt;/hive&amp;gt;
        &amp;lt;ok to="end"/&amp;gt;
        &amp;lt;error to="kill"/&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;kill name="kill"&amp;gt;
        &amp;lt;message&amp;gt;${wf:errorMessage(wf:lastErrorNode())}&amp;lt;/message&amp;gt;
    &amp;lt;/kill&amp;gt;
    &amp;lt;end name="end"/&amp;gt;
&amp;lt;/workflow-app&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 13:16:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234457#M85047</guid>
      <dc:creator>yrawekumarr</dc:creator>
      <dc:date>2018-11-20T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't start Hive job in Oozie over Workflow-manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234458#M85048</link>
      <description>&lt;P&gt;Resolved this issue! it worked with Hive2 action with Cluster configuration - Local cluster instead of custom.&lt;/P&gt;&lt;P&gt;&lt;A href="http://ambaripoc:8080/views/ADMIN_VIEW/2.6.2.2/INSTANCE/"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 01:11:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Couldn-t-start-Hive-job-in-Oozie-over-Workflow-manager/m-p/234458#M85048</guid>
      <dc:creator>yrawekumarr</dc:creator>
      <dc:date>2018-11-21T01:11:07Z</dc:date>
    </item>
  </channel>
</rss>

