mikeizbicki / cmc-csci143

big data course materials
41 stars 76 forks source link

lab part 1 issue #379

Closed JTan242 closed 10 months ago

JTan242 commented 10 months ago

I've been having trouble with the last part of lab part 1. I've tried reloading things but I ended up messing up some of my data because when I input: sqlite> select count(*) from interactions; I get 39999 where I should be getting just 9999.

How can I reset this back to normal?

ains-arch commented 10 months ago

There might be a better way but I think you should be able to delete the goodreads.db file with rm goodreads.db in the shell and then restart from the beginning of part 3.