Versions Compared

Key

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

...

For Python code, Apache Spark follows PEP 8 with one exception: lines can be up to 100 characters in length, not 79.

For Java code, Apache Spark follows Oracle's Java code conversions. Many Scala guidelines below also apply to Java.

For Scala code, Apache Spark follows the official Scala style guide, but with the following changes:

...