<?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: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115236#M50925</link>
    <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 00:18:17 GMT</pubDate>
    <dc:creator>t_sankar85</dc:creator>
    <dc:date>2017-01-10T00:18:17Z</dc:date>
    <item>
      <title>I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115231#M50920</link>
      <description />
      <pubDate>Thu, 05 Jan 2017 23:01:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115231#M50920</guid>
      <dc:creator>t_sankar85</dc:creator>
      <dc:date>2017-01-05T23:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115232#M50921</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14813/tsankar85.html" nodeid="14813"&gt;@Sankar T&lt;/A&gt;&lt;P&gt;Oozie stores workflow definitions in a backend DB as blobs, it would be complex to fetch it from DB directly. Best way is to use Oozie command line.&lt;/P&gt;&lt;P&gt;Please refer below link for more details about Oozie CLI&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/3.1.3-incubating/DG_CommandLineTool.html" target="_blank"&gt;https://oozie.apache.org/docs/3.1.3-incubating/DG_CommandLineTool.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OR if you are interested in Oozie REST API then here is the doc&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/4.0.0/WebServicesAPI.html" target="_blank"&gt;https://oozie.apache.org/docs/4.0.0/WebServicesAPI.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps! Please revert if you need any other details about Oozie! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 01:32:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115232#M50921</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2017-01-06T01:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115233#M50922</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni - Thanks for your reply. Can you please help me with Oozie CLI to get the list of the jobs whose schdule is between 8AM-5pm EST.&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 23:58:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115233#M50922</guid>
      <dc:creator>t_sankar85</dc:creator>
      <dc:date>2017-01-06T23:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115234#M50923</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14813/tsankar85.html" nodeid="14813"&gt;@Sankar T&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Below is one example of oozie command line to get status of all the SUCCEEDED jobs&lt;/P&gt;&lt;P&gt;Note - You can redirect this output to some file and get the time conversion done --&amp;gt; get the resulted job IDs and put it in Hive/Hbase as per your requirement.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;PRE&gt;[root@prodnode1 ~]# oozie jobs -oozie &lt;A href="http://prodnode2:11000/oozie"&gt;http://prodnode2:11000/oozie&lt;/A&gt; -len 1000000 -filter status=SUCCEEDED
Job ID                                   App Name     Status    User      Group     Started                 Ended
------------------------------------------------------------------------------------------------------------------------------------
0000007-161206152234228-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplication1SUCCEEDED    falcon    -         2016-12-14 07:28 GMT    2016-12-14 07:28 GMT
------------------------------------------------------------------------------------------------------------------------------------
0000006-161206152234228-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplication1SUCCEEDED    falcon    -         2016-12-13 07:28 GMT    2016-12-13 07:28 GMT
------------------------------------------------------------------------------------------------------------------------------------
0000005-161206152234228-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplication1SUCCEEDED    falcon    -         2016-12-12 07:28 GMT    2016-12-12 07:28 GMT
------------------------------------------------------------------------------------------------------------------------------------
0000004-161206152234228-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplication1SUCCEEDED    falcon    -         2016-12-11 07:28 GMT    2016-12-11 07:28 GMT
------------------------------------------------------------------------------------------------------------------------------------
0000003-161206152234228-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplication1SUCCEEDED    falcon    -         2016-12-10 07:28 GMT    2016-12-10 07:28 GMT
-----------------------------------------------------------------------------------------

...

[Output truncated]
0000003-160926083516131-oozie-oozi-W     FALCON_FEED_RETENTION_hdfsreplicationSUCCEEDED    falcon    -         2016-10-08 05:55 GMT    2016-10-08 07:27 GMT
------------------------------------------------------------------------------------------------------------------------------------
[root@prodnode1 ~]#&lt;/PRE&gt;</description>
      <pubDate>Sun, 08 Jan 2017 22:07:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115234#M50923</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2017-01-08T22:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115235#M50924</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14813/tsankar85.html" nodeid="14813"&gt;@Sankar T&lt;/A&gt; - Please mark my answer as accepted if this has helped you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2017 22:08:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115235#M50924</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2017-01-08T22:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115236#M50925</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:18:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115236#M50925</guid>
      <dc:creator>t_sankar85</dc:creator>
      <dc:date>2017-01-10T00:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: I heard like oozie work flow job definitions will be stored in a Data Base, if so I would like to pull all oozie schduling information ? is there a direct API? Intention is to bring those details on to Qlikview Dashboard.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115237#M50926</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14813/tsankar85.html" nodeid="14813"&gt;@Sankar T&lt;/A&gt; - Can you please accept my answer if it helped! &lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:54:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-heard-like-oozie-work-flow-job-definitions-will-be-stored/m-p/115237#M50926</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2017-01-10T00:54:39Z</dc:date>
    </item>
  </channel>
</rss>

