Skip to content

Allows a job with a MultiFileRecordReader and no input files not to fail #397

@okayawright

Description

@okayawright

I believe the line could be changed to :

currentFile = iterator.hasNext() ? iterator.next() : null;

in order to allow a job with no input files not to fail, just to report as COMPLETE even if it didn't process anything

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions