<?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: How to get all scheduled oozie coordinator jobs in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236869#M85198</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087"&gt;@Sampath Kumar&lt;/A&gt;, It does not help because it does not give me coordinator owner name and it is same as I have mentioned above(oozie jobs -jobtype coordinator -len 10000000 | grep-i RUNNING).&lt;/P&gt;&lt;P&gt;So is there anyway to get this info from backend db (mysql) ? &lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 14:03:39 GMT</pubDate>
    <dc:creator>SK1</dc:creator>
    <dc:date>2018-11-27T14:03:39Z</dc:date>
    <item>
      <title>How to get all scheduled oozie coordinator jobs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236866#M85195</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Is there anyway from oozie backend db or command to find out how many oozie jobs are scheduled and running in entire clusters. &lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 22:23:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236866#M85195</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2018-11-26T22:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all scheduled oozie coordinator jobs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236867#M85196</link>
      <description>&lt;P&gt;I ran following commands and its giving me enough info except owner details.So is there anyway to know who is owned those jobs. &lt;/P&gt;&lt;P&gt;oozie jobs -jobtype coordinator -len 10000000 | grep-i RUNNING &lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 22:25:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236867#M85196</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2018-11-26T22:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all scheduled oozie coordinator jobs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236868#M85197</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2273/saurabhmcakiet.html" nodeid="2273"&gt;@Saurabh&lt;/A&gt;,&lt;/P&gt;&lt;PRE&gt;oozie jobs -oozie &lt;A href="http://oozieurl:11000/oozie/" target="_blank"&gt;http://oozieurl:11000/oozie/&lt;/A&gt; -len 5 -filter status=RUNNING -jobtype=coord&lt;/PRE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 22:45:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236868#M85197</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-11-26T22:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all scheduled oozie coordinator jobs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236869#M85198</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087"&gt;@Sampath Kumar&lt;/A&gt;, It does not help because it does not give me coordinator owner name and it is same as I have mentioned above(oozie jobs -jobtype coordinator -len 10000000 | grep-i RUNNING).&lt;/P&gt;&lt;P&gt;So is there anyway to get this info from backend db (mysql) ? &lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:03:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236869#M85198</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2018-11-27T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all scheduled oozie coordinator jobs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236870#M85199</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087"&gt;@Sampath Kumar&lt;/A&gt;, I have got all the required details via running sql on oozie db in mysql. &lt;/P&gt;&lt;P&gt;select id,app_name,user_name,frequency,time_unit,start_time from oozie.COORD_JOBS where id in (select DISTINCT id from oozie.COORD_JOBS where status='RUNNING') order by start_time asc ;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:56:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-all-scheduled-oozie-coordinator-jobs/m-p/236870#M85199</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2018-12-03T13:56:00Z</dc:date>
    </item>
  </channel>
</rss>

