jiangzho commented on code in PR #10:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/10#discussion_r1581640438


##########
gradle.properties:
##########
@@ -18,17 +18,23 @@
 group=org.apache.spark.k8s.operator
 version=0.1.0
 
-fabric8Version=6.12.1
+# Caution: fabric8 version should be aligned with Spark dependency
+fabric8Version=6.7.2

Review Comment:
   This is caused by the co-exist dependency of Spark 3.5.1 .  fabric8 `6.7.2` 
and `6.12.1` are not binary compatible, it complains even if we exclude that 
from Spark dependency. 
   
   A reminder has been added here to align the fabric8 version used by Spark 
and operator. I'll update this when 4.0.0 rcs become available



-- 
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: reviews-unsubscr...@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to