-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.3, 1.12.0, 1.13.0
-
Component/s: Deployment / YARN, Documentation
-
Labels:
We suggest users to list the running jobs in a Flink cluster via the following commands.
List running job on the cluster ./bin/flink list -t yarn-per-job -Dyarn.application.id=application_XXXX_YY
However, it could not work when the HA is enabled. The root cause is that GenericCLI do not override the "high-availability.cluster-id" with specified application id. The correct command could look like following.
flink list --target yarn-per-job -Dyarn.application.id=$application_id -Dhigh-availability.cluster-id=$application_id
Find more information in the discussion ML[1].
- links to