We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using scala/GettingStarted as a base, I added code to utilize the TableAPI and a kafka connector. Then received this error:
Caused by: org.apache.flink.table.api.ValidationException: Cannot discover a connector using option: 'connector'='kafka'
The example build.sbt does not support assembling an uber jar which preserves the Service Provider Interface required by Flink.
build.sbt
I suggest the build.sbt examples are updated or a new scala example is created which demonstrates how to use the TableAPI.
The text was updated successfully, but these errors were encountered:
preserve Service provider interface when building scala uber jars
c1a160f
fixes aws-samples#80
Successfully merging a pull request may close this issue.
Using scala/GettingStarted as a base, I added code to utilize the TableAPI and a kafka connector. Then received this error:
The example
build.sbt
does not support assembling an uber jar which preserves the Service Provider Interface required by Flink.I suggest the build.sbt examples are updated or a new scala example is created which demonstrates how to use the TableAPI.
The text was updated successfully, but these errors were encountered: