timyuer commented on PR #1043: URL: https://github.com/apache/bigtop/pull/1043#issuecomment-2063943712
> @timyuer > > > I agree that most components of BigTop have started or completed supporting JDK17, so I think this scenario is unnecessary. > > I think Hadoop would be the blocker, wouldn't it ? https://issues.apache.org/jira/browse/HADOOP-17177 > > > using the BIGTOP_JDK variable can also solve the above problems. > > I think this is partially correct. If you build multi packages with > > * same JDK at the same time > or > * different JDK separatelly > it's enough only to use `BIGTOP_JDK` > However, > * different JDK at the same time > it's not enough. In the third point, using different jdk at the same time can be subdivided into the following two types, - Using two different versions of JDK at the same time, `BIGTOP_JDK` and `preferred-java-version` can be satisfied. - Using three or more different versions of JDK at the same time, neither of the above two can be satisfied. -- 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]
