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

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

Mugdha Varadkar created RANGER-2326:
---------------------------------------

             Summary: 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
             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)