LuciferYang commented on PR #41943:
URL: https://github.com/apache/spark/pull/41943#issuecomment-1657903238

   > The `java.version` can be resolved by
   > 
   > ```
   >        <profile>
   >             <id>java-8</id>
   >             <activation>
   >                 <jdk>1.8</jdk>
   >             </activation>
   >             <properties>
   >                 <java.version>1.8</java.version>
   >             </properties>
   >         </profile>
   > 
   >         <profile>
   >             <id>java-11</id>
   >             <activation>
   >                 <jdk>11</jdk>
   >             </activation>
   >             <properties>
   >                 <java.version>11</java.version>
   >             </properties>
   >         </profile>
   > ```
   
   Is this suggestion works? If it works, we don't need to manually specify 
`-Djava.version=`?
   
   


-- 
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: reviews-unsubscr...@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to