Member since
04-17-2017
10
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1576 | 06-30-2017 10:26 AM |
01-11-2019
05:01 AM
If you are unsure of the password you may wanna reset it? [https://community.hortonworks.com/questions/449/how-to-reset-ambari-admin-password.html]
... View more
08-10-2017
08:52 AM
e.g Create a file with the JSON data to create the key with tee -a ./body.json << EOF {
"name" : "test_key_curl",
"length" : 128,
"material" : "lksvIq3yy9Xxk4EZTfLv6g",
"description" : "test_key_curl"
} EOF Then run the curl command, in my case, my KMS host is hannibal-1.openstacklocal and post is 9292 curl -i --negotiate -u : -H "Content-Type: application/json" -X POST -d @body.json http://hannibal-1.openstacklocal:9292/kms/v1/keys NOTE: You would need ticket for keyadmin before you can run the curl command Thanks, Pulkit
... View more
06-30-2017
12:15 PM
Happy to help 🙂
... View more
06-30-2017
10:26 AM
HI, The error reads that the the gateway is already running nfs3 running as process 3138.Stop it first. Please check if the nfs process is already running.
... View more
04-19-2017
11:01 AM
Under "Advanced HDP" click on "Quick Links". The new page would provide you the link to Ambari along with the username and password once you hover over the Ambari section.
... View more