[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2021-01-25 Thread Zoltan Haindrich (Jira)


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

Zoltan Haindrich updated HIVE-23546:

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

merged into master. Thank you [~dengzh]!

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Assignee: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-23546.patch
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser add partitions when the external data is ready, or show partitions 
> to check whether it OK to take the work flow one step further in a busy hive 
> cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: (was: HIVE-23546.patch)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: HIVE-23546.patch

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: HIVE-23546.patch

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
> Attachments: HIVE-23546.patch
>
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: (was: HIVE-23546.patch)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: HIVE-23546.patch

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
> Attachments: HIVE-23546.patch
>
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: (was: HIVE-23546.patch)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: HIVE-23546.patch

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
> Attachments: HIVE-23546.patch
>
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: (was: HIVE-23546.patch)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Attachment: HIVE-23546.patch

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Assignee: Zhihua Deng
>Priority: Minor
> Attachments: HIVE-23546.patch
>
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-23546:
--
Labels: pull-request-available  (was: )

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Assignee: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HIVE-23546.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Status: Patch Available  (was: Open)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Assignee: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HIVE-23546.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser use show partitions to determine whether is OK to add partitions 
> when the external data is ready, or take a work flow one step further in a 
> busy hive cluster.



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


[jira] [Updated] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)


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

Zhihua Deng updated HIVE-23546:
---
Description: If the current user is a superuser, there is no need to do 
authorization. This can speed up queries, especially for those ddl queries. For 
example, the superuser add partitions when the external data is ready, or show 
partitions to check whether it OK to take the work flow one step further in a 
busy hive cluster.  (was: If the current user is a superuser, there is no need 
to do authorization. This can speed up queries, especially for those ddl 
queries. For example, the superuser use show partitions to determine whether is 
OK to add partitions when the external data is ready, or take a work flow one 
step further in a busy hive cluster.)

> Skip authorization when user is a superuser
> ---
>
> Key: HIVE-23546
> URL: https://issues.apache.org/jira/browse/HIVE-23546
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Assignee: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
> Attachments: HIVE-23546.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If the current user is a superuser, there is no need to do authorization. 
> This can speed up queries, especially for those ddl queries. For example, the 
> superuser add partitions when the external data is ready, or show partitions 
> to check whether it OK to take the work flow one step further in a busy hive 
> cluster.



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