MCPcopy Create free account
hub / github.com/apache/pig / fileExists

Method fileExists

src/org/apache/pig/impl/io/FileLocalizer.java:606–609  ·  view source on GitHub ↗
(String filename, PigContext context)

Source from the content-addressed store, hash-verified

604 }
605
606 public static boolean fileExists(String filename, PigContext context)
607 throws IOException {
608 return fileExists(filename, context.getFs());
609 }
610
611 /**
612 * @deprecated Use {@link #fileExists(String, PigContext)} instead

Callers 5

addPathToCacheMethod · 0.95
getSchemaMethod · 0.95

Calls 4

existsMethod · 0.95
globMatchesFilesMethod · 0.95
getFsMethod · 0.80
asElementMethod · 0.65