harbby / sylph

Stream computing platform for bigdata
https://harbby.github.io/project/sylph/index.html
Apache License 2.0
404 stars 173 forks source link

Job needs to add parameter setting function #2

Closed harbby closed 6 years ago

harbby commented 6 years ago

Similar to spark:

--executor-memory 2g
--executor-cores 2
--num-executors 2
--driver-memory 2g
--driver-cores 2
harbby commented 6 years ago

Currently support flink runner parameter settings first They look like this:

type: "StreamSql"
config:
  taskManagerMemoryMb: 1024
  taskManagerCount: 2
  taskManagerSlots: 2
  jobManagerMemoryMb: 1024
  parallelism: 4
  queue: "default"
  appTags:
  - "sylph"
  - "flink"
harbby commented 6 years ago

This feature is already supported