Ignite DataFrames example demonstrates how to connect to Ignite from Spark via Ignite's JDBC driver and work with Ignite using Spark's DataFrames API. To run the example do the following:
- Start an Apache Ignite Node with IgniteNode.java
- Configure Ignite tables with Initializer.java
- Run the Spark application with SparkJdbc.java