Member since
08-13-2018
2
Posts
0
Kudos Received
0
Solutions
08-15-2018
12:40 PM
In my setup, I installed Ambari on an Azure VM. I had issues accessing the server. I had to use putty for port forwarding . I connected to the server and specified that port 8080 be mapped to 8089 on my localhost. I was then able to connect to ambari on port 8089 on my localhost through putty.
... View more
08-15-2018
12:21 PM
@Jay Kumar SenSharma In my case, when I experienced the error it was because my ambari database user did not have any privileges on the ambari database. (Postgresql 9.5) I added the ambari role to postgres role and it worked.
... View more