Thanks Grant, changing it to 127.0.0.1 worked like a charm!
Roman, I used the wildcard because I am using BigTop's version of oozie and hadoop. Do you think this could be a bug? If so, is there anything I could do (i.e. provide more information on my setup) to help out? Thanks! Dan On Sat, Apr 28, 2012 at 7:43 PM, Roman Shaposhnik <[email protected]> wrote: > On Sat, Apr 28, 2012 at 7:18 PM, Grant Ingersoll <[email protected]> > wrote: > >> <property> > >> <name>hadoop.proxyuser.root.hosts</name> > >> <value>*</value> > >> </property> > > > > I don't think you can use wildcards here. I believe you need to, > unfortunately, pass in IP addresses. > > You sure can. It is allowed. In Bigtop we have the following by default > when you > install hadoop in pseudo distributed configuration. > > <property> > <name>hadoop.proxyuser.oozie.hosts</name> > <value>*</value> > </property> > <property> > <name>hadoop.proxyuser.oozie.groups</name> > <value>*</value> > </property> > > > Thanks, > Roman. >
