What is pipelined rdd?



What is pipelined rdd?..

Answer / Gori Shanker Rathaur

Pipelined RDD refers to the execution mode of Spark where the transformations are executed as soon as they are encountered, instead of waiting for all transformations to be chained first. This allows intermediate results to be used in subsequent operations and improves performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is graphx spark?

1 Answers  


Define Actions.

1 Answers  


What is a tuple in spark?

1 Answers  


Define Spark-SQL?

1 Answers  


How do you parse data in xml? Which kind of class do you use with java to parse data?

1 Answers  


Define "PageRank".

1 Answers  


Explain api create or replace tempview()?

1 Answers  


What does rdd mean?

1 Answers  


Is spark and hadoop same?

1 Answers  


Can you explain spark mllib?

1 Answers  


What is sparkconf spark?

1 Answers  


What happens when we submit a spark job?

1 Answers  


Categories