Member since
01-26-2016
17
Posts
1
Kudos Received
0
Solutions
07-26-2016
05:42 AM
@Kuldeep Kulkarni Is there a way where I can execute this command inside the mail action in oozie ? oozie job -oozie {SERVER_DETAILS} -info ${job_id}
... View more
07-26-2016
05:42 AM
Thanks, but I am not looking for timestamp, I need the job status and execution time. In short, I need to mail the output of this command, oozie job -oozie {SERVER_DETAILS} -info ${job_id}
... View more
07-26-2016
05:40 AM
I need to capture the highlighted fields in the screenshot.
... View more
07-25-2016
12:07 PM
@Neeraj Sabharwal
... View more
07-25-2016
11:57 AM
I need to capture the job status, Start time and End Time of the work and mail it using the mail action in Oozie.
... View more
Labels:
07-25-2016
09:19 AM
@Artem Ervits I need to mail the job status and execution time in Oozie workflow as a last step. When I try this, <action name="an-email">
<email xmlns="uri:oozie:email-action:0.1">
<to></to>
<cc></cc>
<subject>Email notifications for ${wf:id()}</subject>
<body>The wf ${wf:id()} successfully completed.</body>
</email>
<ok to="myotherjob"/>
<error to="errorcleanup"/>
</action> I am just able to mail the job id alone, but I need to include the job status and execution time. In order to get the job status and execution time, I need to execute this command in the mail functionality - oozie job -oozie {SERVER_DETAILS} -info ${job_id}
... View more
07-25-2016
06:13 AM
Hello, I am creating a oozie workflow, where it has to trigger an automatic mail once the job is completed with the details of the job and the job status. I am trying to, include this shell action in the oozie mail. i.e. oozie job -oozie {SERVER_DETAILS} -info ${job_id} in the oozie mail. Could anyone please let me know how to accomplish the above task ?
... View more
Labels:
01-29-2016
02:50 AM
1 Kudo
@Neeraj Sabharwal I am looking into NFS gateway to use in the Sandbox, working on it
... View more
01-28-2016
02:36 PM
@Neeraj Sabharwal Is there any way like sharing files between two servers ?
... View more
01-28-2016
02:13 PM
I am trying to move a file from local(windows) to hortonworks sandbox, but I see an urisyntaxexception I tried both put and copyFromLocal
... View more
01-27-2016
11:33 AM
Hi @Neeraj Sabharwal I still get this error,
... View more
01-27-2016
11:25 AM
@Artem Ervits PFA.
... View more
01-27-2016
11:13 AM
I am trying to run this sample, http://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-server-log-data/ sudo -u hdfs hadoop fs -chmod -R 777/flume /flume - no such file or directory.
... View more
01-26-2016
11:49 AM
The default username and password is not being accepted. Could anyone please help me out.
... View more