Difference between revisions of "Wikidata Import 2025-07-13"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{PageSequence|prev=Wikidata Import 2025-06-07|next=|category=Wikidata|categoryIcon=cloud-download}} | + | {{PageSequence|prev=Wikidata Import 2025-06-07|next=Wikidata Import 2025-07-30|category=Wikidata|categoryIcon=cloud-download}} |
+ | |||
+ | |||
{{Import | {{Import | ||
− | |state= | + | |state=❌ |
|url=https://wiki.bitplan.com/index.php/Wikidata_Import_2025-07-13 | |url=https://wiki.bitplan.com/index.php/Wikidata_Import_2025-07-13 | ||
|target=QLever | |target=QLever | ||
|start=2025-07-13 | |start=2025-07-13 | ||
− | |end= | + | |end=2025-07-13 |
− | |||
|os=Ubuntu 22.04.3 LTS | |os=Ubuntu 22.04.3 LTS | ||
|cpu=Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz (16 cores) | |cpu=Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz (16 cores) | ||
|ram=512 | |ram=512 | ||
− | |||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | |||
+ | |||
= qlv based = | = qlv based = | ||
− | <source lang='bash' highlight='1,5,6,18'> | + | <source lang='bash' highlight='1,5,6,18,22,24'> |
qlv --list | qlv --list | ||
/hd/alpha/qlever/wikidata_20250607/ | /hd/alpha/qlever/wikidata_20250607/ | ||
Line 36: | Line 38: | ||
✅:Started screen session qlever_wikidata_20250713. | ✅:Started screen session qlever_wikidata_20250713. | ||
✅:Logging to /hd/beta/qlever/wikidata_20250713/screen.log | ✅:Logging to /hd/beta/qlever/wikidata_20250713/screen.log | ||
− | QLever indexing process | + | head -1 /hd/beta/qlever/wikidata_20250713/screen.log |
+ | Starting QLever indexing process at Sun Jul 13 09:14:01 AM CEST 2025 | ||
tail -1 /hd/beta/qlever/wikidata_20250713/screen.log | tail -1 /hd/beta/qlever/wikidata_20250713/screen.log | ||
QLever indexing process completed at Sun Jul 13 04:32:05 PM CEST 2025 | QLever indexing process completed at Sun Jul 13 04:32:05 PM CEST 2025 | ||
+ | </source> | ||
+ | = Issue: running wikidata.index container= | ||
+ | need to docker stop and restart the indexing | ||
+ | <source lang='bash' highlight='1'> | ||
+ | qlv --disk beta -ir | ||
+ | ✅:Created directory /hd/beta/qlever/wikidata_20250714 | ||
+ | ✅:Started screen session qlever_wikidata_20250714. | ||
+ | ✅:Logging to /hd/beta/qlever/wikidata_20250714/screen.log | ||
</source> | </source> |
Latest revision as of 07:20, 19 August 2025
Import | |
---|---|
state | ❌ |
url | https://wiki.bitplan.com/index.php/Wikidata_Import_2025-07-13 |
target | QLever |
start | 2025-07-13 |
end | 2025-07-13 |
days | |
os | Ubuntu 22.04.3 LTS |
cpu | Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz (16 cores) |
ram | 512 |
triples | |
comment |
qlv based
qlv --list
/hd/alpha/qlever/wikidata_20250607/
/hd/beta/qlever/wikidata_20250602/
/hd/gamma/qlever/wikidata_20250613/
rm -rf /hd/beta/qlever/wikidata_20250602/
qlv -p
Pulling QLever Docker images...
Using default tag: latest
latest: Pulling from adfreiburg/qlever
...
✅:Successfully pulled adfreiburg/qlever
Using default tag: latest
latest: Pulling from adfreiburg/qlever-ui
Digest: sha256:6992d93cc7dc84b796685faacf357747a3b52692933ce9e503ac40a5166090ea
Status: Image is up to date for adfreiburg/qlever-ui:latest
docker.io/adfreiburg/qlever-ui:latest
✅:Successfully pulled adfreiburg/qlever-ui
qlv --disk beta -ir
✅:Created directory /hd/beta/qlever/wikidata_20250713
✅:Started screen session qlever_wikidata_20250713.
✅:Logging to /hd/beta/qlever/wikidata_20250713/screen.log
head -1 /hd/beta/qlever/wikidata_20250713/screen.log
Starting QLever indexing process at Sun Jul 13 09:14:01 AM CEST 2025
tail -1 /hd/beta/qlever/wikidata_20250713/screen.log
QLever indexing process completed at Sun Jul 13 04:32:05 PM CEST 2025
Issue: running wikidata.index container
need to docker stop and restart the indexing
qlv --disk beta -ir
✅:Created directory /hd/beta/qlever/wikidata_20250714
✅:Started screen session qlever_wikidata_20250714.
✅:Logging to /hd/beta/qlever/wikidata_20250714/screen.log