Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Minimize verbose for Hive LLAP
Labels:
- Labels:
-
Apache Hive
Contributor
Created ‎01-08-2018 04:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can we minimize the verbose when we run query on LLAP engine on the console.
Example verbose:
1 ACCEPTED SOLUTION
Guru
Created ‎01-09-2018 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
1 REPLY 1
Guru
Created ‎01-09-2018 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
