Created on 02-22-2016 01:54 PM - edited 08-18-2019 05:48 AM
How do i get the complete hive query , when resource manager shows only this much in the UI?
Created 02-22-2016 06:16 PM
You should be able to see the query in the HiveServer log or a Hive-related UI, like Hive View for Ambari or Hue (there should be a query history). The Resourcemanager does not show the full query, because the job is only named after a partial of the query. Why only a partial? Some queries can be quite large and Job Name is limited in regards to the allowed #characters.
Created 02-22-2016 02:27 PM
You can look into the Tez UI in Ambari or in the hiveserver2 log. The query is not in yarn.
Created 02-22-2016 06:16 PM
You should be able to see the query in the HiveServer log or a Hive-related UI, like Hive View for Ambari or Hue (there should be a query history). The Resourcemanager does not show the full query, because the job is only named after a partial of the query. Why only a partial? Some queries can be quite large and Job Name is limited in regards to the allowed #characters.