<?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 get oozie workflow name with start and end time in mail in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292713#M216267</link>
    <description>&lt;P&gt;Hi,i want to trigger mail with oozie workflow name and start and end time.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2020 10:40:48 GMT</pubDate>
    <dc:creator>rajisridhar</dc:creator>
    <dc:date>2020-03-27T10:40:48Z</dc:date>
    <item>
      <title>get oozie workflow name with start and end time in mail</title>
      <link>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292713#M216267</link>
      <description>&lt;P&gt;Hi,i want to trigger mail with oozie workflow name and start and end time.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 10:40:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292713#M216267</guid>
      <dc:creator>rajisridhar</dc:creator>
      <dc:date>2020-03-27T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: get oozie workflow name with start and end time in mail</title>
      <link>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292746#M216288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/76078"&gt;@rajisridhar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can use a command like this to get the start and end time and then store it where you wish to or configure mail accordingly to your requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;$ oozie job -oozie http://localhost:11000/oozie -info 14-20090525161321-oozie-joe
.
.----------------------------------------------------------------------------------------------------------------------------------------------------------------
Workflow Name :  map-reduce-wf
App Path      :  hdfs://localhost:8020/user/joe/workflows/map-reduce
Status        :  SUCCEEDED
Run           :  0
User          :  joe
Group         :  users
Created       :  2009-05-26 05:01 +0000
Started       :  2009-05-26 05:01 +0000
Ended         :  2009-05-26 05:01 +0000
Actions
.----------------------------------------------------------------------------------------------------------------------------------------------------------------
Action Name             Type        Status     Transition  External Id            External Status  Error Code    Start                   End
.----------------------------------------------------------------------------------------------------------------------------------------------------------------
hadoop1                 map-reduce  OK         end         job_200904281535_0254  SUCCEEDED        -             2009-05-26 05:01 +0000  2009-05-26 05:01 +0000
.----------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/PRE&gt;&lt;P&gt;For detailed information see this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/3.3.2/DG_CommandLineTool.html#Jobs_Operations" target="_blank" rel="nofollow noopener noreferrer"&gt;https://oozie.apache.org/docs/3.3.2/DG_CommandLineTool.html#Jobs_Operations&lt;/A&gt;&lt;/P&gt;&lt;DIV class="view-original-post-link"&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Get-the-length-of-time-an-oozie-workflow-took-to-complete-in/m-p/192591#M154659" target="_blank" rel="noopener"&gt;View solution in original post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. Please accept the answer and vote up if it did.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Mar 2020 18:11:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292746#M216288</guid>
      <dc:creator>jagadeesan</dc:creator>
      <dc:date>2020-03-27T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: get oozie workflow name with start and end time in mail</title>
      <link>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292832#M216345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/67146"&gt;@jagadeesan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want result like this&lt;/P&gt;&lt;P&gt;workflow name and status,start and end time.we have 200 jobs.daily we doing manually.so need to update automatically.&lt;/P&gt;&lt;TABLE width="821"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="278"&gt;workflowname&lt;/TD&gt;&lt;TD width="119"&gt;Ingestion&lt;/TD&gt;&lt;TD width="117"&gt;Daily&amp;nbsp;&lt;/TD&gt;&lt;TD width="137"&gt;Completed&lt;/TD&gt;&lt;TD width="106"&gt;9.00 PM&lt;/TD&gt;&lt;TD width="64"&gt;7.36 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 30 Mar 2020 07:11:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/get-oozie-workflow-name-with-start-and-end-time-in-mail/m-p/292832#M216345</guid>
      <dc:creator>rajisridhar</dc:creator>
      <dc:date>2020-03-30T07:11:43Z</dc:date>
    </item>
  </channel>
</rss>

