0 votes
in Apache Spark by
Is it possible to do real-time processing with SparkSQL?

1 Answer

0 votes
by

In SparkSQL, real-time data processing is not possible directly. We can register the existing RDD as a SQL table and trigger the SQL queries on priority.

...