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:

  1. Start an Apache Ignite Node with IgniteNode.java
  2. Configure Ignite tables with Initializer.java
  3. Run the Spark application with SparkJdbc.java