Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

How to bind Sentry service to 0.0.0.0 ?

avatar
New Contributor

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.

 

1 ACCEPTED SOLUTION

avatar
Contributor
Hello,

I see that you've configured "sentry.service.server.rpcaddress" whereas the actual value is "sentry.service.server.rpc-address". So, there should be a hyphen (-) between rpc and address. For more details, you can refer the below link:

https://cwiki.apache.org/confluence/display/SENTRY/Sentry+Service+Configuration

Regards,
Priyanka Soni

View solution in original post

1 REPLY 1

avatar
Contributor
Hello,

I see that you've configured "sentry.service.server.rpcaddress" whereas the actual value is "sentry.service.server.rpc-address". So, there should be a hyphen (-) between rpc and address. For more details, you can refer the below link:

https://cwiki.apache.org/confluence/display/SENTRY/Sentry+Service+Configuration

Regards,
Priyanka Soni