[
https://issues.apache.org/jira/browse/FLUME-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14643838#comment-14643838
]
ASF subversion and git services commented on FLUME-2749:
--------------------------------------------------------
Commit 1161b044930579ebb803685753eb5b3363ee5178 in flume's branch
refs/heads/flume-1.7 from [~hshreedharan]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=1161b04 ]
FLUME-2749. Fix kerberos configuration error when using short names in multiple
HDFS Sinks
(Johny Rufus via Hari)
> Kerberos configuration error when using short names in multiple HDFS Sinks
> --------------------------------------------------------------------------
>
> Key: FLUME-2749
> URL: https://issues.apache.org/jira/browse/FLUME-2749
> Project: Flume
> Issue Type: Bug
> Affects Versions: v1.6.0
> Reporter: Johny Rufus
> Assignee: Johny Rufus
> Attachments: FLUME-2749.patch
>
>
> When we have more thank one HDFS Sink, configured in kerberos mode, and
> principal is configured with a short name like 'flume' (without the @REALM
> information), we get a
> java.lang.IllegalStateException: Cannot use multiple kerberos principals in
> the same agent. Must restart agent to use new principal or keytab. Previous
> = [email protected] (auth:KERBEROS), New = flume
> at
> com.google.common.base.Preconditions.checkState(Preconditions.java:172)
> at
> org.apache.flume.auth.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:131)
> at
> org.apache.flume.auth.FlumeAuthenticationUtil.getAuthenticator(FlumeAuthenticationUtil.java:67)
> at
> org.apache.flume.sink.hdfs.HDFSEventSink.configure(HDFSEventSink.java:261)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)