Distributed SQL query engine for running analytics on big data
Distributed SQL query engine for big data
trinotrino-cli$ trino-server run$ trino --server localhost:8080 --catalog hive --schema default$ trino --server localhost:8080 --execute 'SELECT * FROM table LIMIT 10'