Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      void releasePartitionExternally(ShuffleDescriptor shuffleDescriptor);

}

Image RemovedImage Added

  • PartitionDescriptor and ProducerDescriptor are introduced for wrapping all abstract informations which JM can provide from job/execution graph, such as partition id, type, parallelism etc and producer location, execution id, address, data port etc. These parameters are derived from graph and execution mode, so they are rather general parameters and do not belong to particular shuffle implementation.

...