Member since
10-27-2015
18
Posts
5
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2839 | 12-23-2016 09:48 PM | |
1450 | 09-07-2016 01:12 PM |
12-23-2016
09:48 PM
@Sami Ahmad the format for kerberos principal is primary/instance@REALM . For admin principals typically the instance is admin. If the REALM is not specified than the default one will be used. Try passing admin/admin into the "Admin principal" field.
... View more
09-07-2016
01:12 PM
2 Kudos
Just tested the below in my local environment and worked fine: curl -u admin:admin -H "X-Requested-By: ambari" -d '{"RequestInfo":{"context":"Stop Flume agent","flume_handler":"agent","operation_level":{"level":"HOST_COMPONENT","cluster_name":"Cluster","service_name":"FLUME","host_name":"node5"}},"Body":{"HostRoles":{"state":"INSTALLED"}}}' -X PUT "http://node1:8080/api/v1/clusters/Cluster/hosts/node5/host_components/FLUME_HANDLER"
... View more
09-05-2016
08:33 AM
1 Kudo
The passing the following: {
"RequestInfo": {
"context": "Stop Flume agent",
"flume_handler": "agent",
"operation_level": {
"level": "HOST_COMPONENT",
"cluster_name": "Cluster",
"service_name": "FLUME",
"host_name": "node5"
}
},
"Body": {
"HostRoles": {
"state": "INSTALLED"
}
}
}
... View more
07-08-2016
12:19 PM
Can you try running 'yum update -y' on the host and retry the service install?
... View more