Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Minimize verbose for Hive LLAP

Contributor

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

Example verbose:

capture.png

1 ACCEPTED SOLUTION

@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

@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.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.