[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-15 Thread Sushanth Sowmyan (JIRA)

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

Sushanth Sowmyan updated HIVE-6826:
---

Fix Version/s: 0.13.1

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Fix For: 0.14.0, 0.13.1
>
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-05 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

   Resolution: Fixed
Fix Version/s: 0.14.0
   Status: Resolved  (was: Patch Available)

committed to trunk.

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Fix For: 0.14.0
>
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Status: Patch Available  (was: Open)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Attachment: HIVE-6826.2.patch

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Attachment: (was: HIVE-6826.2.patch)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Status: Open  (was: Patch Available)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Attachment: HIVE-6826.2.patch

Address Gunther's comments.

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Status: Patch Available  (was: Open)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-05-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Status: Open  (was: Patch Available)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch, HIVE-6826.2.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-04-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Status: Patch Available  (was: Open)

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6826) Hive-tez has issues when different partitions work off of different input types

2014-04-02 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-6826:
-

Attachment: HIVE-6826.1.patch

> Hive-tez has issues when different partitions work off of different input 
> types
> ---
>
> Key: HIVE-6826
> URL: https://issues.apache.org/jira/browse/HIVE-6826
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 0.13.0, 0.14.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-6826.1.patch
>
>
> create table test (key int, value string) partitioned by (p int) stored as 
> textfile;
> insert into table test partition (p=1) select * from src limit 10;
> alter table test set fileformat orc;
> insert into table test partition (p=2) select * from src limit 10;
> describe test;
> select * from test where p=1 and key > 0;
> select * from test where p=2 and key > 0;
> select * from test where key > 0;
> throws a classcast exception



--
This message was sent by Atlassian JIRA
(v6.2#6252)