jerqi commented on PR #1317:
URL:
https://github.com/apache/incubator-uniffle/pull/1317#issuecomment-1816003091
For Spark 2.3, there are errors as below
```
Error: COMPILATION ERROR :
[INFO] -------------------------------------------------------------
Error:
/home/runner/work/incubator-uniffle/incubator-uniffle/client-spark/common/src/main/java/org/apache/spark/shuffle/SparkVersionUtils.java:[25,67]
error: cannot find symbol
symbol: method SPARK_VERSION_SHORT()
location: variable MODULE$ of type package$
```
For Spark 3.2.0, there are errors as below
```
rg.apache.uniffle.common.exception.RssException:
java.lang.NoSuchMethodException:
org.apache.spark.MapOutputTrackerMaster.getMapSizesByExecutorId(int, int, int,
int, int)
at
org.apache.spark.shuffle.RssShuffleManager.getExpectedTasksByExecutorId(RssShuffleManager.java:764)
at
org.apache.spark.shuffle.RssShuffleManager.getReader(RssShuffleManager.java:549)
at
org.apache.spark.shuffle.RssShuffleManager.getReader(RssShuffleManager.java:535)
at org.apach
```
The spotbugs also failed.
--
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]