Member since
01-27-2016
8
Posts
3
Kudos Received
0
Solutions
01-28-2016
05:47 AM
untitled.png I don't want to see that warning. So the certificate should issued to the server (AMBARI_HOST) or xxxxx.cloudapp.net? I will go through the URL you have specified, will let you know if it resolved the issue. Thanks a lot, Neeraj.
... View more
01-28-2016
03:31 AM
It is more like a warning stating that the browser cannot verify the validity of the cert.
... View more
01-28-2016
01:51 AM
1 Kudo
Something like this: GRANT ALL ON mydb.*TO'myuser'@'%';
... View more
01-28-2016
01:47 AM
I have installed a Hadoop cluster on Azure VMs and setup Ambari to use Https. To access Ambari, I will have to type in https://xxxxx.cloudapp.net:8443, instead of https://AMBARI_HOST:8443. So when the cert is generated by some certification authority, what should the server name be set as? The actual URL or AMBARI_HOST to bypass the cert error that the browser throws if it cannot validate the cert. Or is there a way to bypass this error?
... View more
Labels:
- Labels:
-
Apache Ambari
01-27-2016
04:53 PM
1 Kudo
I did a re-install and Neeraj's solution worked for me. Thank you all, guys.
... View more
01-27-2016
03:08 PM
Ranger is in this state now: Invalid event: HOST_SVCCOMP_OP_IN_PROGRESS at INSTALL_FAILED I will delete the service through Rest API and will try it again. Thanks for all the help.
... View more
01-27-2016
08:57 AM
1 Kudo
I am seeing the following when it is trying to install Ranger Admin on the Ranger host server: 2016-01-27 08:48:59,962 [I] Database ranger already exists.
2016-01-27 08:48:59,962 [I] ---------- Granting permission to Ranger Admin db user ----------
2016-01-27 08:48:59,962 [I] ---------- Granting privileges TO user 'rangeradmin'@'%' on db 'ranger'----------
SQLException : SQL state: 42000 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'root'@'hostname' to database 'ranger' ErrorCode: 1044
SQLException : SQL state: 42000 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'root'@'hostname' to database 'ranger' ErrorCode: 1044
2016-01-27 08:49:00,520 [E] Granting privileges to 'rangeradmin' failed on 'ranger' I have logged onto MySQL on the host machine and granted the following privileges and still the installation throws Access Denied error.
... View more
Labels:
- Labels:
-
Apache Ranger