An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/spark-wikipedia-dump-loader-example

An example of spark-wikipedia-dump-loader
https://github.com/nwtgck/spark-wikipedia-dump-loader-example

example scala spark wikipedia-dump

Last synced: 24 days ago
JSON representation

An example of spark-wikipedia-dump-loader

Awesome Lists containing this project

README

          

# spark-wikipedia-dump-loader-example
[![Build Status](https://travis-ci.org/nwtgck/spark-wikipedia-dump-loader-example.svg?branch=master)](https://travis-ci.org/nwtgck/spark-wikipedia-dump-loader-example)

An example of [spark-wikipedia-dump-loader](https://github.com/nwtgck/spark-wikipedia-dump-loader)

## Run

```bash
cd
sbt stage
./target/universal/stage/bin/spark-wikipedia-dump-loader-example
```

NOTE: `sbt run` doesn't work (I don't know the reason), However, run by IntelliJ is fine.

## Main.scala

You can find [Main.scala](src/main/scala/io/github/nwtgck/spark_wikipedia_dump_loader_example/Main.scala).