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

[Bug] [Module Name] can not support arm #15687

Closed
2 of 3 tasks
MonkeyIsMe opened this issue Mar 8, 2024 · 2 comments
Closed
2 of 3 tasks

[Bug] [Module Name] can not support arm #15687

MonkeyIsMe opened this issue Mar 8, 2024 · 2 comments
Labels
wontfix This will not be worked on

Comments

@MonkeyIsMe
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

system version:Linux localhost.localdomain 4.19.90-24.4.v2101.ky10.aarch64 #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux

dolphinscheduler version 3.2.0

to do this
$ DOLPHINSCHEDULER_VERSION=3.2.1
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz

Mac Linux 用户

$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker

Windows 用户, cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker

如果需要初始化或者升级数据库结构,需要指定profile为schema

$ docker-compose --profile schema up -d

启动dolphinscheduler所有服务,指定profile为all

$ docker-compose --profile all up -d

logs1

logs2

What you expected to happen

it can run on arm64

How to reproduce

to do this
$ DOLPHINSCHEDULER_VERSION=3.2.1
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz

Mac Linux 用户

$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker

Windows 用户, cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker

如果需要初始化或者升级数据库结构,需要指定profile为schema

$ docker-compose --profile schema up -d

启动dolphinscheduler所有服务,指定profile为all

$ docker-compose --profile all up -d

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@MonkeyIsMe MonkeyIsMe added bug Something isn't working Waiting for reply Waiting for reply labels Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

system version: Linux localhost.localdomain 4.19.90-24.4.v2101.ky10.aarch64 #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux

dolphinscheduler version 3.2.0

to do this
$ DOLPHINSCHEDULER_VERSION=3.2.1
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz

Mac Linux users

$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker

Windows users, cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker

If you need to initialize or upgrade the database structure, you need to specify profile as schema

$ docker-compose --profile schema up -d

Start all services of dolphinscheduler and specify profile as all

$ docker-compose --profile all up -d

logs1

logs2

What you expected to happen

it can run on arm64

How to reproduce

to do this
$ DOLPHINSCHEDULER_VERSION=3.2.1
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz

Mac Linux users

$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker

Windows users, cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker

If you need to initialize or upgrade the database structure, you need to specify profile as schema

$ docker-compose --profile schema up -d

Start all services of dolphinscheduler and specify profile as all

$ docker-compose --profile all up -d

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@SbloodyS
Copy link
Member

Please describe in English.

@SbloodyS SbloodyS added wontfix This will not be worked on and removed bug Something isn't working Waiting for reply Waiting for reply labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants