Re: Spark Scala API still not updated for 2.13 or it's a mistake?

2022-08-02 Thread pengyh
I can use scala 2.13 for spark-shell, but not spark-submit. regards. Spark 3.3.0 supports 2.13, though you need to build it for 2.13. The default binary distro uses 2.12. - To unsubscribe e-mail:

Re: Spark Scala API still not updated for 2.13 or it's a mistake?

2022-08-02 Thread Sean Owen
Oh ha we do provide a pre-built binary for 2.13, oops. I can just remove that line from the docs, I think it's just out of date. On Tue, Aug 2, 2022 at 11:01 AM Roman I wrote: > Ok, though the doc is misleading. The official site provides both 2.12 and > 2.13 pre-build binaries. > Thanks > > On

Re: Spark Scala API still not updated for 2.13 or it's a mistake?

2022-08-02 Thread Roman I
Ok, though the doc is misleading. The official site provides both 2.12 and 2.13 pre-build binaries. Thanks > On 2 Aug 2022, at 18:52, Sean Owen wrote: > > Spark 3.3.0 supports 2.13, though you need to build it for 2.13. The default > binary distro uses 2.12. > > On Tue, Aug 2, 2022, 10:47

Re: Spark Scala API still not updated for 2.13 or it's a mistake?

2022-08-02 Thread Sean Owen
Spark 3.3.0 supports 2.13, though you need to build it for 2.13. The default binary distro uses 2.12. On Tue, Aug 2, 2022, 10:47 AM Roman I wrote: > > For the Scala API, Spark 3.3.0 uses Scala 2.12. You will need to use a > compatible Scala version (2.12.x). > >

Spark Scala API still not updated for 2.13 or it's a mistake?

2022-08-02 Thread Roman I
For the Scala API, Spark 3.3.0 uses Scala 2.12. You will need to use a compatible Scala version (2.12.x). https://spark.apache.org/docs/latest/