Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A4DC18802 for ; Thu, 24 Sep 2015 21:03:04 +0000 (UTC) Received: (qmail 25179 invoked by uid 500); 24 Sep 2015 21:03:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 25157 invoked by uid 500); 24 Sep 2015 21:03:04 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 25147 invoked by uid 99); 24 Sep 2015 21:03:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 21:03:04 +0000 Date: Thu, 24 Sep 2015 21:03:04 +0000 (UTC) From: "Daniel Dai (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11950) WebHCat status file doesn't show UTF8 character 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/HIVE-11950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-11950: ------------------------------ Attachment: HIVE-11950.1.patch > WebHCat status file doesn't show UTF8 character > ----------------------------------------------- > > Key: HIVE-11950 > URL: https://issues.apache.org/jira/browse/HIVE-11950 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 1.2.1 > Reporter: Daniel Dai > Assignee: Daniel Dai > Fix For: 1.3.0, 2.0.0 > > Attachments: HIVE-11950.1.patch > > > If we do a select on a UTF8 table and store the console output into the status file (enablelog=true), the UTF8 character is garbled. The reason is we don't specify encoding when opening stdout/stderr in statusdir. This will cause problem especially on Windows, when the default OS encoding is not UTF8. -- This message was sent by Atlassian JIRA (v6.3.4#6332)