Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can I run the spark for the web application?

avatar
Explorer

We are trying to build web application using spark for various web applications , i.e returning the result in json which is processed by spark engine or Impala.

1 ACCEPTED SOLUTION
2 REPLIES 2

avatar

Yes you can defintely spawn a Spark application from webservice.

SparkServer2 is meant for this purpose, It provides a JDBC connection through which you can submit a spark job.
* Do remember sparks jobs are not meant for a key value lookup. Please think in terms of Hbase, solr for such use cases.