On this page

Show all

Help Center/ MapReduce Service/ Component Operation Guide (Normal)/ Using Tez/ Common Issues/ Table Data Is Empty on the TezUI HiveQueries Page

Table Data Is Empty on the TezUI HiveQueries Page

Updated on 2022-12-09 GMT+08:00

Question

A user logs in to Manager and switches to the Tez web UI page, but no data for the submitted task is displayed on the Hive Queries page.

Answer

To display task data on the Hive Queries page on the Tez web UI, you need to set the following parameters:

On FusionInsight Manager, choose Cluster > Service > Hive and click the Configurations tab and then All Configurations. In the navigation pane on the left, choose HiveServer > Customization. Add the following configuration to hive-site.xml:

Attribute

Attribute Value

hive.exec.pre.hooks

org.apache.hadoop.hive.ql.hooks.ATSHook

hive.exec.post.hooks

org.apache.hadoop.hive.ql.hooks.ATSHook

hive.exec.failure.hooks

org.apache.hadoop.hive.ql.hooks.ATSHook

NOTE:

Data display on TezUI depends on the TimelineServer instance of Yarn. If the TimelineServer instance is faulty or not started, you need to set yarn.timeline-service.enabled to false in yarn-site.xml. Otherwise, the Hive task fails to be executed.

After you configure the parameters and re-execute the Hive task, data can be displayed on the Hive Queries page. However, data of previous tasks cannot be displayed.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback