Ryan Blue created FLUME-2332:
--------------------------------
Summary: Refactor to use a common hadoop-auth
Key: FLUME-2332
URL: https://issues.apache.org/jira/browse/FLUME-2332
Project: Flume
Issue Type: Improvement
Components: Sinks+Sources
Affects Versions: v1.4.0
Reporter: Ryan Blue
Currently, both
[HDFSEventSink|https://github.com/apache/flume/blob/trunk/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java#L518]
and
[HBaseSinkSecurityManager|https://github.com/apache/flume/blob/trunk/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSinkSecurityManager.java#L71]
have authentication code that interacts with static kerberos objects. It would
be better to consolidate the kerberos authen code to a hadoop-auth module that
other hadoop sinks can depend on (including DatasetSink) to keep maintenance
down and to handle cases where multiple sinks attempt to authenticate.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)