You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2017/04/25 02:02:04 UTC

[jira] [Resolved] (RANGER-1536) Error information in the printed logs

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

Qiang Zhang resolved RANGER-1536.
---------------------------------
    Resolution: Fixed

> Error information in the printed logs
> -------------------------------------
>
>                 Key: RANGER-1536
>                 URL: https://issues.apache.org/jira/browse/RANGER-1536
>             Project: Ranger
>          Issue Type: Bug
>          Components: Ranger
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Minor
>              Labels: patch
>             Fix For: 1.0.0
>
>
> {code}
> if(StringUtils.isEmpty(nameRules)){
> 	if(LOG.isDebugEnabled()){
> 		LOG.debug("Name is empty. Setting Name Rule as 'DEFAULT'");
> 	 }
> 	nameRules = DEFAULT_NAME_RULE;
> }
> {code}
> we should change "Name is empty. Setting Name Rule as 'DEFAULT'" to "Name Rule is empty. Setting Name Rule as 'DEFAULT'"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)