What is a reliable and unreliable receiver in Spark?



What is a reliable and unreliable receiver in Spark?..

Answer / Anish Kumar

In Spark Streaming, the reliable receiver ensures that it does not miss any messages from the input data stream. The unreliable receiver, on the other hand, allows for some data loss to improve performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Is dataframe immutable?

1 Answers  


What is sc parallelize?

1 Answers  


What is hadoop technology?

1 Answers  


Explain the term paired RDD in Apache Spark?

1 Answers  


What is the difference between client mode and cluster mode in spark?

1 Answers  


What are shared variables in Apache Spark?

1 Answers  


What are the actions in spark?

1 Answers  


What are transformations in spark?

1 Answers  


Can you define yarn?

1 Answers  


Why is spark popular?

1 Answers  


Does spark need yarn?

1 Answers  


Define the term ‘Lazy Evolution’ with reference to Apache Spark

1 Answers  


Categories