Open JonatanTorres opened 4 months ago
Hi @JonatanTorres thank you for reporting this. SparkMeasure relies on the metrics system "transported" via the Spark Listener from the server side to the client side. This does not work with Spark Connect, which decouples the client side from server side. I am not aware of a solution to this issue, right now, but it's something I'd like to further investigate.
Thank you very much for the response, Luca! I will also try to ask Databricks directly!
I am trying to use SparkMeasure on Databricks, but unfortunately, it is not working when the Cluster is on Unity Catalog (Runtime 14.3 LTS).
When running the following code:
It returns this error:
I have already tried some configurations in the session, but nothing worked. When creating a cluster in the same runtime (14.3 LTS) but without Unity Catalog, the code works normally.
Is there any way to solve this? Thank you a lot!