Member since
09-09-2015
21
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9680 | 12-11-2015 08:36 AM | |
1928 | 11-25-2015 07:27 AM | |
4238 | 10-06-2015 02:14 PM |
12-28-2015
07:12 AM
Issue is :- Adding extra space. could not be clear in regard to above point. Good that you could resolve the actual issue.
... View more
12-22-2015
01:19 PM
I see it says "you will still get an SLA_MISS notification".
... View more
12-16-2015
01:55 PM
can you see the application ID logs in your "http://<<YourHost>>:<<port>>/cluster/apps"??
... View more
12-11-2015
08:36 AM
1 Kudo
Could be related to CDH version/environment as mentioned here. and its related jira. However, if possible take a chance to edit manually your workflow for the email action to include <attachment>.. element and check whether attachment functionality works fine for your CDH environment. Best regards
... View more
12-09-2015
02:13 PM
Not sure if one has to handle RAW field through an extra step of transforming into hexadecimal format per below statement in oracle docs. * RAW binary data in delimited text files must be encoded in hexadecimal. However, I am curious to see if any solution for this issue.
... View more
12-09-2015
12:00 PM
email action has <attachment> element which can be used to attach an hdfs file or a comma sperated hdfs files. However, make sure the logs are added/put to an hdfs file/files before attaching thereof.
... View more
11-20-2015
11:35 AM
1 Kudo
Oozie Rest APIs to the resucue (Which Hue too uses) Else one can write a shell or .ksh which captures external_Id and its related launcher attemp ids, and get the logs of individual attemp ids. We did the later one.
... View more
10-06-2015
02:39 PM
1 Kudo
<action> <workflow> <app-path>${nameNode}${workflows}workflow.xml</app-path> <configuration> <property> <name>currdate</name> <value>${coord:formatTime(coord:nominalTime(), 'yyyy-MM-dd')}</value> </property> </configuration> </workflow> </action> is my action in the coordinator, which is starting the work flow and the workflow could read the currdate value just fine. may be if you can paste your coordinator I could guide you more.
... View more
10-06-2015
02:14 PM
1 Kudo
${coord:formatTime(coord:nominalTime(), 'yyyy-MM-dd')} the above thing works for me. Try it and let me know. Also you can check stdout and stderr logs in HUE. check and paste the same for further analysis.
... View more