[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-07 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
   Resolution: Fixed
Fix Version/s: 4.0.0
   Status: Resolved  (was: Patch Available)

Pushed to master, thanks for reviewing [~ashutoshc].

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-21085.patch, HIVE-21085.patch, HIVE-21085.patch, 
> HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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


[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-07 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
Attachment: HIVE-21085.patch

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-21085.patch, HIVE-21085.patch, HIVE-21085.patch, 
> HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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


[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-05 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
Attachment: HIVE-21085.patch

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-21085.patch, HIVE-21085.patch, HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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


[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-04 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
Attachment: HIVE-21085.patch

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-21085.patch, HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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


[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-04 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
Attachment: HIVE-21085.patch

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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


[jira] [Updated] (HIVE-21085) Materialized views registry starts non-external tez session

2019-01-04 Thread Jesus Camacho Rodriguez (JIRA)


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

Jesus Camacho Rodriguez updated HIVE-21085:
---
Status: Patch Available  (was: In Progress)

> Materialized views registry starts non-external tez session
> ---
>
> Key: HIVE-21085
> URL: https://issues.apache.org/jira/browse/HIVE-21085
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Prasanth Jayachandran
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-21085.patch
>
>
> Materialized views registry is doing SessionState.start() which will start 
> regular tez session. In the presence of external tez sessions, it should get 
> session from external sessions pool. There are also other places where 
> SessionState.start() might be invoked.



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