[
https://issues.apache.org/jira/browse/IMPALA-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Balazs Jeszenszky updated IMPALA-8601:
--------------------------------------
Description:
https://github.com/cloudera/Impala/blob/cdh6.2.0/be/src/common/init.cc#L224-L228
just checks if there is a file configured or not. This results in startup
failures for practically empty redaction rule files, like this one emitted by
CM on an empty redaction rule configuration:
{code}
{
"version": 1,
"rules": []
}
{code}
was:
https://github.com/cloudera/Impala/blob/cdh6.2.0/be/src/common/init.cc#L224-L228
just checks if the file is empty or not. This results in startup failures for
practically empty redaction rule files, like this one emitted by CM on an empty
redaction rule configuration:
{code}
{
"version": 1,
"rules": []
}
{code}
> Validate redaction rules before checking against glog_v=3
> ---------------------------------------------------------
>
> Key: IMPALA-8601
> URL: https://issues.apache.org/jira/browse/IMPALA-8601
> Project: IMPALA
> Issue Type: Improvement
> Components: Backend
> Reporter: Balazs Jeszenszky
> Priority: Minor
>
> https://github.com/cloudera/Impala/blob/cdh6.2.0/be/src/common/init.cc#L224-L228
> just checks if there is a file configured or not. This results in startup
> failures for practically empty redaction rule files, like this one emitted by
> CM on an empty redaction rule configuration:
> {code}
> {
> "version": 1,
> "rules": []
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]