Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Spark Usage

Luke Lovett edited this page Feb 17, 2015 · 24 revisions

This page describes how to use the MongoDB Hadoop Connector with Spark.

Installation

  1. Obtain the MongoDB Hadoop Connector. You can either build it or download the jars. The releases page also includes instructions for use with Maven and Gradle. For Spark, all you need is the "core" jar.
  2. Get a JAR for the MongoDB Java Driver.

These are the only two depencies for building a project using Spark and MongoDB.

Basic Usage

TODO

Clone this wiki locally