Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 09:09 AM
I am having a problem very similar.
Since yesterday, without a known reason, some commands that used to run daily are now stuck in a "Running command" state. Commands like:
dataframe.show(n=1)
dataframe.toPandas()
dataframe.description()
dataframe.write.format("csv").save(location)
are now stuck also for quite small dataframes with 28 rows and 5 columns, for example. I would appreciate any help since the problem is also in important daily jobs.