You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "J.Andreina (JIRA)" <ji...@apache.org> on 2018/02/12 19:21:00 UTC

[jira] [Created] (KNOX-1181) Service Discovery feature should be enabled for RANGER service

J.Andreina created KNOX-1181:
--------------------------------

             Summary: Service Discovery feature should be enabled for RANGER service
                 Key: KNOX-1181
                 URL: https://issues.apache.org/jira/browse/KNOX-1181
             Project: Apache Knox
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: J.Andreina
             Fix For: 0.14.0


Feature : Service Discovery

When Service Ranger is added to descriptor (sample.json) as below , generated topology file (<gateway_home>/conf/topology/sample.xml)does not have the Ranger service

sample.json:

============

{noformat}
{
 "discovery-address":"http://gateway_host:8080",
 "provider-config-ref":"ha_providers",
 "cluster":"cl1",
 "services":[
 \{"name":"WEBHDFS"},
 \{"name":"WEBHBASE"},
 \{"name":"RANGER"}
 ]
}
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)