cascading.tap.hadoop
Class MultiInputSplit
java.lang.Object
cascading.tap.hadoop.MultiInputSplit
public class MultiInputSplit
- extends Object
Class MultiInputSplit is used by MultiInputFormat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiInputSplit
public MultiInputSplit(InputSplit inputSplit,
Map<String,String> config)
MultiInputSplit
public MultiInputSplit()
getCurrentTapSourcePath
public static String getCurrentTapSourcePath(JobConf jobConf)
- Method getCurrentTapSourcePath finds and returns the current source Tap filename path, if any.
Use this method inside an Operation to find the current file being processed.
- Parameters:
jobConf -
- Returns:
configure
public void configure(JobConf jobConf)
getLength
public long getLength()
throws IOException
- Throws:
IOException
getLocations
public String[] getLocations()
throws IOException
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.