-
Notifications
You must be signed in to change notification settings - Fork 319
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
[Subtask] [spark-connector] support passing catalog properties to spark connector #3292
Closed
Tracked by
#1227
Comments
23 tasks
Which properties should passed to the spark connector?
@jerryshao @qqqttt123 WDYT? |
jerryshao
pushed a commit
that referenced
this issue
May 13, 2024
… spark connector (#3270) ### What changes were proposed in this pull request? 1. passing Gravitino catalog properties with `spark.bypass.` prefix to spark connector 2. refactor the catalog properties transform logic. ### Why are the changes needed? Fix: #3292 ### Does this PR introduce _any_ user-facing change? yes, add document ### How was this patch tested? 1. add UT 3. test in local envriment
github-actions bot
pushed a commit
that referenced
this issue
May 13, 2024
… spark connector (#3270) ### What changes were proposed in this pull request? 1. passing Gravitino catalog properties with `spark.bypass.` prefix to spark connector 2. refactor the catalog properties transform logic. ### Why are the changes needed? Fix: #3292 ### Does this PR introduce _any_ user-facing change? yes, add document ### How was this patch tested? 1. add UT 3. test in local envriment
using |
FANNG1
added a commit
that referenced
this issue
May 13, 2024
… spark connector (#3358) ### What changes were proposed in this pull request? 1. passing Gravitino catalog properties with `spark.bypass.` prefix to spark connector 2. refactor the catalog properties transform logic. ### Why are the changes needed? Fix: #3292 ### Does this PR introduce _any_ user-facing change? yes, add document ### How was this patch tested? 1. add UT 3. test in local envriment Co-authored-by: FANNG <xiaojing@datastrato.com>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…ies to spark connector (apache#3270) ### What changes were proposed in this pull request? 1. passing Gravitino catalog properties with `spark.bypass.` prefix to spark connector 2. refactor the catalog properties transform logic. ### Why are the changes needed? Fix: apache#3292 ### Does this PR introduce _any_ user-facing change? yes, add document ### How was this patch tested? 1. add UT 3. test in local envriment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
To fix #3181 , we should allow user to pass catalog properties to spark connector, like
spark.sql.hive.metastore.jars
Parent issue
#1227
The text was updated successfully, but these errors were encountered: