Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | Josh Wills <josh.wi...@gmail.com> |
Subject | Re: multiple input files as pipeline source? |
Date | Tue, 12 Feb 2013 21:39:17 GMT |
Yeah, of course-- that's how stuff like joins work. PTable<K, V> first = pipeline.read(new TableSource<K, V>(firstFile)); PTable<K, V> second = ...; PTable<K, V> union = first.union(second); etc. On Tue, Feb 12, 2013 at 1:36 PM, Victor Iacoban <victor.iacoban@gmail.com>wrote: > Is there any support in crunch to use multiple sequence files as pipeline > source? > something similar to standard MultipleInputs > > Thanks, > victor > | |
Mime |
|
View raw message |