Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/17477
It seems we only build the documentation for sbt. I ran `./build/sbt clean`
first. And then, I ran a build with
```
./build/sbt -Phadoop-2.6 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver
-Phive test:package streaming-kafka-0-8-assembly/assembly
streaming-flume-assembly/assembly streaming-kinesis-asl-assembly/assembly
```
per
```
========================================================================
Building Spark
========================================================================
[info] Building Spark (w/Hive 1.2.1) using SBT with these arguments:
-Phadoop-2.6 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive
test:package streaming-kafka-0-8-assembly/assembly
streaming-flume-assembly/assembly streaming-kinesis-asl-assembly/assembly
```
and then,
```
./build/sbt -Phadoop-2.6 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver
-Phive unidoc
```
per
```
========================================================================
Building Unidoc API Documentation
========================================================================
[info] Building Spark unidoc (w/Hive 1.2.1) using SBT with these arguments:
-Phadoop-2.6 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive unidoc
```
I also, ran `run-tests.py` with the identical profiles to resemble the
steps. However, I am unable to reproduce this. @srowen, are you able to
reproduce this in your local maybe?
---
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]