Package | Description |
---|---|
org.apache.pig.impl.io |
Modifier and Type | Method and Description |
---|---|
static FileLocalizer.FetchFileRet |
FileLocalizer.fetchFile(java.util.Properties properties,
java.lang.String filePath)
Ensures that the passed path is on the local file system, fetching it
to the java.io.tmpdir if necessary.
|
static FileLocalizer.FetchFileRet[] |
FileLocalizer.fetchFiles(java.util.Properties properties,
java.lang.String filePath)
Ensures that the passed files pointed to by path are on the local file system,
fetching them to the java.io.tmpdir if necessary.
|
static FileLocalizer.FetchFileRet |
FileLocalizer.fetchResource(java.lang.String name)
Ensures that the passed resource is available from the local file system, fetching
it to a temporary directory.
|
Copyright © 2007-2012 The Apache Software Foundation