Relative Content

Tag Archive for scalaapache-sparkignite

How to use Apache Ignite RDD with Apache Spark RDD in a web application

I created a scala web application using apache ignite and spark. The application uses ignite RDD and Spark RDD. I was only able to successfully run the application by using spark-submit. But I wonder whether there is way to run the application as a standalone web application without submitting the jar to spark and use spark and ignite contexts to connect spark master and ignite server. Can I know it is possible?