-
Notifications
You must be signed in to change notification settings - Fork 12
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
bookworm build all #91
Comments
I had the following set up as per the documentation.
But I was getting errors like this
And it looked like it was trying to cat a file which did not yet exist.
My solution was to move the files (which the code was complaining about) into the place where the build was looking for them (in this case .bookworm/metadata)
In the case of the input.txt file, I still have that in the directory as per the documentation
This really helped and the build ran for a while. |
This ran for quite some time and then appeared to fail looking for the input.txt file
|
The manager python file < https://github.com/Bookworm-project/BookwormDB/blob/master/bookwormDB/manager.py > seemed to be looking in a few places for the input .txt file. I moved mine to .bookworm/texts/input.txt so my final folder and file arrangement was like this
|
I struck an issue regarding the tmp table being full. I saw that this has been addressed here already < #83 > I followed the advice (from Ben) regarding increasing values in the mysql conf and everything seemed to continue well. |
The build completed successfully with the following output
The database is somewhat populated
For example catalog is full of entries, but I notice that the words table is empty any suggestions?
|
Here are a few more counts from the database
Any help would be appreciated. |
I re-ran the build with a smaller set of data and found that the output was the same except for the larger dataset included the line
Interestingly it prints out the line
which is in the CreateDatabase.py file at line 100
|
I think this may have been an issue with running the build over a network. I ran everything again using nohup and it worked perfectly. |
Sorry to not get back to you while this was going on, but glad it worked out. It may be worth putting some of these A disconnect in the middle of a command could definitely cause problems. It seems like there must have been traces of a partial build keeping words from getting loaded in. It's very helpful to have this documentation in there. Two notes to add to the record:
|
Thanks Ben, |
You can email me at [email protected] |
The following is a trail of my latest build, most issues were resolved and this is just a trail of events which may help others.
I do have a specific issue (which is unresolved) which you can see if you scroll down to the very end of this page.
I get the following error when running the bookworm build all
The text was updated successfully, but these errors were encountered: