Matt Fuller

Results 52 issues of Matt Fuller

Some PA commands require Presto to be restarted, although we document this everywhere it might be a good option to print a warning message at the end of such commands.

Syntax: presto-admin add worker - adding a worker Install presto on the new worker Configure it. Use default worker configuration. Starts Presto on this node Syntax: presto-admin replace coordinator -...

JMX connector is great for troubleshooting Presto and will be extremely useful for support cases. See more about JMX connector at http://teradata.github.io/presto/docs/148t/connector/jmx.html Let's add it by default when installing via...

The presto-admin installation script looks for directories relative to the current path and not relative to the script itself. Therefore, when you run it from outside of the prestoadmin directory...

Often corporations have special service accounts that have sudo access, but those accounts are not allowed to ssh. We need to figure out how to override the default Fabric settings...

The presto-admin product tests need to do two things when presto-admin changes: 1. rebuild presto-admin 2. remove any docker images from previous tests runs that have the old version of...

A proposal from Brian, though likely without ".properties": Help: presto-admin connector add [connector name | all | all-force] presto-admin connector add Missing parameter: must specify property file name or 'all'...

We need to create some scripts (maybe as a part of presto-admin), which will help to identify issues with presto cluster. Ideally we should be able to detect: - long...

Server status only gives status of the nodes that are part of the presto-admin topology. If the coordinator knows about other presto nodes, status should report those nodes as well...

uninstalling the Presto rpm does not remove logs. This is in order to enable debugging after uninstall. Add a purge command to presto-admin that will uninstall remove log directories left...