You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/11/07 20:09:00 UTC

[jira] [Updated] (KNOX-1425) UI Changes to include dispatch element in topology

     [ https://issues.apache.org/jira/browse/KNOX-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Risden updated KNOX-1425:
-------------------------------
    Fix Version/s:     (was: 1.2.0)
                   1.3.0

> UI Changes to include dispatch element in topology 
> ---------------------------------------------------
>
>                 Key: KNOX-1425
>                 URL: https://issues.apache.org/jira/browse/KNOX-1425
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: AdminUI
>            Reporter: Sandeep More
>            Priority: Major
>             Fix For: 1.3.0
>
>
> As part of KNOX-1339 cloud federation, now topology element contains a dispatch element and Admin UI needs to be updated to take that into account.
> {code:java}
> <topology>
>     <gateway>
>         <provider> 
>         ...
>         </provider>
>         ...
>         <dispatch>
>             <contributor-name> </contributor-name>
>             <ha-contributor-name> </ha-contributor-name>            
>             <classname>org.apache.hadoop.gateway.hbase.HBaseDispatch</classname>
>             <ha-classname> </ha-classname>
>             <http-client-factory> </http-client-factory>
>             <use-two-way-ssl> </use-two-way-ssl>
>         </dispatch>
>         ....
>      </gateway>
> </topology>
> {code}



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