EricJoy2048 commented on PR #2030: URL: https://github.com/apache/incubator-seatunnel/pull/2030#issuecomment-1159476903
> There have a problem, can't build hadoop 2.x pass on jdk 11. Because hadoop 2.x use jdk tool.jar was removed in JDK 9. Check this: https://stackoverflow.com/questions/53707666/how-to-get-tools-jar-for-openjdk-11-on-windows. Any suggestion? @ruanwenjun @CalvinKirs Can this problem be solved through profile? maven profile can activation by jdk version. For example: ``` <profiles> <profile> <id>onlyhadoop3</id> <jdk>[1.9,1.12)</jdk> </profile> <profiles> ``` -- 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]
