apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1536: Remove `hive-storage-api` link from `maven-javadoc-plugin` #1671

Closed dongjoon-hyun closed 11 months ago

dongjoon-hyun commented 11 months ago

What changes were proposed in this pull request?

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.

Why are the changes needed?

This is reported here

BEFORE

$ ./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

How was this patch tested?

Manual tests.

dongjoon-hyun commented 11 months ago

Merged to main/1.9/1.8.

cc @mystic-lama