Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4170 | 05-04-2020 11:56 AM | |
| 2926 | 05-01-2020 10:43 AM | |
| 2922 | 04-28-2020 03:11 PM | |
| 4738 | 04-28-2020 10:35 AM | |
| 3862 | 04-13-2020 10:44 AM |
08-03-2023
02:47 AM
jus restart impala role and fix this,bucause there have manny tcp conntion
... View more
04-28-2023
01:26 AM
"none of the solutions from the internet are helping" 🙄. So I asked what binaries?
... View more
11-04-2022
09:06 AM
@DNADatangineer As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
08-30-2020
11:11 PM
Can you be more specific, which load on the server? Any solutions? "If this issue happens intermittently, it might be caused by the load on the server."
... View more
05-05-2020
09:05 AM
Hi @abhagi,
Thanks for confirming this and great to know the issue got resolved! Please mark this thread as resolved when you get a chance.
Cheers,
Li
... View more
05-04-2020
11:56 AM
Hi @Mondi ,
Thanks for reaching out to Cloudera community.
The "com.mysql.cj.exceptions.InvalidConnectionAttributeException" in the log suggests that MySql JDBC driver version 8.x is being used. However, as pointed out by below doc, we recommend using only version 5.1 of the JDBC driver.
https://docs.cloudera.com/documentation/enterprise/6/latest/topics/cm_ig_mysql.html#cmig_topic_5_5_3
Please download the one from https://dev.mysql.com/downloads/connector/j/5.1.html and then install it in /usr/share/java. After that, retry the command.
Thanks and hope this helps!
Li
... View more
05-04-2020
12:23 AM
Hi @lwang , Thank you very much for your reply, it answered all the questions I had. Kind regards, Julius
... View more
05-01-2020
09:21 AM
Hi @TR7_BRYLE ,
Great to hear the issue is resolved! Thanks for sharing the solution.
Cheers,
Li
... View more
04-28-2020
10:35 AM
1 Kudo
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
... View more