Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #629

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions datasets/wikipedia/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Running inside an IDE

1. Have lumify set up via [instructions](https://github.com/lumifyio/lumify/blob/develop/docs/developer.md).

1. Have the dev.owl imported

1. Compress wikipedia owl folder and import the same way as the dev.owl

<lumify working dir>/datasets/wikipedia/data/ontology

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provide instructions, or a link to instructions for importing ontologies.

1. Run within your IDE

Main class: io.lumify.wikipedia.mapreduce.ImportMR
Program arguments: enwiki-20140102-pages-articles-lines-10.xml
Working directory: <lumify working dir>/datasets/wikipedia/data
Use classpath of module: lumify-wikipedia-mr

## Wikipedia Import via Map Reduce

1. Build the jar:
Expand Down Expand Up @@ -31,16 +48,4 @@

1. Wait for the MR job to complete

1. [Re-index the data](https://github.com/lumifyio/lumify/tree/master/tools/reindex-mr)

## Running inside an IDE

1. Run format

1. [Import the dev.owl](../../docs/ontology.md)

1. [Import the wikipedia.owl](../../docs/ontology.md)

1. Run `io.lumify.wikipedia.mapreduce.ImportMR enwiki-20140102-pages-articles-lines-10.xml`

1. [Re-index the data](../../tools/reindex-mr)
1. [Re-index the data](https://github.com/lumifyio/lumify/tree/develop/tools/reindex-mr)