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

java compatibility #44

Closed geofflangenderfer closed 1 year ago

geofflangenderfer commented 1 year ago

are there any barriers to using this with a java spark job?

Scala classes are java classes, so I think it should be fine: https://stackoverflow.com/questions/44993014/can-scala-classes-be-used-in-java#:~:text=Scala%20classes%20are%20Java%20classes,in%20Java%2C%20for%20example%20traits.

I'll report back

LucaCanali commented 1 year ago

INdeed this should work with java too.