sekikn opened a new pull request, #11832:
URL: https://github.com/apache/dolphinscheduler/pull/11832

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   This PR enables to build DS against the latest version of Hadoop, 3.3.4.
   
   ## Brief change log
   
   * Fix two classes under dolphinscheduler-api to use Apache HttpClient 4.x 
instead of the legacy Commons HttpClient, which was provided by the old version 
of Hadoop through transitive dependencies.
   * Explicitly declare dependency on org.mortbay.jetty in 
dolphinscheduler-common/pom.xml, which is no longer provided by the recent 
version of Hadoop.
   * Fix o.a.dolphinscheduler.server.master.processor.TaskExecuteStartProcessor 
not to use o.a.directory.api.util.Strings unnecessarily so that we can remove 
the dependency on org.apache.directory.api:api-util, which was provided by the 
old version of Hadoop through transitive dependencies.
   * Upgrade the default version of Hadoop in dolphinscheduler-bom/pom.xml.
   
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is already covered by existing tests, such as 
LoginHandlerInterceptorTest for LoginHandlerInterceptor.
   In addition, I made sure that both of the following command succeeded 
locally.
   
   ```
   $ mvn clean install -Prelease -DskipTests -Djacoco.skip=true 
-Dspotless.check.skip=true -Dhadoop.version=2.7.3
   $ mvn clean install -Prelease -DskipTests -Djacoco.skip=true 
-Dspotless.check.skip=true -Dhadoop.version=3.3.4
   ```


-- 
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]

Reply via email to