You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by P lva <ru...@gmail.com> on 2014/12/29 21:14:19 UTC

Query Logs

Hello everyone,

Is there any way to figure out query associated with the application id
when using tez as the execution engine ?

Thanks

Re: Query Logs

Posted by P lva <ru...@gmail.com>.
I want it in the CLI.
Yarn application history server doesnt store the tez query itself but just
the session ID.

On Mon, Dec 29, 2014 at 8:12 PM, Navis류승우 <na...@nexr.com> wrote:

> When using hive shell, it's shown in console something like,
>
> hive (default)> select * from src order by key limit 10;
> Query ID = navis_20141230100808_09c0a077-442e-4943-a136-710cba6e94d1
> Total jobs = 1
> Launching Job 1 out of 1
>
> Status: Running (Executing on YARN cluster with App id
> application_1419899870643_0001)
>
>
> You mean in the case of JDBC client?
>
>
> 2014-12-30 5:14 GMT+09:00 P lva <ru...@gmail.com>:
>
>> Hello everyone,
>>
>> Is there any way to figure out query associated with the application id
>> when using tez as the execution engine ?
>>
>> Thanks
>>
>>
>

Re: Query Logs

Posted by Navis류승우 <na...@nexr.com>.
When using hive shell, it's shown in console something like,

hive (default)> select * from src order by key limit 10;
Query ID = navis_20141230100808_09c0a077-442e-4943-a136-710cba6e94d1
Total jobs = 1
Launching Job 1 out of 1

Status: Running (Executing on YARN cluster with App id
application_1419899870643_0001)


You mean in the case of JDBC client?


2014-12-30 5:14 GMT+09:00 P lva <ru...@gmail.com>:

> Hello everyone,
>
> Is there any way to figure out query associated with the application id
> when using tez as the execution engine ?
>
> Thanks
>
>