Draft
Conversation
5a334ad to
053dd6b
Compare
053dd6b to
f91c6fd
Compare
velo
approved these changes
Apr 22, 2026
Collaborator
velo
left a comment
There was a problem hiding this comment.
we can likely test a snapshot
|
|
||
| RUN rm -rf /opt/flink/lib/flink-table-planner-loader-*.jar \ | ||
| && ln -s /opt/flink/plugins/flink-sql-runner/flink-sql-runner.uber.jar /opt/flink/flink-sql-runner.jar \ | ||
| && echo 'UEsDBBQACAgIAG2UllwAAAAAAAAAAAAAAAAUAAQATUVUQS1JTkYvTUFOSUZFU1QuTUb+ygAA803My0xLLS7RDUstKs7Mz7NSMNQz4HIuSk0sSU3Rdaq0UkjLyczL1i0uzNEtKs3LSy3i4gIAUEsHCL/cUjU2AAAANAAAAFBLAQIUABQACAgIAG2Ully/3FI1NgAAADQAAAAUAAQAAAAAAAAAAAAAAAAAAABNRVRBLUlORi9NQU5JRkVTVC5NRv7KAABQSwUGAAAAAAEAAQBGAAAAfAAAAAAA' | base64 -d > /opt/flink/noop.jar \ |
Collaborator
Author
There was a problem hiding this comment.
Yes, this is the bas64-encoded binary content of a practically empty JAR that only contains META-INF/MANIFEST.MF with the below content:
Manifest-Version: 1.0
Created-By: flink-sql-runner
It's ugly, but IMO the simplest way to generate it on the fly. :)
This trick is necessary, cause the flink run command requires a JAR, even we won't have one to pass here as we move it to /lib.
Collaborator
Author
Yep, I left it as draft so you have room to try this out and experiment with this on cloud. |
lib/lib/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.