Versions Compared

Key

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

...

  1. A Samza application may include multiple stages in a user-defined DAG, each corresponding to a separate Samza job (SAMZA-1041)
  2. Samza jobs may be user programs that are executed in standalone mode, which introduces yet another way of starting the JVM process for a Samza job (e.g. we already have ThreadJobFactory, ProcessJobFactory, and YarnJobFactory to start a Samza job).

...