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 <rajkrrsingh@...>
Date: 2018-06-12T22:02:41Z
HIVE-19831: Hiveserver2 should skip doAuth checks for CREATE DATABASE/TABLE
if database/table already exists
----
---