Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
When we try to set tez.task-specific configs at runtime, it doesn't allow it
: jdbc:hive2://localhost:10000> set tez.task-specific.launch.cmd-opts.list="Map 1[0]"; Error: Error while processing statement: Cannot modify tez.task-specific.launch.cmd-opts.list at runtime. It is not in list of params that are allowed to be modified at runtime (state=42000,code=1)
Putting this in whitelist will help to debug tez query easily otherwise, admin has to add the regex in hive.security.authorization.sqlstd.confwhitelist.append config in Ambari UI and restart the HS2 process.
Attachments
Issue Links
- links to