Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1929 | 06-15-2020 05:23 AM | |
| 15536 | 01-30-2020 08:04 PM | |
| 2080 | 07-07-2019 09:06 PM | |
| 8130 | 01-27-2018 10:17 PM | |
| 4597 | 12-31-2017 10:12 PM |
07-24-2019
06:10 PM
hi all we have small cluster ( ambari version - 2.6.1 ) 3 masters machines 3 kafka machines 3 workers machines is it possible to removed completely the HDP , for new fresh HDP version ? Now we have HDP - 2.6.5 And we want to install new HDP - 2.6.4
... View more
Labels:
07-24-2019
05:40 PM
hi all is it necessary to restart the ambari server after we delete ambari service by REST API ? I as asking because after we delete some service from the ambari by API we saw that service really Disappeared from ambari dartboard so I not sure if we need also to restart the ambari server to take affect?
... View more
Labels:
07-16-2019
11:22 PM
hi all under /var/log/zookeeper , we have the zookeeper logs , as the following -rw-r--r-- 1 zookeeper hadoop 104857712 Jul 5 15:54 zookeeper-zookeeper-server-master.sys87.com.log.1
-rw-r--r-- 1 zookeeper hadoop 177 Jul 16 11:57 zookeeper-zookeeper-server-master.sys87.com.out
-rw-r--r-- 1 zookeeper hadoop 66358998 Jul 16 23:15 zookeeper-zookeeper-server-master.sys87.com.log the problem is that we get only the INFO severity from the logs! and when we set the TRCE severity , and restart the zookeeper service , then its not change the zookeeper log content to trace mode, can we get example of log4j for zookeeper ? we suspect that our log4j isn't configured properly
... View more
Labels:
07-07-2019
09:06 PM
// Getting the state of the component ( replace YARN_CLIENT to SPARK2_THRIFTSERVER ) curl -u admin:admin -H "X-Requested-By:ambari" -i -X GET http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/hosts/<HOST_FQDN>/host_components/YARN_CLIENT // Setting the state of the component to INSTALLED curl -u admin:admin -H "X-Requested-By:ambari" -i -X PUT -d '{"RequestInfo":{"context":"Install YARN_CLIENT"}, "Body":{"HostRoles":{"state":"INSTALLED"}}}' http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/hosts/<HOST_FQDN>/host_components/YARN_CLIENT
... View more
07-07-2019
07:42 PM
hi all we have two spark thrift servers component in our ambari cluster one thrift server is on master01 machine and the second is on master03 machine how to stop the thrift server component on master01 and master03 machine by REST API
... View more
Labels:
07-07-2019
03:49 PM
hi all by the following API we can delete the thrift server component on master01 and master03 nodes # curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://$AMBARI_SERVER:8080/api/v1/clusters/hdp/hosts/master01/host_components/SPARK2_THRIFTSERVER # curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://$AMBARI_SERVER:8080/api/v1/clusters/hdp/hosts/master03/host_components/SPARK2_THRIFTSERVER but how to know by REST API that thrift server component , not defined on specific node ( after deletion )
... View more
Labels:
07-05-2019
01:21 PM
we can check also from rpm's , but my question was - why ambari GUI not view the ambari version!!
... View more
07-05-2019
12:00 PM
hi all we upgrade today the ambari version and HDP version rpm -qa | grep -i ambari
ambari-metrics-monitor-2.6.2.2-1.x86_64
ambari-metrics-collector-2.5.0.3-7.x86_64
ambari-agent-2.6.2.2-1.x86_64
ambari-server-2.6.2.2-1.x86_64
ambari-metrics-grafana-2.6.2.2-1.x86_64
ambari-metrics-hadoop-sink-2.6.2.2-1.x86_64 when we login to ambari and to stack and version we not seen any info about the ambari new version - 2.6.2.2 why? this info not in stak and version ?
... View more
Labels:
07-05-2019
08:01 AM
@Dear jay - yes we have ntp but we ask what is the max diff that is still normal as I remember diff between machine should not be more then 5 second - am I right ?
... View more
07-05-2019
07:55 AM
hi all what is the normal gap between machines in ambari cluster in seconds? for example ( the following example described gap of 20 seconds ) on master01 Fri Jul 5 07:37:23 UTC 2019 but on kafka machine we have Fri Jul 5 07:37:43 UTC 2019
... View more
Labels: