Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Minimize verbose for Hive LLAP

avatar
New Member

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.