Can we do real-time processing using spark sql?
Answer Posted / Reeta Verma
Yes, Spark SQL supports real-time processing through the DataFrame API, which can process streaming data using the Spark Streaming library.
Post New Answer View All Answers
List the advantage of Parquet file in Apache Spark?
474
What is the latest version of spark?
288
What is meant by Transformation? Give some examples.
328
Explain how RDDs work with Scala in Spark
355