forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
4.8 KiB
4.8 KiB
Table Data Is Empty on the TezUI HiveQueries Page
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 Hive Queries task data on the Tez web UI, you need to set the following parameters:
On FusionInsight Manager, choose Cluster > Services > Hive > Configurations > All Configurations > 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 |
Parent topic: Common Issues