-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25449/
-----------------------------------------------------------
(Updated Sept. 8, 2014, 7:01 p.m.)
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 (updated)
-------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Views ...................................... SUCCESS [8.234s]
[INFO] Ambari Server ..................................... SUCCESS [17:14.050s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:23.043s
[INFO] Finished at: Mon Sep 08 21:42:50 FET 2014
[INFO] Final Memory: 24M/368M
[INFO] ------------------------------------------------------------------------
Thanks,
Dmitro Lisnichenko