Madhan Neethiraj created RANGER-346:
---------------------------------------
Summary: Service-def files update to use map for *Options fields,
instead of a string with custom format
Key: RANGER-346
URL: https://issues.apache.org/jira/browse/RANGER-346
Project: Ranger
Issue Type: Bug
Components: admin
Affects Versions: 0.5.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Currently the embedded service-def JSON files use string field, with a custom
format, to specify name-value pairs in the following fields:
- matcherOptions
- evaluatorOptions
- enricherOptions
To be consistent with JSON, these fields need to be updated to use Map.
In addition:
- the resource-levels are specified as "1", "2", "3". To enable easier
addition of resources, it will be better to use values "10", "20", 30"
- fix misspelled option 'pathSeperatorChar' to 'pathSeparatorChar'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)