Answer Posted / Mr.manoj Kumar
Yes, Spark SQL supports real-time processing by allowing users to process streaming data in addition to batch data. This is done using DataFrames and Datasets, which provide a programming interface that simplifies working with large datasets. To use streaming with Spark SQL, the DataFrame or Dataset needs to be created from a DStream.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers