astrolabsoftware / spark3D

Spark extension for processing large-scale 3D data sets: Astrophysics, High Energy Physics, Meteorology, …
https://astrolabsoftware.github.io/spark3D/
Apache License 2.0
30 stars 16 forks source link

run_part_scala.sh is failing because of assembly syntax #119

Closed JulienPeloton closed 4 years ago

JulienPeloton commented 5 years ago

The test script run_part_scala.sh is failing because there is no match between the jar name produced by sbt assembly and the jar name used to run the job.

Action item: either change the jar name used to run the job (plus remove explicit deps as assembly jat already contains them), OR use sbt package (names should then match).

plaszczy commented 5 years ago

maybe you could use directly a scala call. version number is availbale in scala.util.Properties.versionNumberString

JulienPeloton commented 5 years ago

wrong issue?

JulienPeloton commented 4 years ago

Fixed in https://github.com/astrolabsoftware/spark3D/commit/f3b24697d03d7c08c3912f127580de7467ee29bb