Recently I migrated from Hadoop 1.0 to Hadoop 2.0. Now Hive executes on Tez and I cannot find logs with my queries.
I have access to aggregated logs: yarn logs -applicationId application_xxx. But it doesn't contain text of my query
"select foo from myTable where day='2015-07-03' "
Please help me to find logs with query.