suizhe007 commented on code in PR #2089:
URL:
https://github.com/apache/incubator-celeborn/pull/2089#discussion_r1407353934
##########
pom.xml:
##########
@@ -96,6 +96,8 @@
<zstd-jni.version>1.5.2-1</zstd-jni.version>
<kubernetes-client.version>6.7.0</kubernetes-client.version>
<rocksdbjni.version>8.5.3</rocksdbjni.version>
+ <jackson.version>2.10.5</jackson.version>
Review Comment:
> why choose such a low version
The version of `org.apache.hadoop.shaded.*.jackson` comes from Hadoop 3.2.4
now. In order to reduce its impact on the original framework. I directly import
the jackson 2.5.1 from Hadoop 3.2.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]