apache-drill

Schema-free SQL query engine for Hadoop, NoSQL and cloud storage

brewmacoslinux
Try with needOr install directly
Source

About

Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage

Commands

drill-confdrill-embeddeddrill-localhostsqlline

Examples

Start Drill in embedded mode for local querying$ drill-embedded
Connect to a Drill cluster on localhost$ drill-localhost
Query a JSON file using SQL$ sqlline -u jdbc:drill:zk=local -n admin -p admin -e "SELECT * FROM dfs.`/path/to/file.json`"