You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/10/12 07:59:37 UTC

[GitHub] [hive] lxxawfl opened a new pull request, #3662: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.3.3-RC0

lxxawfl opened a new pull request, #3662:
URL: https://github.com/apache/hive/pull/3662

   ### What happened?
   There are 3 security vulnerabilities found in org.apache.hadoop:hadoop-common 3.3.1
   - [CVE-2022-25168](https://www.oscs1024.com/hd/CVE-2022-25168)
   - [CVE-2022-26612](https://www.oscs1024.com/hd/CVE-2022-26612)
   - [CVE-2022-25168](https://www.oscs1024.com/hd/CVE-2022-25168)
   
   
   ### What did I do?
   Upgrade org.apache.hadoop:hadoop-common from 3.3.1 to 3.3.3-RC0 for vulnerability fix
   
   ### What did you expect to happen?
   Ideally, no insecure libs should be used.
   
   ### The specification of the pull request
   [PR Specification](https://www.oscs1024.com/docs/pr-specification/) from OSCS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] ayushtkn closed pull request #3662: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.3.3-RC0

Posted by GitBox <gi...@apache.org>.
ayushtkn closed pull request #3662: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.3.3-RC0
URL: https://github.com/apache/hive/pull/3662


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] ayushtkn commented on a diff in pull request #3662: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.3.3-RC0

Posted by GitBox <gi...@apache.org>.
ayushtkn commented on code in PR #3662:
URL: https://github.com/apache/hive/pull/3662#discussion_r994663871


##########
pom.xml:
##########
@@ -133,7 +132,7 @@
     <guava.version>19.0</guava.version>
     <groovy.version>2.4.21</groovy.version>
     <h2database.version>2.1.214</h2database.version>
-    <hadoop.version>3.3.1</hadoop.version>
+    <hadoop.version>3.3.3-RC0</hadoop.version>

Review Comment:
   why would someone like to move to an RC version.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] ayushtkn commented on pull request #3662: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.3.3-RC0

Posted by GitBox <gi...@apache.org>.
ayushtkn commented on PR #3662:
URL: https://github.com/apache/hive/pull/3662#issuecomment-1277639120

   we can't move to 3.3.3, it has some jackson issues which breaks Hive on Tez, We first need to upgrade Tez to 3.3.4+, have a Tez release and then upgrade hadoop version in Hive. Follow the past Jira's upgrading hadoop for history 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org