Join Slack
Powered by
Hi all, doing my first steps with Flink :grinning:...
# random
r
René
07/05/2024, 1:18 PM
Hi all, doing my first steps with Flink 😀 I'm trying to run the sql client on my linux machine and want to connect to the remote flink cluster. Is this possible and if yes, is there a documentation for this? Thanks for any advice.
r
rmoff
07/05/2024, 1:44 PM
you could use the SQL Gateway to do this
rmoff
07/05/2024, 1:45 PM
./bin/sql-client.sh gateway --endpoint <gateway address>
rmoff
07/05/2024, 1:45 PM
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sqlclient/#starting-the-sql-client-cli
r
René
07/05/2024, 2:07 PM
Thank you very much! I've just read your Flink blog;-) Great work
🙂 1
flink
1
👍 1
René
07/05/2024, 2:20 PM
How can I get this sql-client.sh, is there a separate repo or do I need to clone the whole flink repo onto my local machine?
r
rmoff
07/05/2024, 2:37 PM
it'll be part of the download here
https://flink.apache.org/downloads/
🙏 1
Open in Slack
Previous
Next