cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Enable programmatically writing to files

rubenteixeira
New Contributor III

Hi everyone. I'm training a time series forecasting model in Azure Databricks. When I try to parallelize, it gives me this error:

image.pngI have Contributor permission on the Databricks service, on the Azure Portal, and I'm an admin inside the Databricks workspace. What permissions am I missing?

3 REPLIES 3

Hubert-Dudek
Esteemed Contributor III

Can't you use data frames API? Using RDD directly is an outdated method as it is not optimized. Dataframe is automatically distributed (parallelized using partitions and cores). Additionally, how big is a dataset? as running collect() is also a killer and should not be used in production or to return more than a dozen rows.

Debayan
Esteemed Contributor III

Hi,

The error says the below filesystem is read-only and not RW. image

jose_gonzalez
Moderator
Moderator

Hi @Rรบben Teixeiraโ€‹,

Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group