[
https://issues.apache.org/jira/browse/HIVE-14073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347100#comment-15347100
]
Sergey Shelukhin commented on HIVE-14073:
-----------------------------------------
Here they are. 2 IO settings (perhaps we should a separate one to skip cache),
hosts, and a bunch of compile time settings, mostly related to decider.
{noformat}
"hive.llap.io.enabled", null,
"hive.llap.io.use.fileid.path", true,
"hive.llap.daemon.service.hosts", null,
"hive.llap.execution.mode", "none",
"hive.llap.auto.allow.uber", false,
"hive.llap.auto.enforce.tree", true,
"hive.llap.auto.enforce.vectorized", true,
"hive.llap.auto.enforce.stats", true,
"hive.llap.auto.max.input.size", 10*1024*1024*1024L,
"hive.llap.auto.max.output.size", 1*1024*1024*1024L,
"hive.llap.skip.compile.udf.check", false,
"hive.llap.client.consistent.splits", false,
"hive.llap.enable.grace.join.in.llap", false,
"hive.llap.allow.permanent.fns", true,
{noformat}
> update config whiltelist for sql std authorization
> ---------------------------------------------------
>
> Key: HIVE-14073
> URL: https://issues.apache.org/jira/browse/HIVE-14073
> Project: Hive
> Issue Type: Bug
> Components: Security, SQLStandardAuthorization
> Affects Versions: 2.1.0
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
>
> New configs that should go in security whitelist have been added. Whitelist
> needs updating.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)