apache / orc

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

ORC-1634: Fix some outdated descriptions in `Building ORC` documentation #1819

Closed cxzl25 closed 5 months ago

cxzl25 commented 6 months ago

What changes were proposed in this pull request?

  1. Require Java >=17
  2. Remove broken url

Why are the changes needed?

Some outdated descriptions in Building ORC documentation.

How was this patch tested?

manual check

Was this patch authored or co-authored using generative AI tooling?

No

cxzl25 commented 6 months ago

we cannot publish this until Apache ORC 2.0 is released

Thanks, looking forward to the Apache ORC 2.0 release.

deshanxiao commented 6 months ago

Actually, there is a reason why we don't update this still.

We publish Apache ORC website from main branch.

So, we cannot publish this until Apache ORC 2.0 is released, @cxzl25 .

Instead, let's update this PR and keep it open until Apache ORC 2.0 is released.

Hi @dongjoon-hyun Shall we consider controlling versions we maintance on the UI instead of just pushing master to website?

dongjoon-hyun commented 6 months ago

Now, it's announced. We can proceed this, @cxzl25 .

dongjoon-hyun commented 6 months ago

Shall we consider controlling versions we maintance on the UI instead of just pushing master to website?

For the above, it's possible but it's a major restructuring.

  1. At least, it requires to regenerate all versions' documentation and publish into the ORC website.
  2. We need to split (and redesign) Apache ORC website structure into two groups: one is a main unchanged part and other others in the newly created versioned directory.

You can initiate the discussion at dev@orc mailing list, @cxzl25 .

dongjoon-hyun commented 5 months ago

This is published to the Apache ORC website. Thank you!