FMX commented on code in PR #2073:
URL:
https://github.com/apache/incubator-celeborn/pull/2073#discussion_r1390584894
##########
project/CelebornBuild.scala:
##########
@@ -913,6 +913,31 @@ object MRClientProjects {
)
}
+ def mrIt: Project = {
+ val hadoopVersion = "3.3.6"
Review Comment:
Maybe we can upgrade Celeborn's guava to 27 to resolve this issue. HDFS
3.2.4 client can access HDFS 2.x clutster while HDFS 3.3.6 can not access HDFS
2.x cluster.
--
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]