Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1911 | 06-15-2020 05:23 AM | |
| 15419 | 01-30-2020 08:04 PM | |
| 2047 | 07-07-2019 09:06 PM | |
| 8091 | 01-27-2018 10:17 PM | |
| 4555 | 12-31-2017 10:12 PM |
10-20-2017
08:05 AM
thank you so much
... View more
10-18-2017
06:10 PM
Restart the zookeeper and stop & start one of the Resource manager.. It will automatically put one in standby and the other in active.
... View more
10-18-2017
10:13 AM
@uri ben-ari curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://{your_ambari_server}:8080/api/v1/clusters/{your_cluster_name}/hosts/{dead_host} Example curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://test.co.uk:8080/api/v1/clusters/hdp26/hosts/datanode2
... View more
10-17-2017
04:34 PM
I think i know the problem , I will explain , we reinstall again all 3 masters machines without to delete the workers machine from the cluster , now we want to add them back to the cluster , but we get warning about the current configuration on the workers , so my question is - how to re-delete the workers machine from the cluster in spite the masters machine are new machines? what we can do in order to add the workers machine again to the ambari cluster? * we have more then 20 workers machine that we need to add to the cluster , and they not deleted from the cluster before we reinstall the masters machine )
... View more
10-03-2017
08:28 AM
Hi @uri ben-ari, zookeeper name can be found from ambari (can any of the zookeeper server ) Kafka topic name is the directory name without the partition index (after Kafka-logs ex : mmno.aso.prpl.proces ) on the other note : logs are Kafka messages, not the application logs hence please look for the option to reduce the retention of the topic so that will purge some of the un-used messages from topic.
... View more
09-15-2017
01:18 PM
I succeeded to change it but still nodemanager cant start
... View more
09-11-2017
06:51 PM
@uri ben-ari That error you will get only when you have not specified the "Cluster Name" aftaer the ambari server hostname in the config.sh command: /var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin -port 8080 get amb25101.example.com plain_ambari cluster-env /tmp/cluster-env.txt .
... View more
09-06-2017
11:23 PM
5 Kudos
@uri ben-ari Please try the curl command with double quotes (escaping the double quotes needed as part of curl rrequest) curl -H "X-Requested-By: ambari" -u admin:admin -X PUT -d "{\"RequestInfo\":{\"query\":\"ServiceComponentInfo/component_name.in(${LIST})\"},\"ServiceComponentInfo\":{\"recovery_enabled\":\"true\"}}" http://localhost:8080/api/v1/clusters/HDP01/components?
... View more
09-04-2017
04:48 PM
another note the components - JournalNode,ZKFailoverController are still disable
... View more
09-01-2017
07:01 PM
Here you have no problem in the log. It's only a warning. And this is because you have another Spark application running and then the port 4040 (which is the default port for the Spark Monitoring UI) is already in use. But then it will try on port 4041 and so on, until it finds a free port, as you can see in the following log, The only problem I can see is that you are specifying an invalid port number (100015 is not a valid port number, I guess you meant 10015).
... View more