Running a Drill Query from SQuirreL
Query sample data in Drill to verify that the SQuirreL client is successfully connected to the cluster through the Drill JDBC driver.
About this task
To query sample data with Squirrel, complete the following steps:
Procedure
- Click the SQL tab.
-
Enter the following query in the query box:
SELECT * FROM cp.`employee.json`;
- Press Ctrl+Enter to run the query. The query results display.