Skip to content

Commit

Permalink
Minor fix in loaddata.md; Closes #299
Browse files Browse the repository at this point in the history
  • Loading branch information
KMax authored and Valiyil committed Oct 1, 2018
1 parent 6dd6882 commit 5463da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/rya.manual/src/site/markdown/loaddata.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Bulk loading data is done through Map Reduce jobs.
This Map Reduce job will read files into memory and parse them into statements. The statements are saved into the triplestore.
Here are the steps to prepare and run the job:

* Load the RDF data to HDFS. It can be single of multiple volumes and directories in them.
* Load the RDF data to HDFS. It can be single of multiple volumes and can have directories in them.
* Also load the `mapreduce/target/rya.mapreduce-<version>-shaded.jar` executable jar file to HDFS.
* Run the following sample command:

Expand Down

0 comments on commit 5463da2

Please sign in to comment.