Skip to content
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

hive iceberg #9094

Open
luxl6 opened this issue Nov 16, 2023 · 4 comments
Open

hive iceberg #9094

luxl6 opened this issue Nov 16, 2023 · 4 comments
Labels

Comments

@luxl6
Copy link

luxl6 commented Nov 16, 2023

Query engine

hive

Question

Hive creates an iceberg table and inserts data, but the data is in a temporary table and cannot be found in the created table. How does the data need to be migrated

@pvary
Copy link
Contributor

pvary commented Nov 16, 2023

I would guess that you are using Hive 3.1.x, and using Tez execution engine.

Either use Hive 4.0.0 (with the embedded Iceberg), or use Hive 3.1.x with MR for write, and Tez for read.
See the supported configurations on https://iceberg.apache.org/docs/latest/hive/#feature-support

@luxl6
Copy link
Author

luxl6 commented Nov 17, 2023

Hello, I am using hive in CDH, version 2.1.1. Does it not support iceberg?? Writing data is in the temporary table, and data migration is not feasible. It has been in the temporary table for a long time

@pvary
Copy link
Contributor

pvary commented Nov 21, 2023

In this case you should ask your vendor. A year ago, CDH did not support Iceberg tables.

Copy link

github-actions bot commented Oct 3, 2024

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

@github-actions github-actions bot added the stale label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants