You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/06/18 14:44:32 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #2030: [Feature][connector common] Add Hadoop2 and Hadoop3 shade jar

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

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