Details
Description
In hive 1.2 (HIVE-9780) support was added for displaying explain data in a form more
suited for RDBMS users when hive was used on Tez. This setting (hive.explain.user) was
defaulted to 'false' which kept the output format of MR when Tez was used as the execution
engine. In hive 2.0 (HIVE-11037), this default was changed to 'true' which causes these
two tests to fail when the execution engine is Tez. To avoid this on Tez (And potentially spark/MR
if this setting gets implemented there), I have added a setting to this test to turn off
this behavior.