Replace nt with nq in various places throughout

Manually change testdata.nt to testdata.nq.
This commit is contained in:
kortschak 2014-07-25 14:56:08 +09:30
parent 3995d3dd57
commit fae860f08e
7 changed files with 20 additions and 20 deletions

View file

@ -28,13 +28,13 @@ You can repeat the `--db` and `--dbpath` flags from here forward instead of the
First we load the data.
```bash
./cayley load --config=cayley.cfg.overview --triples=30kmoviedata.nt.gz
./cayley load --config=cayley.cfg.overview --triples=30kmoviedata.nq.gz
```
And wait. It will load. If you'd like to watch it load, you can run
```bash
./cayley load --config=cayley.cfg.overview --triples=30kmoviedata.nt.gz --alsologtostderr
./cayley load --config=cayley.cfg.overview --triples=30kmoviedata.nq.gz --alsologtostderr
```
And watch the log output go by.