MCPcopy Create free account
hub / github.com/apache/orc / getRecoveryFile

Method getRecoveryFile

java/tools/src/java/org/apache/orc/tools/FileDump.java:669–671  ·  view source on GitHub ↗
(final Path corruptPath)

Source from the content-addressed store, hash-verified

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) {

Callers 2

recoverFilesMethod · 0.95
recoverFileMethod · 0.95

Calls 2

getParentMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected