Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0524200B41 for ; Thu, 7 Jul 2016 12:03:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CEED4160A7C; Thu, 7 Jul 2016 10:03:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 237B7160A59 for ; Thu, 7 Jul 2016 12:03:11 +0200 (CEST) Received: (qmail 46994 invoked by uid 500); 7 Jul 2016 10:03:11 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 46954 invoked by uid 99); 7 Jul 2016 10:03:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 10:03:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EB70B2C027F for ; Thu, 7 Jul 2016 10:03:10 +0000 (UTC) Date: Thu, 7 Jul 2016 10:03:10 +0000 (UTC) From: "jack (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-14183) hive 2.1.0 beeline cannot show verbose log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 10:03:13 -0000 jack created HIVE-14183: --------------------------- Summary: hive 2.1.0 beeline cannot show verbose log Key: HIVE-14183 URL: https://issues.apache.org/jira/browse/HIVE-14183 Project: Hive Issue Type: Bug Components: Beeline, HiveServer2 Affects Versions: 2.1.0 Reporter: jack In Hive 1.2.1 , config the log verbose , the beeline client will show the verbose log like this: 16/07/07 13:29:33 INFO mapreduce.Job: The url to track the job: http://host:8088/proxy/application_1467708727273_0035/ 16/07/07 13:29:33 INFO exec.Task: Starting Job = job_1467708727273_0035, Tracking URL = http://host:8088/proxy/application_1467708727273_0035/ 16/07/07 13:29:33 INFO exec.Task: Kill Command = /hadoop/hadoop-2.7.2/bin/hadoop job -kill job_1467708727273_0035 16/07/07 13:30:07 INFO exec.Task: Hadoop job information for Stage-1: number of mappers: 1; number of reducers: 1 16/07/07 13:30:07 WARN mapreduce.Counters: Group org.apache.hadoop.mapred.Task$Counter is deprecated. Use org.apache.hadoop.mapreduce.TaskCounter instead 16/07/07 13:30:07 INFO exec.Task: 2016-07-07 13:30:07,905 Stage-1 map = 0%, reduce = 0% 16/07/07 13:30:17 INFO exec.Task: 2016-07-07 13:30:17,757 Stage-1 map = 100%, reduce = 0%, Cumulative CPU 2.39 sec 16/07/07 13:30:28 the verbose config: hive.server2.logging.operation.enabled true When true, HS2 will save operation logs and make them available for clients hive.server2.logging.operation.log.location /hadooplog/apache-hive-1.2.1-bin/operation_logs Top level directory where operation logs are stored if logging functionality is enabled hive.server2.logging.operation.level VERBOSE Expects one of [none, execution, performance, verbose]. HS2 operation logging mode available to clients to be set at session level. For this to work, hive.server2.logging.operation.enabled should be set to true. NONE: Ignore any logging EXECUTION: Log completion of tasks PERFORMANCE: Execution + Performance logs VERBOSE: All logs However, when upgrade to hive 2.1.0, with the same verbose configure, the verbose log cannot show. -- This message was sent by Atlassian JIRA (v6.3.4#6332)