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


##########
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:
   ```hadoop-hdfs-client.artifact``` will be used as our hdfs client artifact 
for different hadoop version,enum as  ```hadoop-hdfs``` for hadoop2 and 
``hadoop-hdfs-client`` for hadoop3, the version controlled by ``hadoop.version``
   
   ``hadoop-hdfs-client-shade.artifact`` will be used as hadoop shade artifact 
,now for spark use, different spark version may have different  
``hadoop-hdfs-client-shade.version``,the version controlled by 
``hadoop-hdfs-client-shade.version``, instand of ``hadoop.version``, and 
``hadoop-hdfs-client-shade.artifact``  also enum as  ```hadoop-hdfs``` for 
hadoop2 and ``hadoop-hdfs-client`` for hadoop3 ,prepared for furture spark3 
possible used



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