Skip to content

Commit 4bdcf1b

Browse files
committed
fix
1 parent c1299ef commit 4bdcf1b

5 files changed

Lines changed: 0 additions & 287 deletions

File tree

dev/deps/dependencies-client-flink-1.16

Lines changed: 0 additions & 83 deletions
This file was deleted.

dev/deps/dependencies-client-flink-1.17

Lines changed: 0 additions & 83 deletions
This file was deleted.

dev/deps/dependencies-client-spark-2.4

Lines changed: 0 additions & 83 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,24 +1512,6 @@
15121512
<aliyun-deps>true</aliyun-deps>
15131513
</properties>
15141514
</profile>
1515-
<profile>
1516-
<id>spark-2.4</id>
1517-
<modules>
1518-
<module>client-spark/common</module>
1519-
<module>client-spark/spark-2</module>
1520-
<module>client-spark/spark-2-shaded</module>
1521-
<module>tests/spark-it</module>
1522-
</modules>
1523-
<properties>
1524-
<lz4-java.group>org.lz4</lz4-java.group>
1525-
<lz4-java.version>1.4.0</lz4-java.version>
1526-
<scala.version>2.11.12</scala.version>
1527-
<scala.binary.version>2.11</scala.binary.version>
1528-
<spark.version>2.4.8</spark.version>
1529-
<zstd-jni.version>1.4.4-3</zstd-jni.version>
1530-
<commons-lang3.version>3.17.0</commons-lang3.version>
1531-
</properties>
1532-
</profile>
15331515

15341516
<profile>
15351517
<id>spark-3.0</id>

project/CelebornBuild.scala

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -880,26 +880,6 @@ object CelebornWorker {
880880
// Spark Client //
881881
////////////////////////////////////////////////////////
882882

883-
object Spark24 extends SparkClientProjects {
884-
885-
val sparkClientProjectPath = "client-spark/spark-2"
886-
val sparkClientProjectName = "celeborn-client-spark-2"
887-
val sparkClientShadedProjectPath = "client-spark/spark-2-shaded"
888-
val sparkClientShadedProjectName = "celeborn-client-spark-2-shaded"
889-
890-
// val jacksonVersion = "2.5.7"
891-
// val jacksonDatabindVersion = "2.6.7.3"
892-
val lz4JavaVersion = "1.4.0"
893-
val sparkProjectScalaVersion = "2.11.12"
894-
// scalaBinaryVersion
895-
// val scalaBinaryVersion = "2.11"
896-
val sparkVersion = "2.4.8"
897-
val zstdJniVersion = "1.4.4-3"
898-
899-
override val commonsLang3Version: String = "3.17.0"
900-
override val includeColumnarShuffle: Boolean = false
901-
}
902-
903883
object Spark30 extends SparkClientProjects {
904884

905885
val sparkClientProjectPath = "client-spark/spark-3"

0 commit comments

Comments
 (0)