[
https://issues.apache.org/jira/browse/HIVE-26092?focusedWorklogId=755618&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755618
]
ASF GitHub Bot logged work on HIVE-26092:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Apr/22 06:36
Start Date: 12/Apr/22 06:36
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3185:
URL: https://github.com/apache/hive/pull/3185#discussion_r848025954
##########
Jenkinsfile:
##########
@@ -350,6 +350,18 @@ tar -xzf
packaging/target/apache-hive-*-nightly-*-src.tar.gz
}
}
}
+ branches['javadoc-check'] = {
+ executorNode {
+ stage('Prepare') {
+ loadWS();
+ }
+ stage('Generate javadoc') {
+ sh """#!/bin/bash -e
+mvn clean install javadoc:javadoc javadoc:aggregate -DskipTests
Review Comment:
I had to exclude some of the itest modules, because those have some weird
compilation issues when generating javadoc. Since we are not really intereseted
in the itest javadoc, I think it is good enough for now.
What do you think?
Issue Time Tracking
-------------------
Worklog Id: (was: 755618)
Time Spent: 0.5h (was: 20m)
> Fix javadoc errors for the 4.0.0 release
> ----------------------------------------
>
> Key: HIVE-26092
> URL: https://issues.apache.org/jira/browse/HIVE-26092
> Project: Hive
> Issue Type: Task
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently there are plenty of errors in the javadoc.
> We should fix those before a final release
--
This message was sent by Atlassian Jira
(v8.20.1#820001)