@InterfaceAudience.Private @InterfaceStability.Unstable public class TezLocalTaskOutputFiles extends TezTaskOutput
conf, uniqueId| Constructor and Description |
|---|
TezLocalTaskOutputFiles(org.apache.hadoop.conf.Configuration conf,
String uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getInputFile(InputAttemptIdentifier mapId)
Return a local reduce input file created earlier
|
org.apache.hadoop.fs.Path |
getInputFileForWrite(int taskId,
long size)
Create a local reduce input file name.
|
org.apache.hadoop.fs.Path |
getOutputFile()
Return the path to local map output file created earlier
|
org.apache.hadoop.fs.Path |
getOutputFileForWrite()
Create a local map output file name.
|
org.apache.hadoop.fs.Path |
getOutputFileForWrite(long size)
Create a local map output file name.
|
org.apache.hadoop.fs.Path |
getOutputFileForWriteInVolume(org.apache.hadoop.fs.Path existing)
Create a local map output file name on the same volume.
|
org.apache.hadoop.fs.Path |
getOutputIndexFile()
Return the path to a local map output index file created earlier
|
org.apache.hadoop.fs.Path |
getOutputIndexFileForWrite(long size)
Create a local map output index file name.
|
org.apache.hadoop.fs.Path |
getOutputIndexFileForWriteInVolume(org.apache.hadoop.fs.Path existing)
Create a local map output index file name on the same volume.
|
org.apache.hadoop.fs.Path |
getSpillFile(int spillNumber)
Return a local map spill file created earlier.
|
org.apache.hadoop.fs.Path |
getSpillFileForWrite(int spillNumber,
long size)
Create a local map spill file name.
|
String |
getSpillFileName(int spillNum)
Construct a spill file name, given a spill number
|
org.apache.hadoop.fs.Path |
getSpillIndexFile(int spillNumber)
Return a local map spill index file created earlier
|
org.apache.hadoop.fs.Path |
getSpillIndexFileForWrite(int spillNumber,
long size)
Create a local map spill index file name.
|
void |
removeAll()
Removes all of the files related to a task.
|
public TezLocalTaskOutputFiles(org.apache.hadoop.conf.Configuration conf,
String uniqueId)
public org.apache.hadoop.fs.Path getOutputFile()
throws IOException
getOutputFile in class TezTaskOutputIOExceptionpublic org.apache.hadoop.fs.Path getOutputFileForWrite(long size)
throws IOException
getOutputFileForWrite in class TezTaskOutputsize - the size of the fileIOExceptionpublic org.apache.hadoop.fs.Path getOutputFileForWrite()
throws IOException
getOutputFileForWrite in class TezTaskOutputIOExceptionpublic org.apache.hadoop.fs.Path getOutputFileForWriteInVolume(org.apache.hadoop.fs.Path existing)
getOutputFileForWriteInVolume in class TezTaskOutputpublic org.apache.hadoop.fs.Path getOutputIndexFile()
throws IOException
getOutputIndexFile in class TezTaskOutputIOExceptionpublic org.apache.hadoop.fs.Path getOutputIndexFileForWrite(long size)
throws IOException
getOutputIndexFileForWrite in class TezTaskOutputsize - the size of the fileIOExceptionpublic org.apache.hadoop.fs.Path getOutputIndexFileForWriteInVolume(org.apache.hadoop.fs.Path existing)
getOutputIndexFileForWriteInVolume in class TezTaskOutputpublic org.apache.hadoop.fs.Path getSpillFile(int spillNumber)
throws IOException
getSpillFile in class TezTaskOutputspillNumber - the numberIOExceptionpublic org.apache.hadoop.fs.Path getSpillFileForWrite(int spillNumber,
long size)
throws IOException
getSpillFileForWrite in class TezTaskOutputspillNumber - the numbersize - the size of the fileIOExceptionpublic org.apache.hadoop.fs.Path getSpillIndexFile(int spillNumber)
throws IOException
getSpillIndexFile in class TezTaskOutputspillNumber - the numberIOExceptionpublic org.apache.hadoop.fs.Path getSpillIndexFileForWrite(int spillNumber,
long size)
throws IOException
getSpillIndexFileForWrite in class TezTaskOutputspillNumber - the numbersize - the size of the fileIOExceptionpublic org.apache.hadoop.fs.Path getInputFile(InputAttemptIdentifier mapId) throws IOException
getInputFile in class TezTaskOutputmapId - a map task idIOExceptionpublic org.apache.hadoop.fs.Path getInputFileForWrite(int taskId,
long size)
throws IOException
getInputFileForWrite in class TezTaskOutputtaskId - a task idsize - the size of the fileIOExceptionpublic String getSpillFileName(int spillNum)
TezTaskOutputgetSpillFileName in class TezTaskOutputpublic void removeAll()
throws IOException
removeAll in class TezTaskOutputIOExceptionCopyright © 2014 Apache Software Foundation. All rights reserved.