Skip to content
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

Update quick-start.md #1692

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wangtianyi2004
Copy link
Contributor

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

Copy link
Contributor

@wm1581066 wm1581066 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


复制以下内容到 docker-compose.yaml,替换 DORIS_QUICK_START_VERSION 参数为指定版本,如 `2.1.7`。

```plain text
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using text or plain text

be:
image:apache/doris:${DORIS_QUICK_START_VERSION}
hostname:be
networks_mode: host
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

networks_mode should be network_mode ?

version: "3"
services:
fe:
image:apache/doris:${DORIS_QUICK_START_VERSION}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the docker-compose.yaml file, consistent indentation is required. in this example, the indentation is inconsistent, such as the indentation for image: and hostname:.


使用 Admin 账户连接 Apache Doris FE。
```sql
apache-doris/fe/bin/start_be.sh --daemon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

启动 BE,但是脚本路径是 FE ,是否正确

@KassieZ
Copy link
Contributor

KassieZ commented Jan 2, 2025

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants