Re: Hadoop proxyuser problem

2013-02-01 Thread aasfo kxi
D'OH! It's *always* the obvious that gets overlooked. Thanks for the extra set out eyes. It's working now. Cheers! On Fri, Feb 1, 2013 at 10:54 AM, Alejandro Abdelnur wrote: > Andy, > > Does the oozie user belong to the oozie group in the JT and NN hosts? > > > On Fri, Feb 1, 2013 at 10:42

Re: Hadoop proxyuser problem

2013-02-01 Thread Alejandro Abdelnur
Andy, Does the oozie user belong to the oozie group in the JT and NN hosts? On Fri, Feb 1, 2013 at 10:42 AM, aasfo kxi wrote: > Non-kerberos and oozie as the effective user is our setup. > > Does my config not reflect that correctly? The addition of hadoop to the > groups was merely for troub

Re: [REPORT] Apache Oozie - February Report

2013-02-01 Thread Alejandro Abdelnur
Andy, Does the oozie user belong to the oozie group in the JT and NN hosts? On Fri, Feb 1, 2013 at 10:48 AM, Alejandro Abdelnur wrote: > DESCRIPTION > > Apache Oozie is a system for managing and scheduling workflows that run > different types of Hadoop jobs (such as MapReduce, Pig, Hive and S

[REPORT] Apache Oozie - February Report

2013-02-01 Thread Alejandro Abdelnur
DESCRIPTION Apache Oozie is a system for managing and scheduling workflows that run different types of Hadoop jobs (such as MapReduce, Pig, Hive and Sqoop) as well as system specific jobs (such as Java programs and shell scripts). NEW RELEASES * Apache Oozie version 3.3.0, released on DEC/03/2012

Re: Hadoop proxyuser problem

2013-02-01 Thread aasfo kxi
Non-kerberos and oozie as the effective user is our setup. Does my config not reflect that correctly? The addition of hadoop to the groups was merely for troubleshooting. Although it still does not work without it. hadoop.proxyuser.oozie. hosts hadoop.proxyuser.oozie.groups oozie,h

Re: Hadoop proxyuser problem

2013-02-01 Thread Alejandro Abdelnur
Andy, Given your configuration: If using non-kerberos setup, the username running the oozie server should be 'oozie'. If using a kerberos setup, the Kerberos principal running the oozier server should be 'oozie/' Is this the case? Thx On Fri, Feb 1, 2013 at 10:00 AM, aasfo kxi wrote: > Sorr

Re: Hadoop proxyuser problem

2013-02-01 Thread aasfo kxi
Sorry. Accidentally hit send before pasting my config hadoop.proxyuser.oozie.hosts hadoop.proxyuser.oozie.groups oozie,hadoop Thanks. Andy On Thu, Jan 31, 2013 at 8:44 PM, Alejandro Abdelnur wrote: > Hadoop 1.0.4 does not support wildcards '*' in the proxyuser hosts/groups

Re: Hadoop proxyuser problem

2013-02-01 Thread aasfo kxi
Thanks for the replies. I'm not using wildcards so that shouldn't be the issue. I have tried many combinations. Here is my current... On Thu, Jan 31, 2013 at 8:44 PM, Alejandro Abdelnur wrote: > Hadoop 1.0.4 does not support wildcards '*' in the proxyuser hosts/groups > properties. Starting

Re: oozie error output

2013-02-01 Thread Alejandro Abdelnur
(please use user@ alias for this type of queries) from the error you are getting there is a launcher job being launched in hadoop, from the oozie webui, from the action, you can get directly to it thx Alejandro (phone typing) On Feb 1, 2013, at 8:54 AM, Jonas Hartwig wrote: > There is no map

Re: oozie error output

2013-02-01 Thread Alejandro Abdelnur
moving thread to user@ (bcc dev@) look at the corresponding oozie launcher job in hadoop, and check the logs of its single map task. there you should have all the output from pig thx Alejandro (phone typing) On Feb 1, 2013, at 5:51 AM, Jonas Hartwig wrote: > Hi, > > I have a workflow con