Member since
01-09-2019
401
Posts
163
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2596 | 06-21-2017 03:53 PM | |
| 4299 | 03-14-2017 01:24 PM | |
| 2394 | 01-25-2017 03:36 PM | |
| 3840 | 12-20-2016 06:19 PM | |
| 2103 | 12-14-2016 05:24 PM |
04-29-2016
12:53 PM
1 Kudo
From ambari UI, you can add service on any node. Go to Hosts, select a host and actions.
... View more
04-29-2016
04:13 AM
3 Kudos
No. You will at the least need to build spark for 2.11. From spark apache documentation, To produce a Spark package compiled with Scala 2.11, use the -Dscala-2.11 property: ./dev/change-scala-version.sh 2.11
mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -DskipTests clean package Spark does not yet support its JDBC component for Scala 2.11.
... View more
04-28-2016
11:36 PM
1 Kudo
Take a look at http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_troubleshooting/content/_resolving_ambari_install_and_setup_problems.html I am not sure at what state your install is. If you want to restart afresh, you can start with ambari-server reset Once done, you can start again with your install. However, depending on the state where you stopped, you may be able to retry and proceed from there.
... View more
04-28-2016
11:28 PM
3 Kudos
Check if you find nodemanager and datanode logs on slave nodes where they didn't start. They should tell what went wrong. Most likely they failed with errors. You may also need yarn-site.xml to configure yarn.nodemanager.log-dirs and yarn.nodemanager.local-dirs params. Try following these instructions for start and stop services since this is the supported way. Also, always try to configure FQDN instead of just hostnames.
... View more
04-28-2016
09:53 PM
When you run into network issues with passwordless ssh, manual install of ambari-agent is your best bet. Once you manually register the node in ambari from ambari UI, then you can install components from UI as usual. Most likely you ran into some passwordless ssh quirks which can still be debugged looking at your ambari logs.
... View more
04-28-2016
07:59 PM
Try using the manual steps that put in the answer. This is a workaround for your passwordless ssh issue. With passwordless ssh, check if your are putting the right key.
... View more
04-28-2016
07:17 PM
1 Kudo
Can you try manually installing ambari-agent on the client node using instructions here. Once you start ambari-agent, you can check ambari-server logs to see if client.hortonworks.com registered. As long as you got the network part figured out (like I see from your setup), there should be nothing else from sandbox preventing adding a new node.
... View more
04-28-2016
07:09 PM
You can select ambari metrics component during cluster setup when you choose services. http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.0/bk_Installing_HDP_AMB/content/_choose_services.html
... View more
04-28-2016
07:01 PM
1 Kudo
Yes. This is the issue. Once i switched to 2.0.0.2 of ansible, I was able to go all the way. Earlier version was 2.0.2.0 and not 2.2 though. Thanks!
... View more
04-28-2016
03:28 PM
Yes. You can decommission node using ambari. https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Ambari_Users_Guide/content/_how_to_decommission_a_component.html
... View more