@Public public interface FinalizeOnMaster
OutputFormat
s to have the master finalize them globally.Modifier and Type | Method and Description |
---|---|
void |
finalizeGlobal(int parallelism)
The method is invoked on the master (JobManager) after all (parallel) instances of an OutputFormat finished.
|
void finalizeGlobal(int parallelism) throws IOException
parallelism
- The parallelism with which the format or functions was run.IOException
- The finalization may throw exceptions, which may cause the job to abort.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.