-
Notifications
You must be signed in to change notification settings - Fork 3k
Add Java 11 support #602
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
Closed
Add Java 11 support #602
Conversation
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
Contributor
Author
|
For local testing I was thinking of building a Docker container which spins up a Hive metastore. This will also enable you to actually create tables locally. We could use the same docker container for running the hive tests, so we don't have to run an in-process hive metastore and this would solve the problem as well. WDYT @rdblue ? |
Contributor
Author
|
Closed this one in favor of #577 |
szehon-ho
pushed a commit
to szehon-ho/iceberg
that referenced
this pull request
Aug 3, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Oct 31, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 1, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 3, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 7, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 8, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 9, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 14, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 14, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 17, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 18, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Nov 30, 2022
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
haizhou-zhao
pushed a commit
to haizhou-zhao/iceberg
that referenced
this pull request
Feb 23, 2023
…tion (apache#602) AWS Kms based Kms Client Implementation for envelope encryption
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.
Looks like there are issues with older versions of Hive which use Datanucleus 3.x:
We're using them in our testdependencies. https://github.com/apache/incubator-iceberg/blob/master/versions.props#L19-L20
It looks like for Spark, they've disabled the tests:
cenyuhai/spark@58cc0df
Also Spark 2.x Hive is on Datanucleaus 3.x: https://mvnrepository.com/artifact/org.apache.spark/spark-hive_2.12/2.4.4