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

MAPREDUCE-7368. DBOutputFormat.DBRecordWriter#write must throw except… #3671

Merged
merged 2 commits into from
Dec 8, 2021

Commits on Nov 17, 2021

  1. MAPREDUCE-7368. DBOutputFormat.DBRecordWriter#write must throw except…

    …ion when it fails
    
    When the exception is caught and printed (instead of propagated) the consumer has no
    way to tell write failed. This hides the failure and leads to problems which are
    difficult to debug and at the same time can cause data corruption.
    zabetak committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4ad4bbe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    1e67cec View commit details
    Browse the repository at this point in the history