Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/1040#discussion_r158166736 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/rpc/security/KerberosHelper.java --- @@ -43,16 +45,20 @@ public String SERVER_PRINCIPAL; private final String testName; - private File keytabDir; + public File keytabDir; --- End diff -- Have changed this back to private since change was not required.
---