Hive can use the Tez engine to process data computing tasks. Before executing a task, you can manually switch the execution engine to Tez.
The TimelineServer role of the Yarn service has been installed in the cluster and is running properly.
set hive.execution.engine=tez;
To specify a running Yarn queue, run the set tez.queue.name=default command on the client.