pan3793 commented on code in PR #2073:
URL:
https://github.com/apache/incubator-celeborn/pull/2073#discussion_r1390590509
##########
project/CelebornBuild.scala:
##########
@@ -913,6 +913,31 @@ object MRClientProjects {
)
}
+ def mrIt: Project = {
+ val hadoopVersion = "3.3.6"
Review Comment:
Spark itself is compatible with Guava 27+, but Hive 2.3.9 does not. I
suppose we don't need to enable spark-hive module to do test, thus upgrading
Guava 27 and shading it in the client module makes sense to me.
--
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]