Local Flink config running standalone from IDE

前端 未结 3 1963
温柔的废话
温柔的废话 2021-01-12 02:59

If I\'d like to run a Flink app locally, directly from within Intellij but I need to specify config params (like fs.hdfs.hdfssite to set up S3 access), is there any other wa

3条回答
  •  礼貌的吻别
    2021-01-12 03:38

    To create a StreamExecutionEnvironment with configuration options, use this call StreamExecutionEnvironment.createLocalEnvironment(int parallelism, Configuration configuration)

提交回复
热议问题