[
https://issues.apache.org/jira/browse/KNOX-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095729#comment-17095729
]
ASF subversion and git services commented on KNOX-2365:
-------------------------------------------------------
Commit ce810ac229c9ce4d4439a3d8404e812d7bd6b648 in knox's branch
refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=ce810ac ]
KNOX-2365 - Knox parses shared provider configuration from Hadoop XML type
configuration files (#330)
Main changes in this commit:
- implemented a language that Knox understands when parsing shared provider
configuration(s) in Haddop XML type descriptors
- XML/JSON provider configurations are moved out to their own classes from
ProviderConfigurationParser
- XML/JSON provider configuration classes implement hashCode/equals properly
- XML/JSON provider classes implement Comparable (based on a predefined
provider order) as well as fixing the order of fields and alphabetical order
withing parameters when serializing
- changed the separator in Hadoop XML type descriptors from semicolon (;) to
hash (#) to conform new requirements
- shared providers that are generated using this framework are read-only on
Admimn UI
- end-users can modify/remove any parameters in a provider w/o touching others
> Let end-users manage (CRUD) shared-providers using the Hadoop Style XML
> framework
> ---------------------------------------------------------------------------------
>
> Key: KNOX-2365
> URL: https://issues.apache.org/jira/browse/KNOX-2365
> Project: Apache Knox
> Issue Type: New Feature
> Affects Versions: 1.4.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 1.5.0
>
>
> With KNOX-2160, end-users are allowed to lay down Knox descriptors using a
> Hadoop Style XML file by implementing some language elements defined in that
> JIRA.
> This framework should be extended to allow end-users to lay down Knox shared
> providers too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)