GitHub user robertamarton opened a pull request:
https://github.com/apache/incubator-trafodion/pull/957
TRAFODION-2441 user has only select privilege on a table can do ...
TRAFODION-2409 support privilege control(column privileges) for hive tables
TRAFODION-2423 any user can perform 'initialize trafodion, drop'
TRAFODION-2435 Any user can perform TRUNCATE on native Hive tables.
TRAFODION-2463 Hive: Any user can do update statistics for hive tables
Fixed issues found while testing privileges with native Hive.
TRAFODION-2441:
changed code that initializes owner privileges for views.
TRAFODION-2409:
returning error message 1328 during attempt to grant unsupported column level
privilege on hive table.
TRAFODION 2423:
added privilege checks for all initialize commands, error 1017 is returned if
not DB__ROOT
TRAFODION-2435:
Returning error 1051 if TRUNCATE is attempted on a hive table where the
current user has no privilege
TRAFODION-2463:
Privilege checks added for Hive table during update statistics
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertamarton/incubator-trafodion jira-2409
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/957.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 #957
----
commit db14e3922cb2d0722d0885f5c248cac2af2b904d
Author: Roberta Marton <rmarton@edev07.esgyn.local>
Date: 2017-02-13T23:20:54Z
TRAFODION-2441 user has only select privilege on a table can do ...
TRAFODION-2409 support privilege control(column privileges) for hive tables
TRAFODION-2423 any user can perform 'initialize trafodion, drop'
TRAFODION-2435 Any user can perform TRUNCATE on native Hive tables.
TRAFODION-2463 Hive: Any user can do update statistics for hive tables
Fixed issues found while testing privileges with native Hive.
TRAFODION-2441:
changed code that initializes owner privileges for views.
TRAFODION-2409:
returning error message 1328 during attempt to grant unsupported column level
privilege on hive table.
TRAFODION 2423:
added privilege checks for all initialize commands, error 1017 is returned if
not DB__ROOT
TRAFODION-2435:
Returning error 1051 if TRUNCATE is attempted on a hive table where the
current user has no privilege
TRAFODION-2463:
Privilege checks added for Hive table during update statistics
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|