Can I run Shark requests using Spark Streaming?

Is it possible to run Shark requests based on the data contained in the DStreams application Spark Streaming? (to call inside the foreachRDD call)

Is there any specific API for this?

Thank.

+4
source share
1 answer

To answer my question, if someone is concerned about the same problem: there is NO direct answer to my question, you cannot start Shark directly according to Spark Streaming.

Spark SQL , , . Spark , : http://spark.apache.org/docs/latest/sql-programming-guide.html

0

Source: https://habr.com/ru/post/1543319/


All Articles