You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/09 15:01:40 UTC

[GitHub] [dolphinscheduler] liqiquan commented on a change in pull request #7479: [Fix-7236][common] Fix bug of the host cannot be recognized when the …

liqiquan commented on a change in pull request #7479:
URL: https://github.com/apache/dolphinscheduler/pull/7479#discussion_r802756123



##########
File path: pom.xml
##########
@@ -57,7 +57,7 @@
         <spring.boot.version>2.5.6</spring.boot.version>
         <java.version>1.8</java.version>
         <logback.version>1.2.3</logback.version>
-        <hadoop.version>2.7.3</hadoop.version>
+        <hadoop.version>2.8.1</hadoop.version>

Review comment:
       The problem is in the org.apache.hadoop:hadoop-ws jar.
   Hadoop has officially solved this problem, but it has only been submitted to versions 2.8.x and 3.0.0-alpha1. This is the  [link](https://issues.apache.org/jira/browse/HADOOP-12963)
   
   In order to solve this problem, our company has upgraded hadoop to 2.8.5。
   I will modify both license and note later.




-- 
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@dolphinscheduler.apache.org

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