Matt Fuller

Results 52 issues of Matt Fuller

Presto allows you to configure where your catalog directory and the plugin directory are via configuration properties in node.properties. However, when adding a connector, presto-admin will always place the configuration...

when lookup_in_config() from remote_config_util.py encounters an error, it swallows and hides any errors. Additionally, if field validation fails for lookup_port, a warning gets printed to the logs, but the query...

Instead, it should display a message along the lines of "You can't exclude the node on which presto-admin is installed when running this command" See a sample run below: [root@ip-172-30-1-57...

When running the command 'collect logs -H ', the first line shown reads as 'Downloading logs from all the nodes'. This is incorrect. Change this line to show only the...

On a four node cluster with master, slave1, slave2 and slave3, when I run a presto-admin command say connector add hive and specify an invalid host name via -x, no...

On a four node cluster with master, slave1, slave2 and slave3, if I run a presto-admin command with '-x' and mention all the hosts, the error message shown to the...

Allow this via Presto-Admin: https://prestodb.io/docs/current/release/release-0.128.html

Similar to presto-admin collect query_info , but the entire query history. The query_history is gone after a restart/cluster terminate. So nice to have it available locally for user's reference For...

Support specifying nodes in the argument using regular expressions for hostnames and ip address ranges in hosts/-exclude-hosts arg in presto-admin. This wont be for presto-admin server install command but for...