[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-26 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 3.0.0
>
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch, HIVE-18517.04.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-26 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Fix Version/s: 3.0.0

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 3.0.0
>
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch, HIVE-18517.04.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-25 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Status: Patch Available  (was: In Progress)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch, HIVE-18517.04.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-25 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Status: In Progress  (was: Patch Available)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch, HIVE-18517.04.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-25 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.04.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch, HIVE-18517.04.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-24 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.03.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-24 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: (was: HIVE-18517.03.patch)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-24 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.03.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-24 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Status: In Progress  (was: Patch Available)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-24 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Status: Patch Available  (was: In Progress)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch, 
> HIVE-18517.03.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.02.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: (was: HIVE-18517.02.patch)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.02.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: (was: HIVE-18517.02.patch)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Attachment: HIVE-18517.02.patch

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch, HIVE-18517.02.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18517) Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag correctly to support LLAP Caching

2018-01-23 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-18517:

Summary: Vectorization: Fix VectorMapOperator to accept VRBs and check 
vectorized flag correctly to support LLAP Caching  (was: Vectorization: Fix 
VectorMapOperator to accept VRBs to support LLAP Caching)

> Vectorization: Fix VectorMapOperator to accept VRBs and check vectorized flag 
> correctly to support LLAP Caching
> ---
>
> Key: HIVE-18517
> URL: https://issues.apache.org/jira/browse/HIVE-18517
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.0.0
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-18517.01.patch
>
>
> LLAP is able to deserialize and cache data from an input format (e.g. 
> TextInputFormat) and will deliver that cached data to VectorMapOperator as 
> VRBs.
> Symptoms:
>    BinaryComparable -> VectorizedRowBatch ClassCastException
>    Text -> VectorizedRowBatch ClassCastException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)