You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ti...@apache.org on 2018/10/30 14:38:53 UTC

[beam] branch master updated (f381f3b -> 4450c92)

This is an automated email from the ASF dual-hosted git repository.

timrobertson100 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from f381f3b  [BEAM-308] Print warning about using non-public PipelineOptions interface. (#6871)
     add 9a532e0  [BEAM-5036] Optimize the FileBasedSink WriteOperation.moveToOutput()
     new 4450c92  Merge pull request #6843: [BEAM-5036] Optimize the FileBasedSink WriteOperation.moveToOutput()

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/beam/sdk/io/FileBasedSink.java |  2 +-
 .../apache/beam/sdk/io/hdfs/HadoopFileSystem.java  | 61 ++++++++++++++--------
 .../beam/sdk/io/hdfs/HadoopFileSystemTest.java     |  8 ++-
 3 files changed, 46 insertions(+), 25 deletions(-)


[beam] 01/01: Merge pull request #6843: [BEAM-5036] Optimize the FileBasedSink WriteOperation.moveToOutput()

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timrobertson100 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4450c92aee1b09f7444b592357f986f64e084eeb
Merge: f381f3b 9a532e0
Author: Tim Robertson <ti...@gmail.com>
AuthorDate: Tue Oct 30 15:38:46 2018 +0100

    Merge pull request #6843: [BEAM-5036] Optimize the FileBasedSink WriteOperation.moveToOutput()

 .../java/org/apache/beam/sdk/io/FileBasedSink.java |  2 +-
 .../apache/beam/sdk/io/hdfs/HadoopFileSystem.java  | 61 ++++++++++++++--------
 .../beam/sdk/io/hdfs/HadoopFileSystemTest.java     |  8 ++-
 3 files changed, 46 insertions(+), 25 deletions(-)