Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Minimize verbose for Hive LLAP

avatar
Contributor

How can we minimize the verbose when we run query on LLAP engine on the console.

Example verbose:

capture.png

1 ACCEPTED SOLUTION

avatar
@Sudheer Velagapudi

Try setting

hive.server2.logging.operation.level=EXECUTION;

Below are some other values for the same parameter:

  • NONE: Ignore any logging.
  • EXECUTION: Log completion of tasks.
  • PERFORMANCE: Execution + Performance logs.
  • VERBOSE: All logs.

Hope this helps you.

View solution in original post

1 REPLY 1

avatar
@Sudheer Velagapudi

Try setting

hive.server2.logging.operation.level=EXECUTION;

Below are some other values for the same parameter:

  • NONE: Ignore any logging.
  • EXECUTION: Log completion of tasks.
  • PERFORMANCE: Execution + Performance logs.
  • VERBOSE: All logs.

Hope this helps you.