4paradigm / 4paradigm/OpenMLDB
feat: taxi docker demo support for arm
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
## Problem
there's problem running x86 docker image on M1 mac, see #140. So best solution is run in arm image.
there is experimental image for openmldb release 0.2.0, see #194. However that was a hacked version, which means the thirdparty, openmldb and spark compiled for arm64 is not reproducible.
Here we need a more generalized solution for arm64 demo image. Make it reproducible 😮
## Solution
Based on previous work, I list a rough TODO list
- [x] base compile image (arm64) to compile thirdparty [hybridsql-base](https://github.com/4paradigm/hybridsql-asserts/pkgs/container/hybridsql-base)
- [ ] arm64 pre-compiled thirdparty
- [ ] zetasql arm64 pre-compiled
- [ ] openmldb compile image for arm64 (hybridsql)
- [ ] openmldb release package for arm64
- [ ] openmldb spark distribution compiled for arm64
- [ ] openmldb taxi demo docker image for arm64
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
The issue outlines a multi-step build process for ARM64 Docker images. Start by examining the existing Dockerfiles and build scripts in the repository, particularly those referenced in issues #140 and #194. The work involves compiling third-party dependencies, zetasql, OpenMLDB itself, and a Spark distribution for ARM64, then assembling the final demo image. Success means creating reproducible build artifacts and a working 'taxi demo' Docker image for ARM64 platforms.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- docker, spark
- Domaine
- build-system, devops, tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 30/100