No mr job execution info in beeline

213 Views Asked by At

In beeline, I could not see the job execution info (like job progress), I have already set the following properties in hive-site.xml. Could anyone help to figure out how to diagnose such issues ? How can I check whether hive server2 take the correct configuration ?

hive.server2.logging.operation.level VERBOSE

I only see the following log in beeline

WARNING: Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases.
2

There are 2 best solutions below

0
On

I forget to set hive.async.log.enabled to be false, after this setting it works

0
On

did you try set hive.root.logger=INFO,console;