adoroszlai commented on PR #7085:
URL: https://github.com/apache/hadoop/pull/7085#issuecomment-2437127496

   @ayushtkn thanks for checking
   
   ```
   Fatal error compiling: error: release version 1.8 not supported
   ```
   
   
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/756/artifact/out/patch-compile-root.txt
   
   `javac.version` should be updated:
   
   ```diff
   diff --git hadoop-project/pom.xml hadoop-project/pom.xml
   index 4e0b7475cc5..d35e3d399a0 100644
   --- hadoop-project/pom.xml
   +++ hadoop-project/pom.xml
   @@ -157,7 +157,7 @@
        <os-maven-plugin.version>1.7.0</os-maven-plugin.version>
    
        <!-- define the Java language version used by the compiler -->
   -    <javac.version>1.8</javac.version>
   +    <javac.version>8</javac.version>
    
        <!-- The java version enforced by the maven enforcer -->
        <!-- more complex patterns can be used here, such as
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to