Skip to content

Storage branch 2.6 #3153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 406 commits into from
Closed

Storage branch 2.6 #3153

wants to merge 406 commits into from

Conversation

snir-upstream
Copy link

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

sershe-apache and others added 30 commits March 16, 2018 11:06
…y Shelukhin, reviewed by Prasanth Jayachandran)
…cy (Sergey Shelukhin, reviewed by Gopal Vijayaraghavan)
…ouguerra via Prasanth J)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…ajós via Zoltan Haindrich, Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
… table cache and make prewarm non-blocking (Vaibhav Gumashta reviewed by Daniel Dai, Alexander Kolbasov)
…eck for consistency (Sergey Shelukhin, reviewed by Prasanth Jayachandran)
…ta Kuczora, reviewed by Sahil Takiar and Peter Vary)
…partitions (Marta Kuczora, reviewed by Adam Szita, Peter Vary)
… HBase table (Oleksiy Sayankin, reviewed by Ashutosh Chauhan and Yongzhi Chen)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…submitting MR job (Daniel Voros via Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…a Vineet Garg, Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…lukhin, reviewed by Prasanth Jayachandran)
…ition key names (Chinna Rao L via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…zora, reviewed by Sahil Takiar, Alexander Kolbasov and Peter Vary)
…amacho Rodriguez, reviewed by Ashutosh Chauhan)
…iewed by Prasanth Jayachandran)

Signed-off-by: Owen O'Malley <omalley@apache.org>
This reverts commit 2bb0941.
…an be started on the same machine (Peter Vary, reviewed by Sahil Takiar)
…et schema version (Alan Gates, reviewed by Thejas Nair)
ekoifman and others added 27 commits April 24, 2018 11:31
…ugene Koifman, reviewed by Prasanth Jayachandran)
…tioned table when INSERT INTO and INSERT OVERWRITE are used (Steve Yeom via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…V via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…torage handler tables (Jonathan Doron, reviewed by Jesus Camacho Rodriguez)

Close #288
…aindrich reviewed by Ashutosh Chauhan)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…rectly (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich, Vihang Karajgaonkar)
…transactional tables (Steve Yeom, reviewed by Sergey Shelukhin)
…gey Shelukhin, reviewed by Prasanth Jayachandran)
…onstraint failing (Vineet Garg, reviewed by Ashutosh Chauhan)
…onsistently (Vaibhav Gumashta reviewed by Daniel Dai)
…client because the tasks don't set exception when they fail (Aihua Xu, reviewed by Sahil Takiar)
…aNucleus if the table contains large number of columns (Aihua Xu, reviewed by Yongzhi Chen)
…n via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
Signed-off-by: Owen O'Malley <omalley@apache.org>
…ring prewarm (Vaibhav Gumashta reviewed by Thejas Nair)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan) (addendum)
…Shelukhin, reviewed by Eugene Koifman and Gopal Vijayaraghavan)
…appan, reviewed by Mahesh Kumar Behera, Thejas M Nair)
aiizichen pushed a commit to aiizichen/hive that referenced this pull request Apr 12, 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)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.