apache / incubator-streampark-website

Apache streampark Website
https://streampark.apache.org/
Apache License 2.0
25 stars 92 forks source link

Downloads: not clear how to choose between 2.12 and 2.11 #356

Closed sebbASF closed 4 months ago

sebbASF commented 4 months ago

https://github.com/apache/incubator-streampark-website/blob/d18115a4f6ea0a04080d5fc48b40fa8ce067fbdd/src/pages/download/languages.json#L27

There are two similar looking artifacts on the download page [1]

apache-streampark_2.12-2.1.3-incubating-bin.tar.gz apache-streampark_2.11-2.1.3-incubating-bin.tar.gz

What is the difference between them? How is one supposed to choose? It would be useful to have an explanation of what these are for.

[1] https://streampark.apache.org/download

tisonkun commented 4 months ago

2.12 and 2.11 refer to the version of Scala.

Scala only maintains compatibility within minor releases, so if users want to use streampark with Scala 2.11 runtime, they should choose the 2.11 variant, similar to 2.12.

sebbASF commented 4 months ago

It would help to explain this on the download page.

wolfboys commented 4 months ago

It would help to explain this on the download page.

Thanks for your reminder, I will submit a PR to solve this issue.

wolfboys commented 4 months ago

Thanks again for your feedback, the download page has been updated: https://github.com/apache/incubator-streampark-website/pull/365