HIVE-25341. Reduce FileSystem calls in case drop database cascade.#2491
Merged
rbalamohan merged 2 commits intoapache:masterfrom Aug 5, 2021
Merged
HIVE-25341. Reduce FileSystem calls in case drop database cascade.#2491rbalamohan merged 2 commits intoapache:masterfrom
rbalamohan merged 2 commits intoapache:masterfrom
Conversation
Contributor
|
+1 |
pvary
pushed a commit
to pvary/hive
that referenced
this pull request
Oct 13, 2021
Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491)
pvary
pushed a commit
to pvary/hive
that referenced
this pull request
Oct 20, 2021
Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491)
pvary
pushed a commit
that referenced
this pull request
Oct 22, 2021
* HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Add table-level JVM lock on commits (#2547) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (#2491) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Improve code style (#2641) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Style: Delete blank line of CachedClientPool.java (#2787) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix some message typos in HiveCatalog: Matastore => Metastore (#2950) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix toString NPE with recommended constructor (#3021) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Upgrade to Gradle 7.x (#2826) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata delete fails (#3264) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Doc: refactor Hive documentation with catalog loading examples (#2544) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: unify catalog experience across engines (#2565) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Add HadoopConfigurable interface to serialize custom FileIO (#2678) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Move Assert.assertTrue(..) instance checks to AssertJ assertions (#2756) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Support multiple specs in OutputFileFactory (#2858) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Use SerializableTable in IcebergSplit (#2988) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Fix exception exception message in IcebergInputFormat (#3153) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Data: Fix equality deletes with date/time types (#3135) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne UnnecessarilyQualified warnings (#3262) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne NewHashMapInt warnings (#3260) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Fail if both Catalog type and catalog-impl are configured (#3162) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Support imported data in InputFormat using name mapping (#3312) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalog initialization without Configuration (#3252) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Switch to RetryingHMSClient (allows configuration of retryDelays and retries) (#3099) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalogs.hiveCatalog method for default catalogs (#3338)
HarshitGupta11
pushed a commit
to HarshitGupta11/hive
that referenced
this pull request
Dec 12, 2021
* HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Add table-level JVM lock on commits (apache#2547) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Improve code style (apache#2641) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Style: Delete blank line of CachedClientPool.java (apache#2787) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix some message typos in HiveCatalog: Matastore => Metastore (apache#2950) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix toString NPE with recommended constructor (apache#3021) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Upgrade to Gradle 7.x (apache#2826) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata delete fails (apache#3264) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Doc: refactor Hive documentation with catalog loading examples (apache#2544) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: unify catalog experience across engines (apache#2565) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Add HadoopConfigurable interface to serialize custom FileIO (apache#2678) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Move Assert.assertTrue(..) instance checks to AssertJ assertions (apache#2756) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Support multiple specs in OutputFileFactory (apache#2858) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Use SerializableTable in IcebergSplit (apache#2988) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Fix exception exception message in IcebergInputFormat (apache#3153) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Data: Fix equality deletes with date/time types (apache#3135) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne UnnecessarilyQualified warnings (apache#3262) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne NewHashMapInt warnings (apache#3260) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Fail if both Catalog type and catalog-impl are configured (apache#3162) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Support imported data in InputFormat using name mapping (apache#3312) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalog initialization without Configuration (apache#3252) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Switch to RetryingHMSClient (allows configuration of retryDelays and retries) (apache#3099) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalogs.hiveCatalog method for default catalogs (apache#3338)
dengzhhu653
pushed a commit
to dengzhhu653/hive
that referenced
this pull request
Dec 15, 2022
…pache#2491) * HIVE-25341. Reduce FileSystem calls in case drop database cascade. * Add check for managed table.
dengzhhu653
pushed a commit
to dengzhhu653/hive
that referenced
this pull request
Dec 15, 2022
* HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Add table-level JVM lock on commits (apache#2547) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Improve code style (apache#2641) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Style: Delete blank line of CachedClientPool.java (apache#2787) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix some message typos in HiveCatalog: Matastore => Metastore (apache#2950) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix toString NPE with recommended constructor (apache#3021) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Upgrade to Gradle 7.x (apache#2826) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata delete fails (apache#3264) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Doc: refactor Hive documentation with catalog loading examples (apache#2544) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: unify catalog experience across engines (apache#2565) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Add HadoopConfigurable interface to serialize custom FileIO (apache#2678) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Move Assert.assertTrue(..) instance checks to AssertJ assertions (apache#2756) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Support multiple specs in OutputFileFactory (apache#2858) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Use SerializableTable in IcebergSplit (apache#2988) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Fix exception exception message in IcebergInputFormat (apache#3153) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Data: Fix equality deletes with date/time types (apache#3135) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne UnnecessarilyQualified warnings (apache#3262) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne NewHashMapInt warnings (apache#3260) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Fail if both Catalog type and catalog-impl are configured (apache#3162) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Support imported data in InputFormat using name mapping (apache#3312) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalog initialization without Configuration (apache#3252) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Switch to RetryingHMSClient (allows configuration of retryDelays and retries) (apache#3099) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalogs.hiveCatalog method for default catalogs (apache#3338)
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.
No description provided.