-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25449/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-7206
https://issues.apache.org/jira/browse/AMBARI-7206
Repository: ambari
Description
-------
hive-site.xml should set
hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactory
and also remove this configuration parameter from the hive commandline option.
This is important for being able to access tables created from hive commandline
from the JDBC, when the SQL standard authorization is enabled on HiveServer2.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
8206a6a
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
9057fbe
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/startHiveserver2.sh.j2
a8fe21c
ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml
8b4f065
ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
9beb715
Diff: https://reviews.apache.org/r/25449/diff/
Testing
-------
is going on
Thanks,
Dmitro Lisnichenko