You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/02/22 01:18:19 UTC

[jira] [Created] (HIVE-6484) HiveServer2 doAs should be session aware both for secured and unsecured session implementation.

Vaibhav Gumashta created HIVE-6484:
--------------------------------------

             Summary: HiveServer2 doAs should be session aware both for secured and unsecured session implementation.
                 Key: HIVE-6484
                 URL: https://issues.apache.org/jira/browse/HIVE-6484
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2
    Affects Versions: 0.13.0
            Reporter: Vaibhav Gumashta
            Assignee: Vaibhav Gumashta
             Fix For: 0.13.0


Currently in unsecured case, the doAs is performed by decorating TProcessor.process method. This has been causing cleanup issues as we end up creating a new clientUgi for each request rather than for each session. This also cleans up the code.

[~thejas] Probably you can add more if you've seen other issues related to this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)