Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/13914#discussion_r68502088
--- Diff: project/SparkBuild.scala ---
@@ -733,7 +734,8 @@ object Unidoc {
unidocSourceBase :=
s"https://github.com/apache/spark/tree/v${version.value}",
scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
- "-groups" // Group similar methods together based on the @group
annotation.
+ "-groups", // Group similar methods together based on the @group
annotation.
+ "-skip-packages", "org.apache.hadoop"
--- End diff --
For the scala, we can not exclude `org.apache.hadoop.hive.ql.io.orc`
because `scalac` makes build errors about the missing type in
`org.apache.hadoop.hive.ql.io.orc`. Instead, we need to use `-skip-packages`
option.
---
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]