Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDFS: fix target file overwrite #1834

Merged
merged 3 commits into from
Aug 5, 2019

Commits on Jul 22, 2019

  1. Fixed HDFS target file overwrite.

    * propagated overwrite information to HdfsWriter base trait
    * made child classes override this property
    * SequenceWriter factories now take an overwrite parameter
    * deleted existing file if overwrite is enabled in HdfsWriter#moveToTarget function
    Marc Karassev committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    381d612 View commit details
    Browse the repository at this point in the history
  2. [Boyscout] Explicitely overrided inherited properties from HdfsWriter…

    … in child classes for better code structure understanding.
    Marc Karassev committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    19f6918 View commit details
    Browse the repository at this point in the history
  3. Ignore binary compatibility issues on internal APIs.

    Marc Karassev committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    73cda29 View commit details
    Browse the repository at this point in the history