Dmitry Lysnichenko created AMBARI-12854:
-------------------------------------------
Summary: Stack Advisor doesn't propose
hive.security.authorization.enabled set to true when
hive_security_authorization is none
Key: AMBARI-12854
URL: https://issues.apache.org/jira/browse/AMBARI-12854
Project: Ambari
Issue Type: Bug
Affects Versions: 2.1.1
Reporter: Dmitry Lysnichenko
Assignee: Dmitry Lysnichenko
Fix For: 2.1.2
We set {{hive.security.authorization.enabled}} to false for {{hive-site}} , but
ignore {{hiveserver2-site}}
[code|https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py#L380-L393]
But when {{hive_security_authorization}} is not set to none, we propose
{{hive.security.authorization.enabled=true}} for {{hiveserver2-site}}
[code|https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py#L406-L418]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)