HIVE-25131: PreAlterPartitionEvent should have table owner details that can be authorized in Ranger#2449
Closed
saihemanth-cloudera wants to merge 2 commits intoapache:masterfrom
Closed
Conversation
…at can be authorized in Ranger
37f6c7d to
be5f41c
Compare
nrg4878
approved these changes
Jul 9, 2021
Contributor
nrg4878
left a comment
There was a problem hiding this comment.
Change looks good to me. This has been reviewed in another PR. rebase caused conflicts that a new PR was created.
Contributor
|
fix has been pushed to master. Please close the PR. Thanks |
yoreyuan
pushed a commit
to yoreyuan/hive
that referenced
this pull request
Jul 11, 2021
…(Peter Vary reviewed by Laszlo Pinter and Marton Bod) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Push Iceberg table property values to HMS table properties (apache#2123) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Use default client pool size from CatalogProperties (apache#2180) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: removed Iceberg props should be removed from HMS table props too (apache#2252) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Refactor HiveCatalog and HiveClientPool constructors (apache#2203) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Core/Hive: Introduce total-files-size snapshot metric and populate HMS (apache#2329) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix broken TestHiveClientPool (apache#2350) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Remove unnecessary SerializationUtil.serializeToBase64 from HiveIcebergStorageHandler.overlayTableProperties (apache#2340) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Don't delete files when commit state is unknown (apache#2328) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Use HiveClientPool cache instead of HiveCatalog global cache. (apache#2325) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Implement multi-table inserts (apache#2228) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Core: Fix circular default call in BaseMetastoreCatalog (apache#2368) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - AWS: handle uncertain catalog state for glue (apache#2402) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Synchronize equivalent HMS and Iceberg properties (apache#2407) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Configure catalog type on table level. (apache#2129) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Capitalize write format value when creating writer (apache#2449) * HIVE-25015: Port Iceberg unreleased Hive fixes to the iceberg module Source Iceberg PR - Hive: Add timeout for TestHiveIcebergStorageHandlerWithEngine tests (apache#2448)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Added owner information in the PreAlterPartition Event.
Why are the changes needed?
This can be used in Ranger/sentry to authorize alter partition query using OWNER policy
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Local machine, Remote cluster