Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update instructions for JavaAPICompletenessChecker in 0.8.1+

...

Code Block
./run spark.tools.JavaAPICompletenessChecker

In Spark 0.8.*, this script appears to be broken due to the removal of the run script. These instructions will be updated when this is fixed.1+, it can be run with

Code Block
./spark-class org.apache.spark.tools.JavaAPICompletenessChecker

Guidelines for adding methods to the Java API

...