Skip to content

A sample application to demonstrate sharing RDDs states across spark applications.

License

Notifications You must be signed in to change notification settings

NashTech-Labs/spark-ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-ignite

A sample application to demonstrate sharing state of RDDs across multiple spark applications using Apache Spark and Apache Ignite.
###How to Package and submit Applications There are two application in the source namely: RDDProducer and RDDConsumer. Run the following command in the project root direcotory to package the application:

$ sbt assmebly

When jar is produced. Submit both the applications by changing only the --class argument as:

$ spark-submit --class "com.knoldus.RDDProducer"  --master master_url path_to_jar
$ spark-submit --class "com.knoldus.RDDConsumer"  --master master_url path_to_jar

Checkout the detailed set up instructions at this blog: https://blog.knoldus.com/2016/07/26/sharing-rdds-states-across-spark-applications-with-apache-ignite/

About

A sample application to demonstrate sharing RDDs states across spark applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages