J.Andreina created KNOX-1183:
--------------------------------
Summary: [KNOX] Service Discovery : Provide support for Ambari
service discovery
Key: KNOX-1183
URL: https://issues.apache.org/jira/browse/KNOX-1183
Project: Apache Knox
Issue Type: Bug
Affects Versions: 0.14.0
Reporter: J.Andreina
Assignee: J.Andreina
Fix For: 1.1.0
Feature : Service Discovery
When Service Ambari is added to descriptor (sample.json) as below , generated
topology file (<gateway_home>/conf/topology/sample.xml)does not have the Ambari
service
sample.json:
{noformat}
{
"discovery-address":"http://gateway_host:8080",
"provider-config-ref":"ha_providers",
"cluster":"cl1",
"services":[
{"name":"WEBHDFS"},
{"name":"WEBHBASE"},
{"name":"AMBARI"}
]
}
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)