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.