Define Actions.



Define Actions...

Answer / Dharmesh Kumar

In Spark, Actions are high-level operations that trigger the execution of all pending tasks for a dataset and return a value. Examples include count(), collect(), saveAsTextFile(), and foreach().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Is spark a special attack?

1 Answers  


What happens to rdd when one of the nodes on which it is distributed goes down?

1 Answers  


What is flatmap?

1 Answers  


Explain the Parquet File format in Apache Spark. When is it the best to choose this?

1 Answers  


Does spark store data?

1 Answers  


What is sc parallelize?

1 Answers  


How do I get better performance with spark?

1 Answers  


Name a few commonly used spark ecosystems?

1 Answers  


What is the difference between map and flatmap?

1 Answers  


Why spark is faster than hadoop?

1 Answers  


What is rdd map?

1 Answers  


Can you define rdd?

1 Answers  


Categories