maobaolong commented on code in PR #2022:
URL: 
https://github.com/apache/incubator-uniffle/pull/2022#discussion_r1712529488


##########
common/pom.xml:
##########
@@ -174,6 +174,14 @@
       <groupId>org.apache.hbase.thirdparty</groupId>
       <artifactId>hbase-shaded-jersey</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.projectlombok</groupId>
+      <artifactId>lombok</artifactId>

Review Comment:
   @advancedxy Currently, the spark-client could start a GrpcServer for 
ShuffleManagerGrpcService, so nearly all the module dependent 
web\metrics\prometheus.
   
   We should find a way to do some refactor to reduce the dependencies of 
client jar, then we can reduce class conflict and get a tiny size client jar.
   
   This is not related to this PR.



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