This PR aims to remove hive-storage-api link from maven-javadoc-plugin. In addition, all document links are updated with the official Apache Hive library java doc.
$ ./mvnw javadoc:javadoc -pl shims | grep ERROR
Using `mvn` from path: /opt/homebrew/bin/mvn
[ERROR] The given File link: /Users/dongjoon/APACHE/orc-merge/java/shims/../target/javadoc/api/hive-storage-api is not a dir.
[ERROR] Error fetching link: /Users/dongjoon/APACHE/orc-merge/java/shims/../target/javadoc/api/hive-storage-api. Ignored it.
AFTER
$ ./mvnw javadoc:javadoc -pl shims | grep ERROR
Using `mvn` from path: /opt/homebrew/bin/mvn
What changes were proposed in this pull request?
This PR aims to remove
hive-storage-api
link frommaven-javadoc-plugin
. In addition, all document links are updated with the official Apache Hive library java doc.Why are the changes needed?
This is reported here
BEFORE
AFTER
How was this patch tested?
Manual tests.