hive

SQL engine for Hadoop-based data warehouse and analytics

brewmacoslinux
Try with needOr install directly
Source

About

Hadoop-based data summarization, query, and analysis

Commands

hiveschematool

Examples

Start interactive Hive shell$ hive
Execute a Hive SQL query from command line$ hive -e 'SELECT * FROM table_name LIMIT 10;'
Run a Hive script file$ hive -f query_script.sql