Member since
07-26-2017
6
Posts
1
Kudos Received
0
Solutions
07-31-2017
04:02 PM
Thanks a ton @Geoffrey Shelton Okot. It worked.
... View more
07-29-2017
11:16 AM
Thanks @Geoffrey Shelton Okot, but its failing in spite of this
... View more
07-29-2017
11:15 AM
@Deepak Sharma, yes I did. Is there anything else I need to try out?
... View more
07-27-2017
08:57 AM
Thanks @Deepak Sharma. Followed the steps, however, still getting "Access denied" error.
... View more
07-27-2017
06:12 AM
Sure. Please find it below. mysql> use mysql;
Database changed
mysql> select user, host from user where user like 'ranger%' ;
+-------------+-----------+
| user | host |
+-------------+-----------+
| rangeradmin | % |
| rangerdba | % |
| rangeradmin | localhost |
| rangerdba | localhost |
+-------------+-----------+
4 rows in set (0.00 sec)
... View more
07-27-2017
05:56 AM
1 Kudo
I followed the instructions (https://cwiki.apache.org/confluence/display/RANGER/Ranger+Installation+Guide) to install Ranger admin and usersync for evaluation. Ranger admin UI is up. Also followed the instructions at https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_security/content/configuring_mysql_for_ranger.html to setup MySQL server and create/grant permissions to necessary users. MySQL is running on the same machine as Ranger admin and usersync. Granted the same permissions to user rangeradmin as well. However, I see a flurry of following errors in /usr/local/mysql/data/mysqld.local.err: 2017-07-27T05:50:37.759668Z 1389 [Note] Access denied for user 'rangeradmin'@'localhost' (using password: YES) 2017-07-27T05:50:37.759669Z 1390 [Note] Access denied for user 'rangeradmin'@'localhost' (using password: YES) 2017-07-27T05:50:38.762447Z 1392 [Note] Access denied for user 'rangeradmin'@'localhost' (using password: YES) [...] I am able to connect to MySQL as 'rangeradmin' using MySQL's command line client. Not sure why Ranger admin is not able to connect. Also, I am _not_ able to login to Ranger admin UI. It displays "Unable to connect to DB..." error. Any pointers to debug? Thanks.
... View more
Labels:
- Labels:
-
Apache Ranger