Github user GJL commented on a diff in the pull request:
https://github.com/apache/flink/pull/5229#discussion_r160137013
--- Diff:
flink-clients/src/main/java/org/apache/flink/client/deployment/ClusterDescriptor.java
---
@@ -56,7 +57,15 @@
* @return Cluster client to talk to the Flink cluster
* @throws ClusterDeploymentException if the cluster could not be
deployed
--- End diff --
Method does not declare checked exception `ClusterDeploymentException`.---
