DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| 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
...