GitHub user dragos opened a pull request:
https://github.com/apache/spark/pull/6260
[SPARK-7726] Fix Scaladoc false errors
Visibility rules for static members are different in Scala and Java, and
this case requires an explicit static import. Even though these are Java files,
they are run through scaladoc, which enforces Scala rules.
Also reverted the commit that reverts the upgrade to 2.11.6
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dragos/spark issue/scaladoc-false-error
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6260.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 #6260
----
commit 0bad0522b1ab0464ddcf7e475be285b3008eab4a
Author: Iulian Dragos <[email protected]>
Date: 2015-05-19T10:13:29Z
Fix scaladoc faux-error.
Visibility rules for static members are different in Scala and Java, and
this case requires an explicit static import. Even though these are Java files,
they are run through scaladoc, which enforces Scala rules.
Fix SPARK-7726
commit f2e998e06b72153f3e1f570aff55be5ac67587da
Author: Iulian Dragos <[email protected]>
Date: 2015-05-19T10:15:51Z
Revert "[HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6""
This reverts commit 27fa88b9ba320cd0d95703aa3437151ba7c86f98.
----
---
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]