Created 02-22-2018 05:06 PM
I need to whitelist the below parameter, so that user can use it on demand
disable.quoting.for.sv
Is there any impact on adding this paramter in whitellist ?
Created 02-22-2018 08:31 PM
@suresh krish Is that property listed in "hive.conf.restricted.list" ?
Created 02-22-2018 09:20 PM
It is not listed
hive.security.authenticator.manager,hive.security.authorization.manager,hive.users.in.admin.role hive.security.authorization.enabled,hive.security.authorization.manager,hive.security.authenticator.manager
Created 02-26-2018 10:43 PM
There won't be any problem in adding 'disable.quoting.for.sv' to whitelist. Did you try setting system parameter at runtime and executing your query?
beeline -u 'jdbc:hive2://localhost:10000/' --outputformat=csv2 -e 'set system:disable.quoting.for.sv=false; <query>'