0

how to start and stop flink scala-shell in apache flink

I have started flink scala shell using the command /bin/start-scala-shell.sh local. But dont know how to stop ?

CS_noob
  • 557
  • 1
  • 6
  • 18
TR RAO
  • 19
  • 4

1 Answers1

0

ctrl-c (SIGINT) or ctrl-d (EOF) will exit the scala shell on mac and linux systems. Not sure about Windows.

David Anderson
  • 39,434
  • 4
  • 33
  • 60