-
- Downloads
[SPARK-12000] Fix API doc generation issues
This pull request fixes multiple issues with API doc generation. - Modify the Jekyll plugin so that the entire doc build fails if API docs cannot be generated. This will make it easy to detect when the doc build breaks, since this will now trigger Jenkins failures. - Change how we handle the `-target` compiler option flag in order to fix `javadoc` generation. - Incorporate doc changes from thunterdb (in #10048). Closes #10048. Author: Josh Rosen <joshrosen@databricks.com> Author: Timothy Hunter <timhunter@databricks.com> Closes #10049 from JoshRosen/fix-doc-build.
Showing
- docs/_plugins/copy_api_dirs.rb 3 additions, 3 deletionsdocs/_plugins/copy_api_dirs.rb
- network/common/src/main/java/org/apache/spark/network/client/StreamCallback.java 2 additions, 2 deletions.../java/org/apache/spark/network/client/StreamCallback.java
- network/common/src/main/java/org/apache/spark/network/server/RpcHandler.java 1 addition, 1 deletion...main/java/org/apache/spark/network/server/RpcHandler.java
- project/SparkBuild.scala 8 additions, 3 deletionsproject/SparkBuild.scala
Please register or sign in to comment