[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2016-06-02 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-12713:
---
Fix Version/s: (was: 2.1.0)
   (was: 1.3.0)

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HIVE-12713-branch-1.patch, HIVE-12713-branch-2.0.patch, 
> HIVE-12713.1.patch, HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-23 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: HIVE-12713-branch-1.patch

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Attachments: HIVE-12713-branch-1.patch, HIVE-12713-branch-2.0.patch, 
> HIVE-12713.1.patch, HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-22 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: HIVE-12713-branch-2.0.patch

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Attachments: HIVE-12713-branch-2.0.patch, HIVE-12713.1.patch, 
> HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-21 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: HIVE-12713.1.patch

Thanks [~xuefuz]. I have uploaded a new patch based on the review. The failed 
tests are all aged and need to be addressed with separate JIRAs.

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Attachments: HIVE-12713.1.patch, HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-19 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: HIVE-12713.patch

Re-uploaded patch with trailing empty spaces removed.

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Attachments: HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-19 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: (was: HIVE-12713.patch)

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12713) Miscellaneous improvements in driver compile and execute logging

2015-12-18 Thread Chaoyu Tang (JIRA)

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

Chaoyu Tang updated HIVE-12713:
---
Attachment: HIVE-12713.patch

> Miscellaneous improvements in driver compile and execute logging
> 
>
> Key: HIVE-12713
> URL: https://issues.apache.org/jira/browse/HIVE-12713
> Project: Hive
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
>Priority: Minor
> Attachments: HIVE-12713.patch
>
>
> Miscellaneous compile and execute logging improvements include:
> 1. ensuring that only the redacted query to be logged out
> 2. removing redundant variable substitution in HS2 SQLOperation
> 3. logging out the query and its compilation time without having to enable 
> PerfLogger debug, to help identify badly written queries which take a lot of 
> time to compile and probably cause other good queries to be queued 
> (HIVE-12516)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)