Check the Cluster is Ready
You can check that the Varada cluster nodes are up from the CLI. If you are working with a Varada cluster, you can also see the status of the cluster in the Varada Control Center.
Check the Cluster is Ready from the CLI
Run the following commands from the command line to check that the Varada cluster nodes are up and the Varada catalog is available:
# start the cli by running trino or pcli
pcli
# see the cluster nodes are up
select * from system.runtime.nodes;
# see existing catalogs
show catalogs;
Check the Cluster is Ready from the Varada Control Center
When you are working with a Varada cluster, you can see the status of a cluster in the Varada Control Center, on the Clusters page:

Updated about 1 year ago