-
Notifications
You must be signed in to change notification settings - Fork 996
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
Add ability to submit ingestion job using Flink #62
Conversation
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.
Could you add the licenses to the files?
core/src/main/java/feast/core/service/JobManagementService.java
Outdated
Show resolved
Hide resolved
… runs in blocking fashion
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zhilingc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unassign woop Think @tims should review this instead of me. It looks fine to me personally. |
throw new IllegalStateException("Unable to initialize DataflowJobManager", e); | ||
} | ||
case FLINK: | ||
org.apache.flink.configuration.Configuration configuration = |
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.
Minor suggestion.. I think this construction code should be moved to a factory style method of the FlinkJobManager.
Similarly for the DataflowJobManager.
/lgtm |
…_redis_password Redis security (added password to redis)
…ent-interceptor-auth Created the grpc client auth header interceptor and removed the manua…
This PR adds ability to submit ingestion job to a Flink Cluster in detached mode.
To enable it, set following environment variable:
What's not done:
Fix #21