I was using simple data manipulation using sparkr
on Databricks. The code was working just fine a minute ago and suddenly I started getting the following error:
Error in png(fileName, width = plotWidth, height = plotHeight, pointsize = plotPointSize, : too many open devices
This happens even if I use, for example:
mtcars %>% select(mpg)
I was not making any plots. What could the solution be?