Skip to content

Instantly share code, notes, and snippets.

@bazzilio
Last active November 10, 2020 14:51
Show Gist options
  • Save bazzilio/dcf6a3a31308dc9411157a3ed4e749ce to your computer and use it in GitHub Desktop.
Save bazzilio/dcf6a3a31308dc9411157a3ed4e749ce to your computer and use it in GitHub Desktop.
# Presto failed with error
# 82) Error injecting constructor, java.lang.IllegalStateException: INVARIANT: current node not returned from service selector
coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
query.max-memory=5GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery-server.enabled=true
http-server.https.enabled=true
http-server.http.enabled=false
http-server.https.port=8443
http-server.https.keystore.path=/opt/presto-server/etc/truststore.jks
http-server.https.keystore.key=5DzsnhpzCoKtbGDi
discovery.uri=https://localhost:8443
http-server.authentication.allow-forwarded-https=true
http-server.authentication.type=PASSWORD
# Auth is working, but on http there is no auth
coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
query.max-memory=5GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery-server.enabled=true
http-server.https.enabled=true
http-server.http.enabled=true
http-server.https.port=8443
http-server.https.keystore.path=/opt/presto-server/etc/truststore.jks
http-server.https.keystore.key=5DzsnhpzCoKtbGDi
discovery.uri=http://localhost:8080
http-server.authentication.allow-forwarded-https=true
http-server.authentication.type=PASSWORD
password-authenticator.name=file
file.password-file=/opt/presto-server/etc/password.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment