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
- Host: GitHub
- URL: https://github.com/nwtgck/spark-wikipedia-dump-loader-example
- Owner: nwtgck
- Created: 2018-01-21T02:35:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T02:54:19.000Z (over 7 years ago)
- Last Synced: 2025-10-07T22:43:07.951Z (8 months ago)
- Topics: example, scala, spark, wikipedia-dump
- Language: Scala
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spark-wikipedia-dump-loader-example
[](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).