Versions Compared

Key

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

...

  • Where your control flow initially splits, you place a fork method.

  • Every time your control flow splits, you add additional fork methods.

  • Every point where you have either a program or an action, you add a addMapReduceaddSpark, or addAction method.

  • To show each fork, use an also method to separate the different branches of the control flow.

  • Where your control flow reconnects, you add a join method to indicate.

  • The control flow always concludes with a join method.

...