Repository: ambari Updated Branches: refs/heads/trunk 37af1a64f -> 5b69bea27
AMBARI-8197. Configs: hive.server2.authentication=NOSASL.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5b69bea2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5b69bea2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5b69bea2 Branch: refs/heads/trunk Commit: 5b69bea270767f8ff71d0e8faa1b00e352408da4 Parents: 37af1a6 Author: Vitaly Brodetskyi <[email protected]> Authored: Fri Nov 7 13:07:22 2014 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Fri Nov 7 13:07:22 2014 +0200 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5b69bea2/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index 2538823..7fea48d 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -838,6 +838,13 @@ limitations under the License. are specified. </description> </property> + + <property> + <name>hive.server2.authentication</name> + <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description> + <value>NONE</value> + </property> + <property> <name>hive.server2.authentication.spnego.principal</name> <value>/etc/security/keytabs/spnego.service.keytab</value>
