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

Method copyFromLocalFile

test/org/apache/pig/pigunit/Cluster.java:55–57  ·  view source on GitHub ↗
(Path local, Path destination)

Source from the content-addressed store, hash-verified

53 }
54
55 public void copyFromLocalFile(Path local, Path destination) throws IOException {
56 copyFromLocalFile(local, destination, true);
57 }
58
59 public void copyFromLocalFile(Path local, Path destination, boolean overwrite)
60 throws IOException {

Callers 11

updateMethod · 0.95
testLookupInFilesMethod · 0.80
makeMockTempFileMethod · 0.80
setupDistributedCacheMethod · 0.80
addTezResourceMethod · 0.80
closeMethod · 0.80

Calls 4

createInputFileMethod · 0.95
getFileSystemMethod · 0.80
existsMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected