Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.