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/22 08:01:04 UTC

[jira] [Updated] (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 updated RANGER-1536:
--------------------------------
    Description: 
{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'"

> Error information in the printed logs
> -------------------------------------
>
>                 Key: RANGER-1536
>                 URL: https://issues.apache.org/jira/browse/RANGER-1536
>             Project: Ranger
>          Issue Type: Improvement
>          Components: Ranger
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Minor
>              Labels: patch
>
> {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)