Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D73A6101F9 for ; Sat, 20 Jul 2013 11:16:52 +0000 (UTC) Received: (qmail 84622 invoked by uid 500); 20 Jul 2013 11:16:52 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84229 invoked by uid 500); 20 Jul 2013 11:16:51 -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 84221 invoked by uid 500); 20 Jul 2013 11:16:49 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84216 invoked by uid 99); 20 Jul 2013 11:16:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 11:16:49 +0000 Date: Sat, 20 Jul 2013 11:16:49 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-2905) Desc table can't show non-ascii comments 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-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714404#comment-13714404 ] Hive QA commented on HIVE-2905: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12589572/HIVE-2905.D11487.1.patch {color:green}SUCCESS:{color} +1 2647 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/109/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/109/console Messages: {noformat} Executing org.apache.hive.ptest.execution.CleanupPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. > Desc table can't show non-ascii comments > ---------------------------------------- > > Key: HIVE-2905 > URL: https://issues.apache.org/jira/browse/HIVE-2905 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.7.0, 0.10.0 > Environment: hive 0.7.0, mysql 5.1.45 > hive 0.10.0, mysql 5.5.30 > Reporter: Sheng Zhou > Labels: patch > Attachments: HIVE-2905.D11487.1.patch, utf8-desc-comment.patch > > > When desc a table with command line or hive jdbc way, the table's comment can't be read. > 1. I have updated javax.jdo.option.ConnectionURL parameter in hive-site.xml file. > jdbc:mysql://*.*.*.*:3306/hive?characterEncoding=UTF-8 > 2. In mysql database, the comment field of COLUMNS table can be read normally. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira