Skip to content

Commit

Permalink
added javadoc header to CombinedSequenceFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihiro Matsukawa committed Sep 18, 2014
1 parent b53b5aa commit 42a607d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
import cascading.tap.Tap;
import cascading.tuple.Fields;

/**
* This scheme allows SequenceFile splits to be combined via the DelegateCombineFileInputFormat
* before it is read. It can be used to combine inputs for intermediate MR jobs in Cascading.
*
* To enable, set cascading.flowconnector.intermediateschemeclass to this class in the Hadoop
* configuration.
*
* @author Akihiro Matsukawa
*/
public class CombinedSequenceFile extends SequenceFile {

protected CombinedSequenceFile() { super(); }
Expand Down

0 comments on commit 42a607d

Please sign in to comment.