Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1958 | 06-15-2020 05:23 AM | |
| 15907 | 01-30-2020 08:04 PM | |
| 2100 | 07-07-2019 09:06 PM | |
| 8197 | 01-27-2018 10:17 PM | |
| 4653 | 12-31-2017 10:12 PM |
04-11-2018
08:58 AM
@Jay chould you help me please with this quastion - https://community.hortonworks.com/questions/185891/check-ambari-metrics-service-check.html
... View more
04-11-2018
08:48 AM
we are before ambari & HDP upgrade we want to know before upgrade if all machines in ambari cluster must be updated with the same time? if yes , then we add this check in our scripts
... View more
Labels:
04-10-2018
07:53 PM
we perform service check to Ambari Metrics and we get the following errors - "All metrics collectors are unavailable" what we can do regarding that , in order to solve the problem? Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py", line 207, in <module>
AMSServiceCheck().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 375, in execute
method(env)
File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in thunk
return fn(*args, **kwargs)
File "/var/lib/ambari-agent/cache/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py", line 159, in service_check
raise Fail("All metrics collectors are unavailable.")
resource_management.core.exceptions.Fail: All metrics collectors are unavailable.
... View more
Labels:
04-08-2018
02:14 PM
but we got errors when we set this name , chould you please see the logs
... View more
04-08-2018
11:22 AM
we want to add additional "." in domain name dose domain name as sys200.ve.com is valid for master or workers machines? we installed new ambari cluster with these domains for example: master01.sys200.ve.com the log from ambari-server while the hostname - master02.sys200.ve.com 08 Apr 2018 06:05:00,060 WARN [ambari-client-thread-135] Errors:173 - The following warnings have been detected with resource and/or provider classes:
WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.ambari.server.api.services.ConfigurationService.getConfigurations(java.lang.String,javax.ws.rs.core.HttpHeaders,javax.ws.rs.core.UriInfo), should not consume any entity.
08 Apr 2018 06:05:05,770 INFO [ambari-client-thread-137] AmbariManagementControllerImpl:1631 - Received a updateCluster request, clusterId=2, clusterName=HDP, securityType=null, request={ clusterName=HDP, clusterId=2, provisioningState=null, securityType=null, stackVersion=HDP-2.6, desired_scv=null, hosts=[] }
08 Apr 2018 06:05:05,775 INFO [ambari-client-thread-137] AbstractProviderModule:864 - Resetting property provider maps to reflect changes in cluster state
08 Apr 2018 06:05:05,815 INFO [ambari-client-thread-137] MetricsCollectorHAManager:54 - Adding collector host : master02.sys200.ve.com to cluster : HDP
08 Apr 2018 06:05:05,818 INFO [ambari-client-thread-137] MetricsCollectorHAClusterState:84 - Refreshing collector host, current collector host : master02.sys200.ve.com
08 Apr 2018 06:05:05,821 INFO [ambari-client-thread-137] MetricsCollectorHAClusterState:105 - After refresh, new collector host : master02.sys200.ve.com
08 Apr 2018 06:05:05,874 WARN [ambari-client-thread-136] Errors:173 - The following warnings have been detected with resource and/or provider classes:
WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.ambari.server.api.services.ComponentService.getComponents(java.lang.String,javax.ws.rs.core.HttpHeaders,javax.ws.rs.core.UriInfo,java.lang.String), should not consume any entity.
<br>
... View more
Labels:
04-02-2018
10:54 PM
so finally my steps 1-4 are correct , or you want to add something ?
... View more
04-02-2018
10:06 PM
@Geoffrey Shelton Okot , first thank you , you said that you prefer to do ambari-server stop instead stooping the components on the worker machine , but stooping all cluster by ambari-server stop will cause downtime on this cluster !!!, so I not feel good with this action , so stop the component only on the worker machine is less dramatic then stooping all cluster on production second , regarding to your step 3 , as I said datanode directory is configured ok , no need to change anything regarding to your step 4 , why I need to access each datanode while the problem is only on one datanode ( worker75 ) ? as you know we have 165 workers machines but only worker75 have the problem so all datanode are ok , the only problem is with one worker machine , as I mentioned sdd not created under /grid instead of that sdd created under slash , so this is the reason that we want to copy the content under /sdd to /grid/sdd
... View more
04-02-2018
02:58 PM
my scenario is little different , we not need to change ambari configuration since /grid/sdd already configured under HDFS --> config in ( DataNode directories ) second , by cp -rp I am actually copy the folders permissions as is so can you approve my steps 1-4 ?
... View more
04-02-2018
02:40 PM
hi all we have ambari cluster with 165 workers machines each worker have 4 disks ( /grid/sda /gird/sdb /grid/sdc /grid/sdd ) on of the workers have only 3 disks insted 4 disks so after blueprint installation , on that worker sdd created under "/" and not under /grid this cause / partition to became nearly 100% so we want to create new disk on this worker as /grid/sdd and copy the content under /sdd to /grid/sdd so the procedure should be like this 1. create new disk - /grid/sdd and update /etc/fstab and mount /grid/sdd
2. stop all workers components
3. cp -rp /sdd/* /grid/sdd
4. start all workers components please advice if all steps 1-4 are the right steps regarding my problem workers components
... View more
Labels:
03-28-2018
07:13 PM
what is the API to stop the Metrics Collector ? I ask this API because the API that should to the ambari metrics some times missed to stop the Metrics Collector
... View more
Labels: