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.

Related questions

+1 vote
asked Jun 26, 2021 in HDFS by SakshiSharma
+1 vote
asked Jan 20, 2020 in Mathematics by sharadyadav1986
...