You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GJL <gi...@git.apache.org> on 2018/01/08 12:55:27 UTC

[GitHub] flink pull request #5229: [FLINK-8343] [flip6] Remove Yarn specific commands...

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`.


---