busbey commented on issue #22: HBASE-22257 Remove json4s and jackson dependency from hbase spark connector URL: https://github.com/apache/hbase-connectors/pull/22#issuecomment-484160337 scaladoc failures pulled out of the last build: ``` -1 | scaladoc | 0m 4s | spark in master failed. -- | -- | -- | -- -1 | scaladoc | 0m 4s | root in master failed. -1 | scaladoc | 0m 4s | hbase-connectors-assembly in master failed. -1 | scaladoc | 0m 4s | hbase-kafka-proxy in master failed. -1 | scaladoc | 0m 4s | hbase-spark-it in master failed. ... +1 | scaladoc | 2m 10s | the patch passed -- | -- | -- | -- ``` yuck. I'm trying to think if this is a bug in yetus or not. so we see that there are scala files *anywhere* in the project and so run scaladoc in every module? do we do this same thing with javadoc? I can't tell from the yetus output what the state of hte PR was when build 28 had the patch pass. Was that where you moved the scala plugin up to top level? I think ideally yetus would use the full plugin name so we didn't have to have it declared. so yes a yetus bug?
---------------------------------------------------------------- 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] With regards, Apache Git Services
