4paradigm / 4paradigm/OpenMLDB
feat: taxi docker demo support for arm
- Lingua principale
- C++
- Stelle
- 1.7k
- Fork
- 331
- Merge medio
- 12g 12h
- PR unite (30g)
- 1
Descrizione
## 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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- docker, spark
- Ambito
- build-system, devops, tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100