Skip to content

Commit

Permalink
ORC-1634: Fix some outdated descriptions in Building ORC documentation
Browse files Browse the repository at this point in the history
### 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

Closes #1819 from cxzl25/ORC-1634.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
cxzl25 authored and dongjoon-hyun committed Mar 11, 2024
1 parent 8d7043b commit 8617863
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ You'll want to install the usual set of developer tools, but at least:

* cmake
* g++ or clang++
* java ( >= 1.8)
* java ( >= 17)
* make
* maven ( >= 3)

For each version of Linux, please check the corresponding Dockerfile, which
is in the docker subdirectory, for the list of packages required to build ORC:

* [CentOS 7]({{ page.dockerUrl }}/centos7/Dockerfile)
* [Debian 10]({{ page.dockerUrl }}/debian10/Dockerfile)
* [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)
* [Debian 12]({{ page.dockerUrl }}/debian12/Dockerfile)
* [Ubuntu 20]({{ page.dockerUrl }}/ubuntu20/Dockerfile)
* [Ubuntu 22]({{ page.dockerUrl }}/ubuntu22/Dockerfile)
* [Ubuntu 24]({{ page.dockerUrl }}/ubuntu24/Dockerfile)
* [Fedora 37]({{ page.dockerUrl }}/fedora37/Dockerfile)
* [Oracle Linux 9]({{ page.dockerUrl }}/oraclelinux9/Dockerfile)

To build a normal release:

Expand Down Expand Up @@ -59,7 +60,7 @@ is invoking:

You'll need to install:

* java (>= 1.8)
* java (>= 17)
* maven (>= 3)

To build:
Expand Down

0 comments on commit 8617863

Please sign in to comment.