📋
Flink on Zeppelin
  • Setup Zeppelin
  • Main Features
  • Flink on Zeppelin Architecture
  • Execution mode
    • local mode
    • remote mode
    • yarn mode
    • yarn-application mode
  • Languages
    • Scala
    • PyFlink
    • SQL
  • Hive Integration
  • Interpreter binding mode
  • Configure Flink Interpreter
  • Third party dependencies
  • UDF
  • Checkpoint & Savepoint
  • Recovery
  • Flink Sql Cookbook
  • FAQ
Powered by GitBook
On this page
  • Video Tutorial
  • Community

Was this helpful?

  1. Execution mode

remote mode

Previouslocal modeNextyarn mode

Last updated 3 years ago

Was this helpful?

Remote mode means to connect to an existing Flink cluster (e.g. Flink standalone cluster). Besides setting FLINK_HOME and flink.execution.mode, you also need to configure flink.execution.remote.host and flink.execution.remote.port as the JobManager rest api address(Zeppelin submit flink job via JobManager's rest api). Here's a sample configuration screenshot.

After the configuration, you can also run the wordcount example to verify it.

Video Tutorial

Community

Join Zeppelin community to discuss with others

Community
Logo