Skip to content

Conversation

@pegasas
Copy link
Contributor

@pegasas pegasas commented Jan 30, 2024

Purpose of the pull request

fix #15533

Brief change log

fix type on docker start guide.

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

Comment on lines 72 to 75
# Initialize the database, make sure database <DATABASE> already exists
$ docker run -d --name dolphinscheduler-tools \
-e DATABASE="postgresql" \
-e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/<DATABASE>" \
-e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/dolphinscheduler" \
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is a typo since we already have comment above.

Copy link
Contributor Author

@pegasas pegasas Jan 30, 2024

Choose a reason for hiding this comment

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

So I think maybe we should correct below 4 into DATABASE?
I think we should all changed to dolphinscheduler or .
or else it is confusing.
It is also a little bit confuse with SPRING_DATABASE configuration.

Copy link
Member

Choose a reason for hiding this comment

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

change others components env SPRING_DATASOURCE_URL LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

change others components env SPRING_DATASOURCE_URL LGTM

Thanks for discussion.
Updated.

@ruanwenjun ruanwenjun added the minor Chore Chores about the project, like code clean, typo, etc. label Jan 30, 2024
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

LGTM.

@SbloodyS SbloodyS added improvement make more easy to user or prompt friendly 3.2.1 labels Jan 31, 2024
@SbloodyS SbloodyS added this to the 3.2.1 milestone Jan 31, 2024
@SbloodyS SbloodyS merged commit 1b42d45 into apache:dev Feb 2, 2024
@pegasas pegasas deleted the issues/15533 branch February 2, 2024 06:21
zhongjiajie pushed a commit that referenced this pull request Feb 6, 2024
Co-authored-by: xiangzihao <[email protected]>
Co-authored-by: Eric Gao <[email protected]>
(cherry picked from commit 1b42d45)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.2.1 document improvement make more easy to user or prompt friendly minor Chore Chores about the project, like code clean, typo, etc. ready-to-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc][Docker] fix typo on start with docker

5 participants