Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Apr 12, 2022
1 parent 4dbbf2c commit 82805fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Binary file added README.assets/image-20220412220000689.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,24 @@ Flink supports 3 deployment mode:
* Per-Job
* Session

Application and Per-Job deployment mode will create a new Flink cluster through resource providers such as YARN or Kubernetes, so Flink http api is limited on job submission.

Application and Per-Job deployment mode will create a new Flink cluster through resource providers such as YARN or Kubernetes, so Flink http API is limited on job submission for http API based on `JobManager`

Except that, there is `WebOptions#SUBMIT_ENABLE` option indicating whether jobs can be uploaded and run from the web-frontend.

### Job Submission

#### `ClusterDescriptor`

![image-20220412220000689](README.assets/image-20220412220000689.png)

As complex deployment ways, it is also a challenage for Flink on how to design cluster client API and `ClusterDescriptor` would be answer.



#### `CliFrontend`





### Access cluster and job status
Expand Down

0 comments on commit 82805fb

Please sign in to comment.