You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "peacewong (via GitHub)" <gi...@apache.org> on 2023/02/02 07:05:07 UTC

[GitHub] [linkis] peacewong commented on a diff in pull request #4110: [Feat]support different hadoop version compile

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


##########
linkis-engineconn-plugins/spark/pom.xml:
##########
@@ -112,7 +112,7 @@
 
         <exclusion>
           <groupId>org.apache.hadoop</groupId>
-          <artifactId>hadoop-hdfs</artifactId>
+          <artifactId>${hadoop-hdfs-client.artifact}</artifactId>

Review Comment:
   Can it be configured as *



##########
pom.xml:
##########
@@ -111,6 +112,9 @@
     <revision>1.3.2-SNAPSHOT</revision>
     <jedis.version>2.9.2</jedis.version>
     <hadoop.version>2.7.2</hadoop.version>
+    <hadoop-hdfs-client-shade.artifact>hadoop-hdfs</hadoop-hdfs-client-shade.artifact>

Review Comment:
   What is the difference between hadoop-hdfs-client-shade.artifact and hadoop-hdfs-client.artifact?



-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org