Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0AFDF200BF4 for ; Fri, 2 Dec 2016 02:06:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 09B0A160B0B; Fri, 2 Dec 2016 01:06:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C2EC160B10 for ; Fri, 2 Dec 2016 02:06:00 +0100 (CET) Received: (qmail 56824 invoked by uid 500); 2 Dec 2016 01:05:59 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 56518 invoked by uid 99); 2 Dec 2016 01:05:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 01:05:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5B7B92C2A6D for ; Fri, 2 Dec 2016 01:05:59 +0000 (UTC) Date: Fri, 2 Dec 2016 01:05:59 +0000 (UTC) From: "Swapan Shridhar (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-19060) Update the HiveServer config values if Security Authorization chosen is None. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Dec 2016 01:06:01 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapan Shridhar updated AMBARI-19060: ------------------------------------- Attachment: AMBARI-19060.patch > Update the HiveServer config values if Security Authorization chosen is None. > ----------------------------------------------------------------------------- > > Key: AMBARI-19060 > URL: https://issues.apache.org/jira/browse/AMBARI-19060 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.1 > Reporter: Swapan Shridhar > Assignee: Swapan Shridhar > Fix For: 2.5.0 > > Attachments: AMBARI-19060.patch > > > - When hive-env/hive_security_authorization chosen value is None. > - Following configs should be set as: > *"hive.server2.enable.doAs"* = "true" > *"hive.security.authorization.enabled"* = "false", and > - Following configs should be deleted > *"hive.security.authorization.manager"* > *"hive.security.authenticator.manager"* > *"hive.conf.restricted.list"* > Also, if *hive-env/hive_security_authorization* is selected as *'sqlstdauth'* or *'ranger'*, the following configs should be set as: > - "hive.conf.restricted.list" = "hive.security.authenticator.manager,hive.security.authorization.manager,hive.security.metastore.authorization.manager, hive.security.metastore.authenticator.manager,hive.users.in.admin.role,hive.server2.xsrf.filter.enabled,hive.security.authorization.enabled" -- This message was sent by Atlassian JIRA (v6.3.4#6332)