Hey David, There isn't a way to muck w/the file output prefix on a per-collection basis. Would something like a PathPerKeyTarget work for this situation, where you would have four keys for the different output directories and could sort of union together the PTable<String, Whatever> instances that you needed to create on a particular run?
J On Fri, Nov 13, 2015 at 7:36 AM, David Ortiz <[email protected]> wrote: > Hey everyone, > > I thought I remembered seeing something in the docs about being able > to set a prefix for output files from a collection, but I am having trouble > finding it now. Does that exist? > > I am trying to break up a large job that had four parallel threads of > execution on different data sets, that all fed one output set into four > separate jobs to make it easier to rerun only one of the input sets in the > event something goes wrong, and this would make it a lot easier to deal > with getting the output all into one directory. > > Thanks, > Dave >
