SteNicholas commented on code in PR #2344:
URL:
https://github.com/apache/incubator-celeborn/pull/2344#discussion_r1507287886
##########
README.md:
##########
@@ -67,6 +67,17 @@ package apache-celeborn-${project.version}-bin.tgz will be
generated.
| Flink 1.17 | ❌ | ✔ | ✔ |
❌ | ❌ | ❌ | ❌
|
| Flink 1.18 | ❌ | ✔ | ✔ |
❌ | ❌ | ❌ | ❌
|
+To compile Spark 2.4 with Scala 2.12, please use the following command
+
+#### Scala 2.12.8/2.12.9/2.12.10
+```shell
+./build/make-distribution.sh -DskipTests -Pspark-2.4
-Dscala.version=${scala.version} -Dscala.binary.version=2.12
-Dmaven.plugin.scala.version=3.2.2 -Dmaven.plugin.silencer.version=1.6.0
+```
+#### Scala 2.12.13-2.12.18
Review Comment:
```suggestion
- Scala 2.12.13-2.12.18
```
##########
README.md:
##########
@@ -67,6 +67,17 @@ package apache-celeborn-${project.version}-bin.tgz will be
generated.
| Flink 1.17 | ❌ | ✔ | ✔ |
❌ | ❌ | ❌ | ❌
|
| Flink 1.18 | ❌ | ✔ | ✔ |
❌ | ❌ | ❌ | ❌
|
+To compile Spark 2.4 with Scala 2.12, please use the following command
+
+#### Scala 2.12.8/2.12.9/2.12.10
Review Comment:
```suggestion
- Scala 2.12.8/2.12.9/2.12.10
```
--
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]