You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/07/26 00:35:35 UTC

[GitHub] [orc] williamhyun opened a new pull request, #1194: ORC-1226: Add a deprecation warning for Hadoop 2.7.2 and below

williamhyun opened a new pull request, #1194:
URL: https://github.com/apache/orc/pull/1194

   ### What changes were proposed in this pull request?
   This PR aims to add a deprecation warning for Hadoop 2.7.2 and below at Apache ORC 1.7.6.
   
   
   ### Why are the changes needed?
   To remove old Hadoop dependency from 1.8.0.
   
   
   ### How was this patch tested?
   Pass the CIs and test like below: 
   
   ```
   $ jshell -c core/target/orc-core-1.9.0-SNAPSHOT.jar:shims/target/orc-shims-1.9.0-SNAPSHOT.jar:~/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar:~/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar:~/.m2/repository/org/apache/hadoop/hadoop-common/2.2.0/hadoop-common-2.2.0.jar:~/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
   |  Welcome to JShell -- Version 11.0.15
   |  For an introduction type: /help intro
   
   jshell> org.apache.orc.impl.HadoopShimsFactory.get()
   [main] WARN org.apache.orc.impl.HadoopShimsFactory - Hadoop 2.2.0 support is deprecated. Please upgrade to Hadoop 2.7.3 or above.
   $1 ==> org.apache.orc.impl.HadoopShimsPre2_3@646d64ab
   ```


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun closed pull request #1194: ORC-1226: Add a deprecation warning for Hadoop 2.7.2 and below

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1194: ORC-1226: Add a deprecation warning for Hadoop 2.7.2 and below
URL: https://github.com/apache/orc/pull/1194


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] williamhyun commented on pull request #1194: ORC-1226: Add a deprecation warning for Hadoop 2.7.2 and below

Posted by GitBox <gi...@apache.org>.
williamhyun commented on PR #1194:
URL: https://github.com/apache/orc/pull/1194#issuecomment-1194823427

   cc: @dongjoon-hyun 
   


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1194: ORC-1226: Add a deprecation warning for Hadoop 2.7.2 and below

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1194:
URL: https://github.com/apache/orc/pull/1194#issuecomment-1195009001

   Merged to main/1.8/1.7.


-- 
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: issues-unsubscribe@orc.apache.org

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