Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 374CA18024 for ; Wed, 20 Jan 2016 05:52:40 +0000 (UTC) Received: (qmail 50827 invoked by uid 500); 20 Jan 2016 05:52:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 50776 invoked by uid 500); 20 Jan 2016 05:52:40 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 50765 invoked by uid 99); 20 Jan 2016 05:52:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 05:52:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CDBB92C1F5B for ; Wed, 20 Jan 2016 05:52:39 +0000 (UTC) Date: Wed, 20 Jan 2016 05:52:39 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15111) "hbase version" should write to stdout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-15111: -------------------------------- Resolution: Fixed Hadoop Flags: Incompatible change Release Note: The `hbase version` command now outputs directly to stdout rather than to a logger. This change allows the version information to be output consistently regardless of logger configuration. Naturally, this also means the command output ignores all logger configuration. Furthermore, the move from loggers to direct output changes the output of the command to omit metadata commonly included in logger ouput such as a timestamp, log level, and logger name. Status: Resolved (was: Patch Available) > "hbase version" should write to stdout > -------------------------------------- > > Key: HBASE-15111 > URL: https://issues.apache.org/jira/browse/HBASE-15111 > Project: HBase > Issue Type: Improvement > Components: util > Reporter: Gary Helmling > Assignee: Gary Helmling > Priority: Trivial > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: hbase-15111-v1.patch > > > Calling {{hbase version}} currently outputs the version info by writing to {{LOG.info}}. This means, if you change the default log level settings, you may get no output at all on the command line. > Since {{VersionInfo.main()}} is being called, it should really just output straight to stdout. -- This message was sent by Atlassian JIRA (v6.3.4#6332)