Member since
03-14-2016
4721
Posts
1111
Kudos Received
874
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2507 | 04-27-2020 03:48 AM | |
| 4974 | 04-26-2020 06:18 PM | |
| 4055 | 04-26-2020 06:05 PM | |
| 3287 | 04-13-2020 08:53 PM | |
| 5011 | 03-31-2020 02:10 AM |
03-21-2018
07:56 AM
@Jay I will open another thread because it is complicate and I will give it more simple
... View more
04-02-2018
03:46 PM
I don't know what was wrong back on March 16 but I tried today and it is working fine.
... View more
03-16-2018
08:35 AM
@Biliyaminu Umar As per AMS specification the "appId" and "metricsNames" are the mandatory attributes. In case of metrics names in some places we can use Wild Cards like following: http://<server>:6188/ws/v1/timeline/metrics?metricNames=regionserver.Server.%&appId=hbase&startTime=1521167109&endTime=1521188709 . In the above case it will show all the "regionServer.Server.%" metrics. More details about wild card can be found here: https://cwiki.apache.org/confluence/display/AMBARI/Metrics+Collector+API+Specification
... View more
03-16-2018
12:34 PM
Thanks @Jay Kumar SenSharma for the quick response. I downloaded the file again and repeated all installation steps and it resolved this issue. Now. I am able to start the sandbox but it does not complete The System hangs at the step. Ambari is up and awaiting connection on port 8080 Waiting for ambari services to start.... it screen goes blank after 15 min and I need to restart. When I tried to look up this issue and it looks like it should be Insufficient memory. I have sufficient hard disc and RAM. Any suggestion to resolve this issue would be helpful. I have attached a screen shot of the log sandbox.png Sandbox Setting capture.png Thanks Arathy.
... View more
03-14-2018
11:16 AM
1 Kudo
@Michael Bronson In the other thread : https://community.hortonworks.com/questions/176682/api-via-script-how-to-verify-zkfailovercontroller.html?childToView=176685#answer-176685 If you just replace the ZKFC with JOURNALNODE then you should be able to find the same. # curl -u admin:admin -H "X-Requested-By: ambari" -X GET "http://amb25101.example.com:8080/api/v1/clusters/plain_ambari/components?fields=ServiceComponentInfo/service_name,ServiceComponentInfo/component_name,ServiceComponentInfo/state,host_components/HostRoles/host_name,host_components/HostRoles/state" | grep -A 2 "\"component_name\" \: \"JOURNALNODE\"" | awk '{print $NF}' > /tmp/requests_details.txt; sed -e '1,2d' -e s'/--//g' -e 's/\n//g' -e 's/"//g' -e '/^$/d' /tmp/requests_details.txt | awk 'NR%3{printf "%s ",$0;next;}1' . Example Output: STARTED JOURNALNODE, amb25101.example.com,
STARTED JOURNALNODE, amb25102.example.com,
STARTED JOURNALNODE, amb25103.example.com, .
... View more
03-14-2018
11:13 AM
1 Kudo
@Michael Bronson You can try something like following: # curl -u admin:admin -H "X-Requested-By: ambari" -X GET "http://amb25101.example.com:8080/api/v1/clusters/plain_ambari/components?fields=ServiceComponentInfo/service_name,ServiceComponentInfo/component_name,ServiceComponentInfo/state,host_components/HostRoles/host_name,host_components/HostRoles/state" | grep -A 2 "\"component_name\" \: \"ZKFC\"" | awk '{print $NF}' > /tmp/requests_details.txt; sed -e '1,2d' -e s'/--//g' -e 's/\n//g' -e 's/"//g' -e '/^$/d' /tmp/requests_details.txt | awk 'NR%3{printf "%s ",$0;next;}1' . Example Output: STARTED ZKFC, amb25102.example.com,
STARTED ZKFC, amb25103.example.com,
... View more
03-13-2018
08:45 AM
Thanks, I have resolved it. I was regarding "Service Check" as "Pre-upgrade check".
... View more
03-12-2018
06:06 AM
@Jay thank you so much , regrading the cluster size ( https://community.hortonworks.com/questions/177371/cant-start-ambari-collector.html ) , dose cluster size mean - Number of workers machines ?
... View more
03-13-2018
06:49 AM
@Michael Bronson No if the AMS is running fine for now then we do not need to restart it. We can keep monitoring it for some time to see if everything is going fine.
... View more
03-11-2018
08:46 AM
@Jay - yes - the same ambari versions ( before the upgrade - 2.5 and after the upgrade - 2.6 ) , both clusters are upgrade from previous versions - ambari - 2.5.0.3 & HDP - 2.6.0.3 , so this is upgrade installation , cluster was installed before one month
... View more