Loading movie dataset

Moved from GitHub tutorial/12

Posted by Huarong:

The command in the tutorial will throw error:

$ docker exec -it dgraph dgraphloader -r 1million.rdf.gz
oci runtime error: exec failed: container_linux.go:265: starting container process caused "exec: \"dgraphloader\": executable file not found in $PATH"

I figured out it should be:

$ docker exec -it dgraph dgraph-live-loader -r 1million.rdf.gz

Processing 1million.rdf.gz
Number of mutations run   : 845
Number of RDFs processed  : 844056
Time spent                : 2m59.040369565s
RDFs processed per second : 4715

peterstace commented :

Thank you for reporting, I’ve updated the tutorial to show the correct commands to execute.