Versions Compared

Key

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

...

  • Number of containers is a static configuration in yarn deployment model and a job restart is required to change the number of containers. However, an addition/deletion of a processor to a processors group in standalone is quite common and an expected behavior.
  • A stream processor is assigned a physical host by ContainerAllocator after the JobModel generation phase in yarn. Physical host in which a stream processor is going to run is known before the JobModel generation phase in standalone(ContainerAllocator phase is not needed in standalone to associate a the processor with the physical host).

...