Datasets:
File size: 248 Bytes
e8c001c | 1 2 3 4 5 6 7 | docker_image: dataclaw-eval-presto:v1.0
metastore: true
init_cmd: spark-submit --driver-memory 2g {init_script}
init_script_name: init_db.py
gateway_cmd: bash -c 'nohup /opt/trino/bin/launcher-java17 run > /tmp/trino.log 2>&1 &'
gateway_port: 8080
|