ce8dc1e2baf8007a12fb87bb69345b2b83753a00
docker-compose.yml: - Builds the Dockerfile, exposes :8000 - Mounts ./data (persistent) and ./hadoop-conf (ro) for cluster configs - Forwards YARN_RESOURCE_MANAGER_URL via env var (fallback for REST client) - Healthcheck via /openapi.json (cheap liveness probe; MCP initialize handshake would be more accurate but requires session-id plumbing) - restart: unless-stopped for production - Resource limit section commented out (server itself is lightweight) .env.example: - Documents the env vars compose expects - .env is gitignored
Description
No description provided
462 KiB
Languages
Python
98.1%
Shell
1%
Dockerfile
0.9%