Package | Description |
---|---|
org.apache.pig.impl.io |
Modifier and Type | Method and Description |
---|---|
static FileLocalizer.FetchFileRet |
FileLocalizer.fetchFile(Properties properties,
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(Properties properties,
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(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