Last active
March 21, 2016 18:23
-
-
Save daynebatten/b10522de4a30b568a07a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fileBroken = false; | |
FileSplit split = (FileSplit) genericSplit; | |
this.splitName = split.getPath().toString(); | |
if (split.getLength() == 0) { | |
fileBroken = true; | |
LOG.warn("Problem reading file " + this.splitName + " - Zero-length file."); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment