Hi all, doing my first steps with Flink :grinning:...
# random
r
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
you could use the SQL Gateway to do this
./bin/sql-client.sh gateway --endpoint <gateway address>
r
Thank you very much! I've just read your Flink blog;-) Great work
🙂 1
flink 1
👍 1
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
it'll be part of the download here https://flink.apache.org/downloads/
🙏 1