You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by rajkrrsingh <gi...@git.apache.org> on 2018/06/12 22:05:23 UTC

[GitHub] hive pull request #372: HIVE-19831: Hiveserver2 should skip doAuth checks fo...

GitHub user rajkrrsingh opened a pull request:

    https://github.com/apache/hive/pull/372

    HIVE-19831: Hiveserver2 should skip doAuth checks for CREATE DATABASE…

    Hiveserver2 should skip doAuth checks for CREATE DATABASE/TABLE if database/table already exists.
    the proposed change will skip the authorization check if the database is already exists.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajkrrsingh/hive HIVE-19831

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/372.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #372
    
----
commit f62c4bbaf9d3bdfd762492fc3fc49772ce8b625a
Author: Rajkumar singh <ra...@...>
Date:   2018-06-12T22:02:41Z

    HIVE-19831: Hiveserver2 should skip doAuth checks for CREATE DATABASE/TABLE if database/table already exists

----


---