I'm not sure if this is the right place to post my question. If not, please let me know where I should post my question.
I want to download large files from the web from Databricks' master(driver) node. For example, I fetch a file over 150GB via API request.
Of course I know this isn't a beautiful thing, but for some reason I have to do it.
The problem is that the master node's disk capacity is insufficient. I tried adding an EBS volume in the cluster settings, but it doesn't seem to be the option I want.
I am trying to download a 150 GB file to the /tmp path on the master node's local file system. I would like to know how to increase insufficient disk space.