GuoPhilipse commented on code in PR #4110:
URL: https://github.com/apache/linkis/pull/4110#discussion_r1070213310


##########
linkis-engineconn-plugins/hive/pom.xml:
##########
@@ -50,6 +50,12 @@
       <artifactId>linkis-storage</artifactId>
       <version>${project.version}</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-client</artifactId>
+        </exclusion>
+      </exclusions>

Review Comment:
   yes,indeed,if we need compile with hadoop3 ,the common modules will contains 
hadoop-clients3 for sure. maybe we need to make hive module and spark module 
fit for hadoop3, instand of keep old hdfs-client version



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to