GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10049
[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).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark fix-doc-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10049.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10049
----
commit 85ba64898dd685de3813c9ebdd94721beba8dde3
Author: Josh Rosen <[email protected]>
Date: 2015-11-30T22:20:36Z
Ensure that Jekyll build fails if API doc generation fails.
commit 7d7c99c95a6c3d7aa49fc593970eac33c568b645
Author: Josh Rosen <[email protected]>
Date: 2015-11-30T22:34:07Z
Fix Javadoc by handling -target flag differently.
commit 38c13907d85f40391bb104f0b6e435254c3824f4
Author: Timothy Hunter <[email protected]>
Date: 2015-11-26T00:16:58Z
Include Tim's Javadoc changes.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]