22.5. Trino Command-Line Tools

The GeoMesa Trino distribution includes a set of command-line tools for feature management, export and debugging.

To install the tools, see Setting up the Trino Command Line Tools.

Once installed, the tools should be available through the command geomesa-trino:

$ geomesa-trino
INFO  Usage: geomesa-trino [command] [command options]
  Commands:
    ...

Commands are described in Command-Line Tools, but because Trino is a read-only store, only some of the common commands are available.

22.5.1. General Arguments

Most commands require you to specify the connection to Trino. This generally includes the host, port, and schema. Specify the host with --host, the port with --port, and the schema with --schema. Additionally, the connection user can be specified with --user, and the catalog secret with --secret.

The --auths argument corresponds to the TrinoDataStore parameter geomesa.security.auths. See Data Security for more information.