-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scala-cli doesn't work with 2.13.11-M2
#2130
Comments
not sure if scala-cli has handling of the primary purpose of 2.13.11-M2 was to re-bootstrap the compiler, rather than to be for general use; though of course it ought to work regardless consider using |
I think M2 refers to https://github.com/scala/scala/releases/tag/v2.13.11-M2, its just like
When using |
Not really, except that
Indeed, but on first run it you'll see a fixed version number that you're free to swap in for the varying one. That's why I included "which at the moment is 2.13.11-bin-366ba4a" |
I mean we at least should handle
I tried |
I see. That might merit a separate ticket? |
Version(s)
Scala CLI version: 1.0.0-RC2
Scala version (default): 3.2.2
Describe the bug
scala-cli run -j system -S 2.13.11-M2 --spark-standalone test.scala
shows error
Error: Could not find or load main class org.apache.spark.deploy.SparkSubmit
while
scala-cli run -j system -S 2.13.nightly--spark-standalone test.scala
works wellTo Reproduce
with file (in example)
and run
scala-cli run -j system -S 2.13.11-M2 --spark-standalone test.scala
Expected behaviour
scala-cli would resolves
org.apache.spark::spark-sql:3.4.0
toorg.apache.spark:spark-sql_2.13.11-M2:3.4.0
, expectorg.apache.spark:spark-sql_2.13:3.4.0
The text was updated successfully, but these errors were encountered: