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

[Subtask] [flink-connector] Support GravitinoCatalogStore to register the catalog #3362

Closed
Tracked by #1354
coolderli opened this issue May 13, 2024 · 2 comments · Fixed by #2635
Closed
Tracked by #1354

[Subtask] [flink-connector] Support GravitinoCatalogStore to register the catalog #3362

coolderli opened this issue May 13, 2024 · 2 comments · Fixed by #2635
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@coolderli
Copy link
Contributor

Describe the subtask

Flink introduces CatalogStore to register catalogs in Flink. In this issue, we will implement GravitinoCatalogStore to register the catalog.

  1. https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/table/catalogs/#catalog-store.

  2. https://cwiki.apache.org/confluence/display/FLINK/FLIP-295%3A+Support+lazy+initialization+of+catalogs+and+persistence+of+catalog+configurations

Parent issue

#1354

@coolderli coolderli added the subtask Subtasks of umbrella issue label May 13, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 13, 2024
@coolderli coolderli changed the title [Subtask] Support GravitinoCatalogStore to register the catalog [Subtask] [flink-connector] Support GravitinoCatalogStore to register the catalog May 13, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 16, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 20, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 20, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 22, 2024
coolderli added a commit to coolderli/gravitino that referenced this issue May 23, 2024
FANNG1 pushed a commit that referenced this issue May 24, 2024
…tor (#2635)

<!--
1. Title: [#<issue>] <type>(<scope>): <subject>
   Examples:
     - "[#123] feat(operator): support xxx"
     - "[#233] fix: check null before access result in xxx"
     - "[MINOR] refactor: fix typo in variable name"
     - "[MINOR] docs: fix typo in README"
     - "[#255] test: fix flaky test NameOfTheTest"
   Reference: https://www.conventionalcommits.org/en/v1.0.0/
2. If the PR is unfinished, please mark this PR as draft.
-->

### What changes were proposed in this pull request?

- support GravitinoCatalogStore to register the catalog. In the MR, we
will support to create the hive catalog.

### Why are the changes needed?

- Fix #3362 

### Does this PR introduce _any_ user-facing change?

- support flink in gravitino 

### How was this patch tested?

- add UTs
@jerryshao
Copy link
Contributor

@FANNG1 don't forget to assign and add the correct release version tag.

@FANNG1
Copy link
Contributor

FANNG1 commented May 24, 2024

@FANNG1 don't forget to assign and add the correct release version tag.

ok

diqiu50 pushed a commit to diqiu50/gravitino that referenced this issue Jun 13, 2024
…connector (apache#2635)

<!--
1. Title: [#<issue>] <type>(<scope>): <subject>
   Examples:
     - "[apache#123] feat(operator): support xxx"
     - "[apache#233] fix: check null before access result in xxx"
     - "[MINOR] refactor: fix typo in variable name"
     - "[MINOR] docs: fix typo in README"
     - "[apache#255] test: fix flaky test NameOfTheTest"
   Reference: https://www.conventionalcommits.org/en/v1.0.0/
2. If the PR is unfinished, please mark this PR as draft.
-->

### What changes were proposed in this pull request?

- support GravitinoCatalogStore to register the catalog. In the MR, we
will support to create the hive catalog.

### Why are the changes needed?

- Fix apache#3362 

### Does this PR introduce _any_ user-facing change?

- support flink in gravitino 

### How was this patch tested?

- add UTs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants