[
https://issues.apache.org/jira/browse/FLUME-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Miklos Csanady updated FLUME-3128:
----------------------------------
Description:
Our test in
flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
Uses the getLeaseByPath(String src) method of Lease class which is to be
replaced by getLeaseForPath(Namenode n, String src) method.
This change is to make Flume compatible after the hadoop change is made
effective.
See https://issues.apache.org/jira/browse/HDFS-6757
was:
Our test in
flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
Uses the getLeaseByPath(String src) method of Lease class which is to be
replaced by getLeaseForPath(Namenode n, String src) method.
This change is to make Flume compatible after the hadoop change is made
effective.
> Fix TestHDFSEventSinkOnMiniCluster.java due to incompatible changes in
> hadoop-hdfs lib.
> ---------------------------------------------------------------------------------------
>
> Key: FLUME-3128
> URL: https://issues.apache.org/jira/browse/FLUME-3128
> Project: Flume
> Issue Type: Bug
> Reporter: Miklos Csanady
> Assignee: Miklos Csanady
>
> Our test in
> flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSinkOnMiniCluster.java
> Uses the getLeaseByPath(String src) method of Lease class which is to be
> replaced by getLeaseForPath(Namenode n, String src) method.
> This change is to make Flume compatible after the hadoop change is made
> effective.
> See https://issues.apache.org/jira/browse/HDFS-6757
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)