Member since
05-02-2016
154
Posts
54
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4165 | 07-24-2018 06:34 PM | |
5778 | 09-28-2017 01:53 PM | |
1431 | 02-22-2017 05:18 PM | |
14178 | 01-13-2017 10:07 PM | |
3946 | 12-15-2016 06:00 AM |
12-07-2016
05:03 PM
try setting install.mvn to false and see if that helps.
... View more
12-07-2016
04:19 PM
not sure what the issue is .. are you following this guide https://github.com/hortonworks-gallery/ambari-vnc-service the only difference i see between the guide and your screenshot is the intellij location, you have https, while the guide has http. try that.
... View more
12-07-2016
04:03 PM
in the curl where you get error you are using https and in the curl command from ssh, you are using http.
... View more
12-07-2016
03:13 PM
to be clear modify vi /etc/sudoers in each node to be allow ambari2 to sudo without password. ambari2 ALL=(ALL) NOPASSWD: ALL then change ssh command "ssh -t ambari2@host "sudo systemctl ambari-agent restart"
... View more
12-07-2016
03:05 PM
in your ssh command ssh ambari2@$host, you have ambari2 and in your question you say you installed as ambari, so just wanted to confirm ambari2 is correct. so if you are able to ssh correctly, you have two issue, i think ambari-agent will run as root, so you need to do a sudo. so u have to pass -t to you ssh command. ssh -t ambari2@host (alternately you can disable requiretty in /etc/sudoers ). So in /etc/sudoers of each remote machine, you have to enable ambari to be able to run command without password. like this ambari2 ALL=(ALL) NOPASSWD: ALL
... View more
12-07-2016
02:43 PM
you have ambari2 as the username, may be you need to use ambari. Also, has ambari user been setup with password less ssh to the other nodes.
... View more
12-07-2016
02:43 PM
you have ambari2 as the username, may be you need to use ambari. Also, has ambari user been setup with password less ssh to the other nodes.
... View more
12-07-2016
03:39 AM
try that !connect jdbc:hive2://sandbox.hortonworks.com:10001/default;principal=hive/sandbox.hortonworks.com@EXAMPLE.COM are you sure that is the correct principal? When you use kerberos, you are using a key to provide credentials. You do not need username and password
... View more
12-06-2016
05:14 AM
send 2, don't send 3. it has to be the same version. it will become 3 when it gets modified.
... View more
12-06-2016
04:46 AM
make sure the id is correct by first doing a get, it will give you the correct version id. you have to send the version id that get returns.
... View more