You cannot do such tests, it does not make sense, and you should never trust such a standard.
It will all depend on your own data, do you have JSON files? prefer a drill. You want to request more than 1 TB, prefer Hive, etc.
In addition, you can consider the file format: JSON, Kudu, Parquet or ORC.
Then comes the optimization, Hive + Tez seems better for parrarel requests, but very slow for a single request. While Impala is the opposite (MapReduce and MassiveParrarelProcessing).
In addition, you want to consider hardware resource, disk SSD or not, etc.
I recommend starting with an Apache Drill + JSON file, then try Apache Drill with Parquet or ORC.
If you need help, describe exactly what you have (data + hardware) and what you want.
source share