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!

Solr through Hue is throwing 403 request exception

avatar
New Contributor

I have Kerberos and sentry enabled for the cluster. Solr is also configured through sentry. The hue admin user is having all the access.

 

While testing out the collection creation and indexing using the hue indexes. I am getting the error 403. But I can see that collection being created, somehow the user which created the collection does not have access over the collection. Any other permission I need to add for this.

 

1 ACCEPTED SOLUTION

avatar
Guru

Hi @Seeker90 ,

Thanks for reaching out to Cloudera community.

It looks like there is some missing permission and so could you please run the below commands as root user in hue node:

 

sudo -u solr solrctl sentry --list-roles
sudo -u solr solrctl sentry --list-privileges admin_role

 

and make sure you receive the below privileges when you run the below command:

 

[root@hue-test ~]# sudo -u solr solrctl sentry --list-privileges admin_role
Collection=*->action=*
Admin=*->action=*
Schema=*->action=*
Config=*->action=*

 

If you don't have the privileges, please use below command to add it:

 

sudo -u solr solrctl sentry --grant-privilege admin_role 'xxxx'

 

Hope this helps!

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum

View solution in original post

1 REPLY 1

avatar
Guru

Hi @Seeker90 ,

Thanks for reaching out to Cloudera community.

It looks like there is some missing permission and so could you please run the below commands as root user in hue node:

 

sudo -u solr solrctl sentry --list-roles
sudo -u solr solrctl sentry --list-privileges admin_role

 

and make sure you receive the below privileges when you run the below command:

 

[root@hue-test ~]# sudo -u solr solrctl sentry --list-privileges admin_role
Collection=*->action=*
Admin=*->action=*
Schema=*->action=*
Config=*->action=*

 

If you don't have the privileges, please use below command to add it:

 

sudo -u solr solrctl sentry --grant-privilege admin_role 'xxxx'

 

Hope this helps!

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum