Created on
01-08-2020
10:04 AM
- last edited on
01-09-2020
05:47 AM
by
cjervis
hi all,
we have HDP cluster version - 2.6.5 and ambari version - 2.6.2.2
we installed successfully the following kafka clients on kafka01.sys76.com machine by REST API
HCAT HDFS_CLIENT HIVE_CLIENT MAPREDUCE2_CLIENT METRICS_MONITOR PIG SLIDER SPARK2_CLIENT TEZ_CLIENT YARN_CLIENT ZOOKEEPER_CLIENT
but when we try to install the - KAFKA_BROKER component/service we get the following issue
curl --user admin:admin -i -X PUT -d '{HostRoles: {state: INSTALLED}}' http://master_server.sys76.com:8080/api/v1/clusters/HDP/hosts/kafka01.sys76.com/host_components/KAFK...
HTTP/1.1 404 Not Found
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Cache-Control: no-store
Pragma: no-cache
Set-Cookie: AMBARISESSIONID=1h7nogt43ogw01ap4sxqxjvcv3;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
User: admin
Content-Type: text/plain
Content-Length: 214
{
"status" : 404,
"message" : "org.apache.ambari.server.controller.spi.NoSuchResourceException: The requested resource doesn't exist: Service not found, clusterName=HDP, serviceName=component: KAFKA_BROKER"
what could be the reason for that?
example what should shown be from ambari :