Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Adding this to the test fixes it:
static { System.setProperty("java.security.krb5.realm", "flume"); System.setProperty("java.security.krb5.kdc", "blah"); }
The same issue caused HBASE-8842, and the fix is pretty much the same.