Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 634 Bytes

File metadata and controls

19 lines (12 loc) · 634 Bytes

spark-wikipedia-dump-loader-example

Build Status

An example of spark-wikipedia-dump-loader

Run

cd <this repo>
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.