(final Path corruptPath)
| 667 | } |
| 668 | |
| 669 | private static Path getRecoveryFile(final Path corruptPath) { |
| 670 | return new Path(corruptPath.getParent(), corruptPath.getName() + ".recovered"); |
| 671 | } |
| 672 | |
| 673 | private static boolean isReadable(final Path corruptPath, final Configuration conf, |
| 674 | final long maxLen) { |
no test coverage detected