Member since
08-07-2018
10
Posts
0
Kudos Received
0
Solutions
09-06-2018
09:23 PM
When a yarn application is about to run, it needs to send a request for the container allocation. How does it know that it needs certain amount of resource to run in certain amount of time. How do I get that by REST api?
... View more
Labels:
- Labels:
-
Apache YARN
-
Cloudera Manager
08-29-2018
06:09 AM
I'm getting bad request as response with message "Attempted to add unknown hosts to a cluster. These hosts have not been registered with the server"
... View more
08-21-2018
06:24 AM
In the http://<server>:<port>/api/v1/bootstrap/requestId, the status is SUCCESS , but the new host is not shown in http://<server>:<port>/api/v1/clusters/<clusterName>/hosts
... View more
08-21-2018
05:18 AM
I am trying to install ambari-agent on remote computer which I can ssh without password from server. I followed this link : http://www-01.ibm.com/support/docview.wss?uid=swg22000281 In bootstrap.py userRunAs=null here, If I install with UI, it is usually root. In the /var/log/ambari-server/ambari-server.log.. [Thread-12050] BSRunner:258 - Host= <remote host> bs=/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py requestDir=/var/run/ambari-server/bootstrap/32 user=root sshPort=22 keyfile=/var/run/ambari-server/bootstrap/32/sshKey passwordFile null server=<server> version=2.6.1.5 serverPort=8080 userRunAs=null timeout=300 and in /var/log/ambari-server/ambari-audit.log User(null), RemoteIp(<server>), Operation(User login), Roles(
), Status(Failed), Reason(Authentication required) User(admin), RemoteIp(<server>), Operation(User login), Roles(
Ambari: Ambari Administrator), Status(Success)
... View more
Labels:
- Labels:
-
Apache Ambari
08-14-2018
08:24 AM
How do I get the memory usage avg.?
... View more
08-14-2018
04:47 AM
Say, for last 5 minutes what is the cpu usage for 5 minutes averaged across all nodes in the cluster? I can see that in Ambari, but I want information in the given time range and I should be able to get that information with an API call.
... View more
Labels:
- Labels:
-
Apache Hadoop