File tree Expand file tree Collapse file tree
docs/source/user-guide/latest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Other versions may work well enough for development and evaluation purposes.
4141| 3.5.4 | 11/17 | 2.12/2.13 | Yes | No |
4242| 3.5.5 | 11/17 | 2.12/2.13 | Yes | No |
4343| 3.5.6 | 11/17 | 2.12/2.13 | Yes | Yes |
44+ | 3.5.7 | 11/17 | 2.12/2.13 | Yes | Yes |
4445
4546Note that we do not test the full matrix of supported Java and Scala versions in CI for every Spark version.
4647
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- FROM apache/spark:3.5.6 AS builder
18+ FROM apache/spark:3.5.7 AS builder
1919
2020USER root
2121
@@ -70,7 +70,7 @@ RUN mkdir -p /root/.m2 && \
7070RUN cd /comet \
7171 && JAVA_HOME=$(readlink -f $(which javac) | sed "s/\/ bin\/ javac//" ) make release-nogit PROFILES="-Pspark-$SPARK_VERSION -Pscala-$SCALA_VERSION"
7272
73- FROM apache/spark:3.5.6
73+ FROM apache/spark:3.5.7
7474ENV SPARK_VERSION=3.5
7575ENV SCALA_VERSION=2.12
7676USER root
You can’t perform that action at this time.
0 commit comments