-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Feature][catalog] Streampark start job ship catalogstore plugin and database crud. #3987
Conversation
...mpark-flink/streampark-flink-connector-plugin/src/main/java/org/apache/streampark/Dummy.java
Outdated
Show resolved
Hide resolved
...rg/apache/streampark/console/core/service/application/impl/ApplicationActionServiceImpl.java
Outdated
Show resolved
Hide resolved
...nsole-service/src/main/java/org/apache/streampark/console/core/util/CatalogServiceUtils.java
Show resolved
Hide resolved
9cc7c97
to
7c105f3
Compare
There are some bugs please fix |
I have add unit test, Waiting Ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2cfc962
to
a73a4c4
Compare
42ad650
to
3923cbc
Compare
streampark-common/src/main/java/org/apache/streampark/common/enums/CatalogType.java
Show resolved
Hide resolved
Hi: User history job uses Flink's default in-memory catalog. How can we migrate or upgrade these existing jobs to use the catalog? |
41cb3e9
to
0b52ffe
Compare
We do not have the problem of historical job migration, because we do not save the catalog now, the catalog in memory is used in the sql of each job, each time the job is started, a new catalog will be created, if the migration needs to register in the catalogstore first, Remove the job sql to create catalog. |
a0b5d7d
to
ac70189
Compare
...-service/src/main/java/org/apache/streampark/console/core/controller/DatabaseController.java
Outdated
Show resolved
Hide resolved
...ole-service/src/main/java/org/apache/streampark/console/core/controller/TableController.java
Outdated
Show resolved
Hide resolved
...ole-service/src/main/java/org/apache/streampark/console/core/controller/TableController.java
Show resolved
Hide resolved
...ole-service/src/main/java/org/apache/streampark/console/core/controller/TableController.java
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changes were proposed in this pull request
Issue Number: close #3946
Brief change log
Verifying this change
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts