cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I somehow run spark.something in a worker? - rdd foreach spark.context

alexgv12
New Contributor III

i am using rdd to parallelize a function, in this function i format the record i want to save, how can i store from this function the record with a dataframe? because every time i use spark..... an error is generated Caused by: org.apache.spark.api.python.PythonException: 'RuntimeError: SparkContext should only be created and accessed on the driver.'

How can I somehow run spark. something in a worker?

code - images

2 REPLIES 2

Ryan_Chynoweth
Esteemed Contributor

You cannot. It is not serializable and not available on a worker. I would recommend that you use the DataFrame APIs. It should be much more performant and there are very limited reasons why RDDs should be used over a DataFrame. Your function looks like it could be converted to a user defined function.

Anonymous
Not applicable

Hi @alexander grajales vanegas​ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now