Hari Shreedharan created FLUME-2302:
---------------------------------------
Summary: TestHDFS Sink fails with Can't get Kerberos realm
Key: FLUME-2302
URL: https://issues.apache.org/jira/browse/FLUME-2302
Project: Flume
Issue Type: Bug
Reporter: Hari Shreedharan
Adding this to the test fixes it:
{code}
static {
System.setProperty("java.security.krb5.realm", "flume");
System.setProperty("java.security.krb5.kdc", "blah");
}
{code}
The same issue caused HBASE-8842, and the fix is pretty much the same.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)