Spark Interview Questions – Part 2
2020-10-25
Q1 : What is the use of query.awaitTermination() In structured streaming? Answer : In batch processing, we generally load the whole data and store the data at once. But in real time streaming, we get data in micro batches mostly based on trigger processing time, hence the streaming query shouldRead More →