You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ramesh Mani (JIRA)" <ji...@apache.org> on 2019/01/28 23:53:00 UTC

[jira] [Commented] (RANGER-2326) zoneName field is getting added with type "boolean" in Ranger Solr schema

    [ https://issues.apache.org/jira/browse/RANGER-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754451#comment-16754451 ] 

Ramesh Mani commented on RANGER-2326:
-------------------------------------

[~mugdha.varadkar] Managed-schema should be updated as part of upgrade to Ranger 2.0, new install should not have this issue. We can provide a script to update and document what has to be done.

> zoneName field is getting added with type "boolean" in Ranger Solr schema
> -------------------------------------------------------------------------
>
>                 Key: RANGER-2326
>                 URL: https://issues.apache.org/jira/browse/RANGER-2326
>             Project: Ranger
>          Issue Type: Bug
>          Components: Ranger
>    Affects Versions: 2.0.0
>            Reporter: Mugdha Varadkar
>            Assignee: Ramesh Mani
>            Priority: Major
>             Fix For: 2.0.0
>
>
> After upgrade to latest ranger master code having zone feature, below {{zoneName}} field gets added to manage-schema.
> {code:java}
> <field name="zoneName" type="boolean"/>{code}
>  Because of this audit logs having {{zoneName}} value is getting set as "false".
>   
>  To get the actual value of the {{zoneName}} in audit logs, Need to manually uploaded the manage-schema having the expected field as below,
> {code:java}
> <field name="zoneName" type="key_lower_case" multiValued="false"/>{code}



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