Hi,
Since yesterday, without a known reason, some commands that used to run daily are now stuck in a "Running command" state. Commands as:
dataframe.toPandas()
dataframe.show(n=1)
dataframe.description()
dataframe.write.format("csv").save(location)
get stuck in a “Running command …” state and I receive no output
(or error) until the server stops for inactivity. In the best scenario, the command
runs after a long time and in the worse scenario, the job cannot complete due to
inactivity.
This is happening suddenly since yesterday and there were no updates on the
Databricks runtime or in the cluster. I would appreciate any kind of advice.
About the cluster:
61GB | 8 Cores | DBR 10.4 LTS | Spark 3.2.1 | Scala 2.12
Regards, Luiz