[ 
https://issues.apache.org/jira/browse/FLUME-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876984#comment-13876984
 ] 

Hudson commented on FLUME-2302:
-------------------------------

SUCCESS: Integrated in flume-trunk #542 (See 
[https://builds.apache.org/job/flume-trunk/542/])
FLUME-2302. TestHDFS Sink fails with Can't get Kerberos realm' (jarcec: 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=7951c4e9b2f10fe25cac51c09f041d75f9122568)
* 
flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSink.java


> 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
>            Assignee: 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)

Reply via email to