-
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
Bump Apache Beam SDK version #42
Comments
+1 |
+1, I think we're up to 2.9.0 now. I actually started looking at this already, and there's some weird proto version compatibility issues that I think are easily addressed. will look again. |
Merged
oops just saw you made a pr for this :) |
Yanson
pushed a commit
to Yanson/feast
that referenced
this issue
Jul 29, 2020
Long Term Automatic Test Scenarios
dmartinol
pushed a commit
to dmartinol/feast
that referenced
this issue
Jul 12, 2024
Client module-grpc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently ingestion uses Apache Beam V2.5.0 which is compatible with Flink runner 1.4.x.
This version of flink doesn't have REST API to access metrics, e.g:
/jobs/<jobid>/metrics
which is added in Flink 1.5.x.In order to use it we have to upgrade ingestion's BEAM SDK to either 2.8.0, 2.7.0 or 2.6.0
The text was updated successfully, but these errors were encountered: