Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
03-27-2020
03:12 AM
- last edited on
03-27-2020
03:40 AM
by
VidyaSargur
Hi,i want to trigger mail with oozie workflow name and start and end time.
Created 03-27-2020 11:11 AM
Hi @rajisridhar
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.
Example:
$ 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 .----------------------------------------------------------------------------------------------------------------------------------------------------------------
For detailed information see this:
https://oozie.apache.org/docs/3.3.2/DG_CommandLineTool.html#Jobs_Operations
Created 03-27-2020 11:11 AM
Hi @rajisridhar
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.
Example:
$ 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 .----------------------------------------------------------------------------------------------------------------------------------------------------------------
For detailed information see this:
https://oozie.apache.org/docs/3.3.2/DG_CommandLineTool.html#Jobs_Operations
Created 03-30-2020 12:11 AM
Hi @jagadeesan ,
i want result like this
workflow name and status,start and end time.we have 200 jobs.daily we doing manually.so need to update automatically.
| workflowname | Ingestion | Daily | Completed | 9.00 PM | 7.36 AM |