I am find very difficult to locate the HIVE query logs, basically i want to see what queries were executed.
Basically i want to find the queries in this state:
select foo, count(*) from table where field=value group by foo;
From Hive documentation:
hive.exec.scratchdir
Default Value:
/tmp/${user.name}
in Hive 0.2.0 through 0.8.0/tmp/hive-${user.name}
in Hive 0.8.1 through 0.14.0/tmp/hive
in Hive 0.14.0 and laterThis directory is used by Hive to store the plans for different map/reduce stages for the query as well as to stored the intermediate outputs of these stages
hive.start.cleanup.scratchdir
Default Value: false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With