Thought I understood how to output to a single file but It doesn't seem to be 
working. Anything I'm missing here?


-- Dedupe and store

rows   = LOAD '$input';
unique = DISTINCT rows PARELLEL 1;

STORE unique INTO '$output';


Reply via email to