Skip to content
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 option for adding connectors jar file. #30

Open
awakelee opened this issue Jul 12, 2024 · 1 comment
Open

Add option for adding connectors jar file. #30

awakelee opened this issue Jul 12, 2024 · 1 comment

Comments

@awakelee
Copy link

I found that there are some wget commands in Dockerfile.
Maybe we can provide user some options to add jars without learning writing Dockerfile.

@mirkof
Copy link

mirkof commented Jul 23, 2024

You can just manually copy flink jars to docker, without changing anything. ie.

Copy the jars I want

SQL_CLIENT_CONTAINER_ID=$(docker ps -qf "name=sql-client")
docker cp /myjars $SQL_CLIENT_CONTAINER_ID:/tmp/jars

Now copy all the jars to both sql-client and flink

cp /tmp/jars/*.jar /opt/flink/lib/.
cp /tmp/jars/*.jar /opt/sql-client/lib/.
./sql-client.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants