Skip to content

update some env suggestion #2361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community/source-install/compilation-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

This guide is about how to compile Doris on Linux using Ubuntu 16.04 or later versions.
This guide is about how to compile Doris on Linux using Ubuntu 24.04 or later versions.

## Make sure you have the following system dependencies installed.

Expand Down
4 changes: 2 additions & 2 deletions docs/gettingStarted/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'

:::info Environment Recommendations:

* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as CentOS 7.1 or Ubuntu 16.04 and above.
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as Ubuntu and above.

* **Java Environment**: It is advised to use the Java 8 runtime environment. For non-Oracle JDK commercial license users, please use the free Oracle JDK 8u300 or later versions.
* **Java Environment**: It is advised to use the Java 17 runtime environment.

* **User Permissions**: It is recommended to create a new Doris user on Linux and avoid using the root user for operations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

这里使用 Ubuntu 16.04 及以上系统来直接编译。
这里使用 Ubuntu 24.04 及以上系统来直接编译。

## 1 确保拥有以下系统依赖

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'

:::info 环境建议:

* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
* **操作系统:** 推荐使用 Ubuntu AMD/ARM 主流 Linux 环境。

* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300 以后版本
* **Java 环境:** 建议使用 Java 17 运行环境。

* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'

:::info 环境建议:

* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
* **操作系统:** 推荐使用 Ubuntu AMD/ARM 主流 Linux 环境。

* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300 以后版本
* **Java 环境:** 建议使用 Java 17 运行环境。

* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0/gettingStarted/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'

:::info Environment Recommendations:

* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as CentOS 7.1 or Ubuntu 16.04 and above.
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as Ubuntu and above.

* **Java Environment**: It is advised to use the Java 8 runtime environment. For non-Oracle JDK commercial license users, please use the free Oracle JDK 8u300 or later versions.
* **Java Environment**: It is advised to use the Java 17 runtime environment.

* **User Permissions**: It is recommended to create a new Doris user on Linux and avoid using the root user for operations.

Expand Down
Loading