[jira] [Updated] (HIVE-9907) insert into table values() when UTF-8 character is not correct

2015-12-15 Thread Alan Gates (JIRA)

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

Alan Gates updated HIVE-9907:
-
Assignee: niklaus xiao

> insert into table values()   when UTF-8 character is not correct
> 
>
> Key: HIVE-9907
> URL: https://issues.apache.org/jira/browse/HIVE-9907
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Clients, JDBC
>Affects Versions: 0.14.0, 0.13.1, 1.0.0
> Environment: centos 6   LANG=zh_CN.UTF-8
> hadoop 2.6
> hive 1.1.0
>Reporter: Fanhong Li
>Assignee: niklaus xiao
>Priority: Critical
> Attachments: HIVE-9907.1.patch
>
>
> insert into table test_acid partition(pt='pt_2')
> values( 2, '中文_2' , 'city_2' )
> ;
> hive> select *
> > from test_acid 
> > ;
> OK
> 2 -�_2city_2  pt_2
> Time taken: 0.237 seconds, Fetched: 1 row(s)
> hive> 
> CREATE TABLE test_acid(id INT, 
> name STRING, 
> city STRING) 
> PARTITIONED BY (pt STRING)
> clustered by (id) into 1 buckets
> stored as ORCFILE
> TBLPROPERTIES('transactional'='true')
> ;



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


[jira] [Updated] (HIVE-9907) insert into table values() when UTF-8 character is not correct

2015-12-14 Thread niklaus xiao (JIRA)

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

niklaus xiao updated HIVE-9907:
---
Attachment: HIVE-9907.1.patch

> insert into table values()   when UTF-8 character is not correct
> 
>
> Key: HIVE-9907
> URL: https://issues.apache.org/jira/browse/HIVE-9907
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Clients, JDBC
>Affects Versions: 0.14.0, 0.13.1, 1.0.0
> Environment: centos 6   LANG=zh_CN.UTF-8
> hadoop 2.6
> hive 1.1.0
>Reporter: Fanhong Li
>Priority: Critical
> Attachments: HIVE-9907.1.patch
>
>
> insert into table test_acid partition(pt='pt_2')
> values( 2, '中文_2' , 'city_2' )
> ;
> hive> select *
> > from test_acid 
> > ;
> OK
> 2 -�_2city_2  pt_2
> Time taken: 0.237 seconds, Fetched: 1 row(s)
> hive> 
> CREATE TABLE test_acid(id INT, 
> name STRING, 
> city STRING) 
> PARTITIONED BY (pt STRING)
> clustered by (id) into 1 buckets
> stored as ORCFILE
> TBLPROPERTIES('transactional'='true')
> ;



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


[jira] [Updated] (HIVE-9907) insert into table values() when UTF-8 character is not correct

2015-03-10 Thread lfh (JIRA)

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

lfh updated HIVE-9907:
--
Environment: 
centos 6   LANG=zh_CN.UTF-8
hadoop 2.6
hive 1.1.0

  was:
centos 6   encode = zh.UTF-8
hadoop 2.6
hive 1.1.0


> insert into table values()   when UTF-8 character is not correct
> 
>
> Key: HIVE-9907
> URL: https://issues.apache.org/jira/browse/HIVE-9907
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Clients, JDBC
>Affects Versions: 0.14.0, 0.13.1, 1.0.0
> Environment: centos 6   LANG=zh_CN.UTF-8
> hadoop 2.6
> hive 1.1.0
>Reporter: lfh
>Priority: Critical
>
> insert into table test_acid partition(pt='pt_2')
> values( 2, '中文_2' , 'city_2' )
> ;
> hive> select *
> > from test_acid 
> > ;
> OK
> 2 -�_2city_2  pt_2
> Time taken: 0.237 seconds, Fetched: 1 row(s)
> hive> 
> CREATE TABLE test_acid(id INT, 
> name STRING, 
> city STRING) 
> PARTITIONED BY (pt STRING)
> clustered by (id) into 1 buckets
> stored as ORCFILE
> TBLPROPERTIES('transactional'='true')
> ;



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