-
Notifications
You must be signed in to change notification settings - Fork 335
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
[Improvement] remove iceberg runtime form spark connector jar #3396
Labels
Comments
FANNG1
changed the title
[Improvement] remove iceberg runtime form spark connector
[Improvement] remove iceberg runtime form spark connector jar
May 15, 2024
jerryshao
pushed a commit
that referenced
this issue
May 24, 2024
…ector jar (#3539) ### What changes were proposed in this pull request? remove iceberg runtime from spark-connector jar ### Why are the changes needed? Fix: #3396 ### Does this PR introduce _any_ user-facing change? yes add document ### How was this patch tested? set `enableIcebergSupport` == true, could use Iceberg catalog with extra iceberg-runtime jars. had tested iceberg 1.4,1.3,1.5 jars not set `enableIcebergSupport`, could only use hive catalog.
github-actions bot
pushed a commit
that referenced
this issue
May 24, 2024
…ector jar (#3539) ### What changes were proposed in this pull request? remove iceberg runtime from spark-connector jar ### Why are the changes needed? Fix: #3396 ### Does this PR introduce _any_ user-facing change? yes add document ### How was this patch tested? set `enableIcebergSupport` == true, could use Iceberg catalog with extra iceberg-runtime jars. had tested iceberg 1.4,1.3,1.5 jars not set `enableIcebergSupport`, could only use hive catalog.
qqqttt123
pushed a commit
that referenced
this issue
May 24, 2024
…ector jar (#3553) ### What changes were proposed in this pull request? remove iceberg runtime from spark-connector jar ### Why are the changes needed? Fix: #3396 ### Does this PR introduce _any_ user-facing change? yes add document ### How was this patch tested? set `enableIcebergSupport` == true, could use Iceberg catalog with extra iceberg-runtime jars. had tested iceberg 1.4,1.3,1.5 jars not set `enableIcebergSupport`, could only use hive catalog. Co-authored-by: FANNG <xiaojing@datastrato.com>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…k-connector jar (apache#3539) ### What changes were proposed in this pull request? remove iceberg runtime from spark-connector jar ### Why are the changes needed? Fix: apache#3396 ### Does this PR introduce _any_ user-facing change? yes add document ### How was this patch tested? set `enableIcebergSupport` == true, could use Iceberg catalog with extra iceberg-runtime jars. had tested iceberg 1.4,1.3,1.5 jars not set `enableIcebergSupport`, could only use hive catalog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What would you like to be improved?
remove iceberg runtime from spark connector jar. because for specific spark versions there are multi Iceberg runtimes , like 1.5,1.4, different user may use different versions.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: