You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "a49a (via GitHub)" <gi...@apache.org> on 2023/02/09 08:12:23 UTC

[GitHub] [hudi] a49a opened a new issue, #7905: [SUPPORT] IDEA recognizes some modules as Java 7 rather than 8.

a49a opened a new issue, #7905:
URL: https://github.com/apache/hudi/issues/7905

   **Describe the problem you faced**
   
   Below is a snippet of the `.idea/compiler.xml` file content. IDEA would recognize the modules below as Java 7.
   
   > 
         <module name="hudi-cli-bundle_2.11" target="1.7" />
         <module name="hudi-spark-bundle_2.11" target="1.7" />
         <module name="hudi-spark-common_2.11" target="1.7" />            
         <module name="hudi-spark2_2.11" target="1.7" />
         <module name="hudi-spark_2.11" target="1.7" />
         <module name="hudi-utilities-bundle_2.11" target="1.7" />
         <module name="hudi-utilities-slim-bundle_2.11" target="1.7" />
         <module name="hudi-utilities_2.11" target="1.7" />
   
   The rest of the modules are normal Java 8.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.
   2.
   3.
   4.
   
   **Expected behavior**
   
   IDEA recognizes all modules as Java 8 based on maven POM.
   
   **Environment Description**
   
   * Hudi version :  0.13.0-SNAPSHOT (currently master branch)
   
   **Additional context**
   
   
   


-- 
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: commits-unsubscribe@hudi.apache.org.apache.org

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


[GitHub] [hudi] a49a closed issue #7905: [SUPPORT] IDEA recognizes some modules as Java 7 rather than 8.

Posted by "a49a (via GitHub)" <gi...@apache.org>.
a49a closed issue #7905: [SUPPORT] IDEA recognizes some modules as Java 7 rather than 8.
URL: https://github.com/apache/hudi/issues/7905


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] a49a commented on issue #7905: [SUPPORT] IDEA recognizes some modules as Java 7 rather than 8.

Posted by "a49a (via GitHub)" <gi...@apache.org>.
a49a commented on issue #7905:
URL: https://github.com/apache/hudi/issues/7905#issuecomment-1423843722

   I fix this problem by building project with profile `scala-2.11` active and then enabling profile `scala-2.12` active to build project. Every module is normal Java 8 in IDEA.


-- 
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: commits-unsubscribe@hudi.apache.org

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