[ 
https://issues.apache.org/jira/browse/HIVE-12653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yangfang reassigned HIVE-12653:
-------------------------------

    Assignee: yangfang

> The property  "serialization.encoding" in the class 
> "org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe" does not work
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-12653
>                 URL: https://issues.apache.org/jira/browse/HIVE-12653
>             Project: Hive
>          Issue Type: Improvement
>          Components: Contrib
>    Affects Versions: 1.2.1
>            Reporter: yangfang
>            Assignee: yangfang
>
> when I create table with ROW FORMAT SERDE 
> 'org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe' and load some files 
> with chinese encoded by GBK:
> create table PersonInfo (cod_fn_ent string, num_seq_trc_form string, date_tr 
> string, 
> num_jrn_no string, cod_trc_form_typ string,id_intl_ip string, name string  ) 
> ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe' 
> WITH SERDEPROPERTIES ("field.delim"="|!","serialization.encoding"='GBK');
> load data local inpath 
> '/home/mr/hive/99-BoEing-IF_PMT_NOTE-2G-20151019-00000' overwrite into table 
> PersonInfo;
>  I found chinese disorder code in the table and  'serialization.encoding' 
> does not work, which list as below:
> | ����                                                                        
>                                                                         
> 99999999�ϴ�����������                                                      
>                                             0624624002��ʱ����������       
>                                                                               
>                                                



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

Reply via email to