gemelen commented on pull request #29286: URL: https://github.com/apache/spark/pull/29286#issuecomment-691474743
I have a question regarding current step to fix: `unidoc` goal to generate Java/Scala docs. Why does that task is invoked with profiles? For example, at this run https://github.com/apache/spark/pull/29286/checks?check_run_id=1104277177 from build matrix on GH, first check invokes it with `build/sbt -Phadoop-3.2 -Phive-2.3 -Pyarn -Phive-thriftserver -Pkinesis-asl -Pkubernetes -Phadoop-cloud -Pmesos -Pspark-ganglia-lgpl -Phive unidoc` command. Invocation point - https://github.com/apache/spark/blame/master/dev/run-tests.py#L373 The reason I'm asking is that without profiles provided this task succeeds, (ie `build/sbt unidoc` generates Java and Scala docs identical from master branch). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
