You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built clp-json with an uncommented clp-config.yml file (to specify custom ports during development). In the uncommented file, the archive output dir is stated as var/data/archives. Using this uncommented file causes the docker compose up command to fail with the following message:
service "presto-worker" refers to undefined volume var/data/archives: invalid compose project
@kirkrodrigues identified that I can get around this by adding
in place of line 114: env_vars["CLP_ARCHIVES_DIR"] = clp_archives_dir in clp/tools/deployment/presto-clp/scripts/generate-user-env-vars-file.py, which solved the issue.