例:
select * from <tablename> where <condition>
select sum() from tablename where <condition>
基本的に、フィルター、グループ化、集計 - MR ジョブが生成され、Resource Manager UI で確認できます。
たとえば、次のように言いましょう。
show tables
show database
select * from tablename
select count(*) from tablename
Describe commands
これらのタイプのクエリは MR ジョブを必要とせず、RM に表示されません。これは、この情報が MetaStore でプロパティとして利用できるためです。ハイブはどこかにログを記録しますか? それらのクエリを特定できますか?