[jira] [Updated] (HIVE-20659) Update commons-compress to 1.18 due to security issues

2018-11-19 Thread Vihang Karajgaonkar (JIRA)


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

Vihang Karajgaonkar updated HIVE-20659:
---
Fix Version/s: 4.0.0

> Update commons-compress to 1.18 due to security issues
> --
>
> Key: HIVE-20659
> URL: https://issues.apache.org/jira/browse/HIVE-20659
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 1.2.1, 3.0.0, 2.3.2, 3.1.0
>Reporter: Jörn Franke
>Assignee: Bharathkrishna Guruvayoor Murali
>Priority: Critical
> Fix For: 4.0.0
>
> Attachments: HIVE-20659.1.patch
>
>
> Currently most Hive version depends on commons-compress 1.9 or 1.4. Those 
> versions have several security issues: 
> [https://commons.apache.org/proper/commons-compress/security-reports.html]
> I propose to upgrade all commons-compress dependencies in all Hive 
> (sub-)projects to at least 1.18. This will also make it easier for future 
> extensions to Hive (serde, udfs, etc.) that have dependencies to 
> commons-compress (e.g. [https://github.com/zuinnote/hadoopoffice/wiki)] to 
> integrate into Hive without upgrading the commons-compress library manually 
> in the Hive lib folder.



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


[jira] [Updated] (HIVE-20659) Update commons-compress to 1.18 due to security issues

2018-10-17 Thread Bharathkrishna Guruvayoor Murali (JIRA)


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

Bharathkrishna Guruvayoor Murali updated HIVE-20659:

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

> Update commons-compress to 1.18 due to security issues
> --
>
> Key: HIVE-20659
> URL: https://issues.apache.org/jira/browse/HIVE-20659
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 1.2.1, 3.0.0, 2.3.2, 3.1.0
>Reporter: Jörn Franke
>Assignee: Bharathkrishna Guruvayoor Murali
>Priority: Critical
> Attachments: HIVE-20659.1.patch
>
>
> Currently most Hive version depends on commons-compress 1.9 or 1.4. Those 
> versions have several security issues: 
> [https://commons.apache.org/proper/commons-compress/security-reports.html]
> I propose to upgrade all commons-compress dependencies in all Hive 
> (sub-)projects to at least 1.18. This will also make it easier for future 
> extensions to Hive (serde, udfs, etc.) that have dependencies to 
> commons-compress (e.g. [https://github.com/zuinnote/hadoopoffice/wiki)] to 
> integrate into Hive without upgrading the commons-compress library manually 
> in the Hive lib folder.



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


[jira] [Updated] (HIVE-20659) Update commons-compress to 1.18 due to security issues

2018-10-11 Thread Bharathkrishna Guruvayoor Murali (JIRA)


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

Bharathkrishna Guruvayoor Murali updated HIVE-20659:

Status: Patch Available  (was: Open)

> Update commons-compress to 1.18 due to security issues
> --
>
> Key: HIVE-20659
> URL: https://issues.apache.org/jira/browse/HIVE-20659
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 3.1.0, 2.3.2, 3.0.0, 1.2.1
>Reporter: Jörn Franke
>Assignee: Bharathkrishna Guruvayoor Murali
>Priority: Critical
> Attachments: HIVE-20659.1.patch
>
>
> Currently most Hive version depends on commons-compress 1.9 or 1.4. Those 
> versions have several security issues: 
> [https://commons.apache.org/proper/commons-compress/security-reports.html]
> I propose to upgrade all commons-compress dependencies in all Hive 
> (sub-)projects to at least 1.18. This will also make it easier for future 
> extensions to Hive (serde, udfs, etc.) that have dependencies to 
> commons-compress (e.g. [https://github.com/zuinnote/hadoopoffice/wiki)] to 
> integrate into Hive without upgrading the commons-compress library manually 
> in the Hive lib folder.



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


[jira] [Updated] (HIVE-20659) Update commons-compress to 1.18 due to security issues

2018-10-11 Thread Bharathkrishna Guruvayoor Murali (JIRA)


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

Bharathkrishna Guruvayoor Murali updated HIVE-20659:

Attachment: HIVE-20659.1.patch

> Update commons-compress to 1.18 due to security issues
> --
>
> Key: HIVE-20659
> URL: https://issues.apache.org/jira/browse/HIVE-20659
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 1.2.1, 3.0.0, 2.3.2, 3.1.0
>Reporter: Jörn Franke
>Assignee: Bharathkrishna Guruvayoor Murali
>Priority: Critical
> Attachments: HIVE-20659.1.patch
>
>
> Currently most Hive version depends on commons-compress 1.9 or 1.4. Those 
> versions have several security issues: 
> [https://commons.apache.org/proper/commons-compress/security-reports.html]
> I propose to upgrade all commons-compress dependencies in all Hive 
> (sub-)projects to at least 1.18. This will also make it easier for future 
> extensions to Hive (serde, udfs, etc.) that have dependencies to 
> commons-compress (e.g. [https://github.com/zuinnote/hadoopoffice/wiki)] to 
> integrate into Hive without upgrading the commons-compress library manually 
> in the Hive lib folder.



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