How many queries is your Hive instance servicing over time? This script scrapes hiveserver logs to help you get a sense of what kind of queries are running over time.
Usage
./hiveserver2_queries.pl -h
Usage: ./hiveserver2_queries.pl --granularity <DAY|HOUR|MINUTE> --search <"Starting command:|Parsing command:"> <file list to search>
Notes:
Granularity defaults to HOUR.
The "file list to search" can include gz files.
Results are CSV, including a header. You can capture the output a file into Excel if you wish.