You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/10/14 14:02:34 UTC

[jira] [Created] (AMBARI-7773) Change default config of HiveServer2

Dmitry Lysnichenko created AMBARI-7773:
------------------------------------------

             Summary: Change default config of HiveServer2
                 Key: AMBARI-7773
                 URL: https://issues.apache.org/jira/browse/AMBARI-7773
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 1.6.0
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 1.7.0


In order to use HS2 in multiuser environment (hue and dataworker in the future), need to make next settings for hive by default:
hive.server2.enable.impersonation=true
hive.server2.enable.doAs=true
These settings doesn't violate any security concerns, they only to make able HiveServer2 work with proxyuser mechanism, like other services in the stack.
The following setting should also be made in order for thrift clients (i.e. Hue) to function properly.
"hive.server2.authentication": "NOSASL"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)