Heavy.ai heavy.conf configuration to whitelist import / export path
Edit heavy.conf under /var/lib/heavyai
(I did this in docker by using echo etc.)
port = 6274
http-port = 6278
calcite-port = 6279
null-div-by-zero = true
allowed-import-paths=["/path/to/import-path"]
allowed-export-paths=["/path/to/export-path"]
[web]
port = 6273
frontend = /opt/heavyai/frontend
I only confirmed whitelisting of importing to Heavy.ai Open Source GPU Version to work by this method.
Comments