You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Mostafa Elhemali (JIRA)" <ji...@apache.org> on 2014/10/13 18:16:33 UTC

[jira] [Created] (HADOOP-11196) Implement isFileClosed in WASB to make Flume happy

Mostafa Elhemali created HADOOP-11196:
-----------------------------------------

             Summary: Implement isFileClosed in WASB to make Flume happy
                 Key: HADOOP-11196
                 URL: https://issues.apache.org/jira/browse/HADOOP-11196
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 2.5.1
            Reporter: Mostafa Elhemali
            Priority: Minor


Flume uses reflection to call isFileClosed() which is a method implemented by DFS but not part of the FileSystem abstract base class. It still works if the function is not implemented, but issues a lot of warnings and is distracting. It would help make it work smoother if we added the same method in the NativeAzureFileSystem class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)