LucaCanali / sparkMeasure

This is the development repository for sparkMeasure, a tool and library designed for efficient analysis and troubleshooting of Apache Spark jobs. It focuses on easing the collection and examination of Spark metrics, making it a practical choice for both developers and data engineers.
Apache License 2.0
690 stars 144 forks source link

can't find spark-measure 0.21 #43

Closed hen-shalom-riski closed 1 year ago

hen-shalom-riski commented 1 year ago

when try to compile the testsparkmeasurescala_2.12

not found: https://repo1.maven.org/maven2/ch/cern/sparkmeasure/spark-measure_2.12/0.21/spark-measure_2.12-0.21.pom

LucaCanali commented 1 year ago

I confirm that this is an annoying issue, somehow the pom file did not get to maven repos for version 0.21. There does not seem to be a foundamental reason for that, so I'll probably push version 0.22 to work around that. In the meantime, if you need the pom file, you can dowload and compile the latest sparkMeasure vesion from this repo in github or else use vesion 0.20 on maven central.

LucaCanali commented 1 year ago

This is now fixed in sparMeasure v0.22 See: https://repo1.maven.org/maven2/ch/cern/sparkmeasure/spark-measure_2.12/0.22/spark-measure_2.12-0.22.pom