You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Bing Li (JIRA)" <ji...@apache.org> on 2016/07/04 14:21:11 UTC

[jira] [Created] (HIVE-14156) Problem with Chinese characters as partition value when using MySQL

Bing Li created HIVE-14156:
------------------------------

             Summary: Problem with Chinese characters as partition value when using MySQL
                 Key: HIVE-14156
                 URL: https://issues.apache.org/jira/browse/HIVE-14156
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 2.0.0, 1.2.1
            Reporter: Bing Li


Steps to reproduce:
create table t1 (name string, age int) partitioned by (city string) row format delimited fields terminated by ',';

load data local inpath '/tmp/chn-partition.txt' overwrite into table t1 partition (city='北京');


The content of /tmp/chn-partition.txt:

小明,20
小红,15
张三,36
李四,50

When check the partition value in MySQL, it shows ?? instead of "北京".
When run "drop table t1", it will hang.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)