You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by majorendre <gi...@git.apache.org> on 2018/11/28 13:42:34 UTC

[GitHub] flume pull request #250: FLUME-3146 Use public API HdfsDataOutputStream#getC...

GitHub user majorendre opened a pull request:

    https://github.com/apache/flume/pull/250

    FLUME-3146 Use public API HdfsDataOutputStream#getCurrentBlockReplica…

    …tion where applicable
    
    Took over this issue from Wei-Chiu Chuang. Added a few lines to the tests.
    All tests pass, the new feature works.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/majorendre/flume FLUME-3146

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/250.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #250
    
----
commit c41c97dd7d8b4d92ba99e27d404dc2ddc1b3e7ee
Author: Endre Major <em...@...>
Date:   2018-11-27T10:14:06Z

    FLUME-3146 Use public API HdfsDataOutputStream#getCurrentBlockReplication where applicable

----


---