[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

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

Pushed to master. Thanks, Rajesh!

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, 
> HIVE-23083.3.patch, Screenshot 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Status: Patch Available  (was: Open)

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, 
> HIVE-23083.3.patch, Screenshot 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Status: Open  (was: Patch Available)

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, 
> HIVE-23083.3.patch, Screenshot 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Attachment: HIVE-23083.3.patch

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, 
> HIVE-23083.3.patch, Screenshot 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Status: Patch Available  (was: Open)

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, Screenshot 
> 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Status: Open  (was: Patch Available)

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, Screenshot 
> 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-05-09 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23083:

Attachment: HIVE-23083.2.patch

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, HIVE-23083.2.patch, Screenshot 
> 2020-03-26 at 2.28.34 PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-03-26 Thread Rajesh Balamohan (Jira)


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

Rajesh Balamohan updated HIVE-23083:

Status: Patch Available  (was: Open)

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, Screenshot 2020-03-26 at 2.28.34 
> PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23083) Enable fast serialization in xprod edge

2020-03-26 Thread Rajesh Balamohan (Jira)


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

Rajesh Balamohan updated HIVE-23083:

Attachment: HIVE-23083.1.patch

> Enable fast serialization in xprod edge
> ---
>
> Key: HIVE-23083
> URL: https://issues.apache.org/jira/browse/HIVE-23083
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Rajesh Balamohan
>Priority: Minor
> Attachments: HIVE-23083.1.patch, Screenshot 2020-03-26 at 2.28.34 
> PM.png
>
>
> {noformat}
> select count(*) from store_sales, store, customer, customer_address where  
> ss_store_sk = s_store_sk and s_market_id=10 and ss_customer_sk = 
> c_customer_sk and c_birth_country <> upper(ca_country);
> {noformat}
> This uses "org/apache/hadoop/io/serializer/WritableSerialization" instead of 
> TezBytesWritableSerialization.
>  
> !Screenshot 2020-03-26 at 2.28.34 PM.png|width=812,height=488!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)