Member since
07-08-2013
35
Posts
19
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9785 | 03-14-2016 09:34 PM | |
4383 | 02-05-2016 12:11 PM | |
10042 | 08-12-2015 11:44 AM | |
3296 | 08-14-2014 10:14 AM | |
7026 | 10-14-2013 11:53 AM |
10-26-2017
12:01 PM
Hi @Robert K My postgresql db still stuck with some old bundle with status KILLED at the old time (year 2016). I can see some log like 'STARTED Purge to purge Workflow Jobs older than [30] days, Coordinator Jobs older than [7] days, and Bundle jobs older than [7] days' but never see log like 'ENDED Purge deleted ...' How can I check that (with oozie 4.2)? Thank you very much.
... View more
08-11-2016
01:45 AM
@sgiri - This has already been answered above. If you use un-secure YARN, all your containers and the commands the container runs (such as in shell action) will run as the "yarn" user (i.e. the user your NodeManager daemon runs as). If you want to run containers in YARN as the actual submitting user, use the LinuxContainerExecutor instead. The caveat of using it is that you need your user accounts available on all NodeManagers so a setuid can be done against them when spawning the container processes.
... View more
03-15-2016
01:22 AM
cool, thanks Robert
... View more
02-08-2016
05:07 PM
Hi, can we enable the oozie.email.smtp.auth from cloudera manager UI ?
... View more
10-15-2015
08:21 AM
Thanks for valuable information . I have fixed the above issue by changing the MapReduce Service property value in hive configuration file to Yarn.
... View more
06-03-2015
04:54 PM
1 Kudo
By the way, OOZIE-2159 will fix the 'oozie validate' command not supporting custom actions by moving the check from the Oozie client to the Oozie server, where the custom action is configured.
... View more
08-18-2014
06:16 AM
Hi Robert, thanks for the answer. You are right, that one is my exception. I had it even copying the entire "sqoop" dir in "sqoop2" dir without replacing any jar. However, doing tests I had changed permissions and restarted the Oozie server and now it is working. Thanks, Michele
... View more
06-10-2014
09:22 AM
1 Kudo
Hey In Step 4 are we editing the file /opt/cloudera/parcels/CDH-4.5.0-1.cdh4.5.0.p0.30/etc/oozie/conf.dist/oozie-site.xml manually? We are using CM. I see changes in CM but not in the oozie-site.xml or on Oozie admin UI . Getting error [JA020: Could not load credentials of type [hbase] with name [hbase_credentials]]; perhaps it was not defined in oozie-site.xml?] Thanks
... View more
10-15-2013
11:24 AM
Thanks, this solved my problem.
... View more