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

[GitHub] flink pull request #5172: [FLINK-8275] [Security] fix keytab local path in Y...

Github user EronWright commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5172#discussion_r161818655
  
    --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/security/SecurityUtils.java ---
    @@ -48,7 +48,7 @@ public static SecurityContext getInstalledContext() {
     	}
     
     	@VisibleForTesting
    --- End diff --
    
    (minor) Please remove the `@VisibleForTesting` annotation.


---