Hi.
On an Oracle BDA system where several network interfaces exist on each host, how can I bind Sentry to wildcard address 0.0.0.0 ?
I've already tried by adding:
<property>
<name>sentry.service.server.rpcaddress</name>
<value>0.0.0.0</value>
</property>
to Sentry Service Advanced Configuration Snippet (Safety Valve) for sentry-site.xml
but it's stil not working (I've double checked that generated sentry-site.xml file contains the property).
Any help is appreciated.
Thanks in advance.