You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/01 01:00:14 UTC

[GitHub] [orc] dongjoon-hyun opened a new pull request #792: ORC-890: Pin minimum support Hadoop version to 2.2.0

dongjoon-hyun opened a new pull request #792:
URL: https://github.com/apache/orc/pull/792


   ### What changes were proposed in this pull request?
   
   This PR aims to pin the minimum support Hadoop version to 2.2.0.
   
   ### Why are the changes needed?
   
   We have `min.hadoop.version` for three dependencies. We need to pin them all.
   ```
   $ git grep -C1 min.hadoop.version
   java/pom.xml-
   java/pom.xml:    <min.hadoop.version>2.2.0</min.hadoop.version>
   java/pom.xml-    <hadoop.version>2.7.3</hadoop.version>
   --
   java/pom.xml-        <artifactId>hadoop-common</artifactId>
   java/pom.xml:        <version>${min.hadoop.version}</version>
   java/pom.xml-        <scope>provided</scope>
   --
   java/pom.xml-        <artifactId>hadoop-hdfs</artifactId>
   java/pom.xml:        <version>${min.hadoop.version}</version>
   java/pom.xml-        <scope>provided</scope>
   --
   java/pom.xml-        <artifactId>hadoop-mapreduce-client-core</artifactId>
   java/pom.xml:        <version>${min.hadoop.version}</version>
   java/pom.xml-        <scope>provided</scope>
   ```
   
   ### How was this patch tested?
   
   N/A. This affects only `Dependabot`.
   


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

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



[GitHub] [orc] dongjoon-hyun merged pull request #792: ORC-890: Pin minimum support Hadoop version to 2.2.0

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun merged pull request #792:
URL: https://github.com/apache/orc/pull/792


   


-- 
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: dev-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 #792: ORC-890: Pin minimum support Hadoop version to 2.2.0

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


   cc @omalley 


-- 
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: dev-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 #792: ORC-890: Pin minimum support Hadoop version to 2.2.0

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


   Thank you so much for your swift review and approval, @williamhyun !
   Merged to main.


-- 
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: dev-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 #792: ORC-890: Pin minimum support Hadoop version to 2.2.0

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


   This one affects only GitHub `Dependabot`.


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

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