[
https://issues.apache.org/jira/browse/FLUME-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876913#comment-13876913
]
ASF subversion and git services commented on FLUME-2302:
--------------------------------------------------------
Commit 2b0233906e50ac99c1d22020c86d03c11fe13220 in branch refs/heads/flume-1.5
from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=2b02339 ]
FLUME-2302. TestHDFS Sink fails with Can't get Kerberos realm'
(Hari Shreedharan via Jarek Jarcec Cecho)
> 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
> Fix For: v1.5.0
>
> Attachments: FLUME-2302.patch
>
>
> 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)