GitHub user thunterdb opened a pull request:
https://github.com/apache/spark/pull/10048
[SPARK-12000] Fixes compilation issues with java8 and sbt.
Currently, trying to publish spark locally fails when java version is >=
1.8.0:
- a javadoc option has been removed
- javadoc is stricter about its input and fails with some malformed
comments
This PR fixes both issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thunterdb/spark 1511-java8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10048.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 #10048
----
commit 97d12f1fa2b494d006d591317364633aef677d75
Author: Timothy Hunter <[email protected]>
Date: 2015-11-26T00:16:58Z
changes
commit 990053924e08153d5bc06e81a9857aeb4cc36a05
Author: Timothy Hunter <[email protected]>
Date: 2015-11-26T00:25:10Z
comments
----
---
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]