Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels: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.