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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to