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

Method getTemporaryPath

src/org/apache/pig/impl/io/FileLocalizer.java:544–546  ·  view source on GitHub ↗
(PigContext pigContext)

Source from the content-addressed store, hash-verified

542 }
543
544 public static Path getTemporaryPath(PigContext pigContext) throws IOException {
545 return getTemporaryPath(pigContext, "");
546 }
547
548 public static Path getTemporaryPath(PigContext pigContext, String suffix) throws IOException {
549 ElementDescriptor relative = relativeRoot(pigContext);

Callers 15

setupMethod · 0.95
makeMockTempFileMethod · 0.95
testIsTempFileMethod · 0.95
setUpMethod · 0.95
testPigTempDirMethod · 0.95
testUniquePigTempDirMethod · 0.95
testUniqueIDMethod · 0.95
testRANDOMWithJobMethod · 0.95
testSortDistinctMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95

Calls 6

relativeRootMethod · 0.95
getDfsMethod · 0.80
asElementMethod · 0.65
toStringMethod · 0.45
nextIntMethod · 0.45
getPathMethod · 0.45

Tested by 15

setupMethod · 0.76
makeMockTempFileMethod · 0.76
testIsTempFileMethod · 0.76
setUpMethod · 0.76
testPigTempDirMethod · 0.76
testUniquePigTempDirMethod · 0.76
testUniqueIDMethod · 0.76
testRANDOMWithJobMethod · 0.76
testSortDistinctMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76