Hi everyone,
For a few days now, my notebook containing some Databricks functions stopped working.
Last day my notebook correctly ran was the 6th of April.
Since then, jobs won't stop and keep running because some functions don't end.
I figured those functions were related to dataframe.
I tried a simple example from databricks documentation (https://docs.databricks.com/spark/latest/dataframes-datasets/introduction-to-dataframes-python.html) and tried to run it and I have the exact same result.
Function such as show (showString at NativeMethodAccessorImpl.java:0), count (count at NativeMethodAccessorImpl.java:0) or writing it into a csv file won't end and can run a long time before I cancel it.
Here is the cluster config on which my jobs run
I also tried with other runtimes (10.4 LTS, 9.3 LTS) with the same issue.
Has anyone ever encountered this kind of issue and know how I can reoslve it ?
Thanks in advance 🙂