Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1964 | 06-15-2020 05:23 AM | |
| 16020 | 01-30-2020 08:04 PM | |
| 2108 | 07-07-2019 09:06 PM | |
| 8244 | 01-27-2018 10:17 PM | |
| 4664 | 12-31-2017 10:12 PM |
01-02-2018
06:24 PM
how the get status summary details for services in ambari cluster by rest API commands example for kafka service ( kafka broker summary ) let take the HDFS service as example HDFS include the following sub application/services so how to get status started/stop for "Standby NameNode" , ZKFailoverController , Active NameNode , etc the same for all rest services
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
01-02-2018
05:20 PM
I see little problem for example when I check the HDFS with complete status , I not see the status of "stand by namenode" or "ZKfailovercontroler" etc , and for example for YARN we not see the App Timeline Server etc
... View more
01-02-2018
05:11 PM
ok fine , how to get all list of services / components by API in order to use them for the API that U gave me
... View more
01-02-2018
04:42 PM
not help , see the article its about stop/start others and not as I asked , what I am asking is how to get status from ambari about services / components , and get results as ok / fail
... View more
01-02-2018
02:19 PM
Dear colleges I want to capture all ambari services/components status by
API I need to do so because we developed some scripts that make
a lot of change in ambari configuration & restart of some services, Therefore we need to know what is the services/components status before
the changes and what is the services status after the changes So we need rest API that will capture all ambari services/components
status ( as HDFS, YARN Mapreduce , Tez
,Pig , Ziikeper , AMbari metrix , kafka , spark etc ) Expected results Status can be as – fail/ok
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
01-02-2018
12:20 PM
another thing you say "here may be resource crunch on Yarn" , is it possible to validate it ? ( I mean how we can be sure about resource problem ) or verifcation
... View more
01-02-2018
12:17 PM
thank you for the response , about the syntax "http://<ambari_server_host>:8080/api/v1/clusters/cl1/hosts/<host_name>/host_components" , where is the place for body? , can you show me please the full syntax ?
... View more
01-02-2018
08:56 AM
in my cluster the - yarn.scheduler.capacity.maximum-applications=10000 , can we change it as decease/increase it to see if it will help?
... View more
01-02-2018
07:55 AM
what is the variable that represented the "max applications allowed in Yarn" ?
... View more
01-02-2018
05:55 AM
I update my quastion , see the pic with details , second only thrift is the problem all other services are up
... View more