Re: Does Jena need maintainance regarding to disk space?

2022-02-18 Thread Andy Seaborne
On 18/02/2022 11:05, Mikael Pesonen wrote: Yes I think we ran out of disk space also last time and it might corrupt something. How does one dump the database without fuseki? tdb2.tdbdump Thanks! On 17/02/2022 23.07, Andy Seaborne wrote: Mikael, You've had this problem before. To

Re: Does Jena need maintainance regarding to disk space?

2022-02-18 Thread Mikael Pesonen
Yes I think we ran out of disk space also last time and it might corrupt something. How does one dump the database without fuseki? Thanks! On 17/02/2022 23.07, Andy Seaborne wrote: Mikael, You've had this problem before. To revert your database: 1/ Stop the Fuseki server 2/ Delete

AW: Loading Wikidata

2022-02-18 Thread Neubert, Joachim
Yes, you're right. /etc/os-release reports "Ubuntu 20.04.2 LTS" > -Ursprüngliche Nachricht- > Von: Andrii Berezovskyi > Gesendet: Freitag, 18. Februar 2022 10:49 > An: users@jena.apache.org > Betreff: Re: Loading Wikidata > > I see, thanks. Are you sure 9.3.0 is not the version of GCC

Re: Loading Wikidata

2022-02-18 Thread Andrii Berezovskyi
I see, thanks. Are you sure 9.3.0 is not the version of GCC but Ubuntu? > On 18 Feb 2022, at 10:46, Neubert, Joachim wrote: > > I used cat /proc/version > >> -Ursprüngliche Nachricht- >> Von: Andrii Berezovskyi >> Gesendet: Freitag, 18. Februar 2022 10:35 >> An: users@jena.apache.org

AW: Loading Wikidata

2022-02-18 Thread Neubert, Joachim
I used cat /proc/version > -Ursprüngliche Nachricht- > Von: Andrii Berezovskyi > Gesendet: Freitag, 18. Februar 2022 10:35 > An: users@jena.apache.org > Betreff: Re: Loading Wikidata > > May I ask an unrelated question: how do you get Ubuntu version in such a > format? 'cat

Re: Loading Wikidata

2022-02-18 Thread Andrii Berezovskyi
May I ask an unrelated question: how do you get Ubuntu version in such a format? 'cat /etc/os-release' (or lsb_release, hostnamectl, neofetch) only gives me the '20.04.3' format or Focal. On 2022-02-18, 10:17, "Neubert, Joachim" wrote: OS is Centos 7.9 in a docker container running on

Re: Loading Wikidata

2022-02-18 Thread Marco Neumann
thank you Joachim, I suspect Lorenz's machine would produce similar results now with the most recent release. at lower cost and energy consumption. (AMD Ryzen 9 5950X) On Fri, Feb 18, 2022 at 9:16 AM Neubert, Joachim wrote: > OS is Centos 7.9 in a docker container running on Ubuntu 9.3.0. > >

AW: Loading Wikidata

2022-02-18 Thread Neubert, Joachim
OS is Centos 7.9 in a docker container running on Ubuntu 9.3.0. CPU is 4 x Intel(R) Xeon(R) Gold 6254 CPU @ 3.10GHz / 18 core (144 cores in total) Cheers, Joachim > -Ursprüngliche Nachricht- > Von: Marco Neumann > Gesendet: Freitag, 18. Februar 2022 10:00 > An: users@jena.apache.org

How to check return values of Jena components

2022-02-18 Thread Neubert, Joachim
In my tdb create script, I have several steps (loading, text indexing etc.) building on each other, and I want the whole script to abort when an error occurs. Therefore, I've introduce return value checks like this: # since output is piped to tee, the return value of the originating program

Re: Loading Wikidata

2022-02-18 Thread Marco Neumann
Thank you for the effort Joachim, what CPU and OS was used for the load test? Best, Marco On Fri, Feb 18, 2022 at 8:51 AM Neubert, Joachim wrote: > Storage of the machine is one 10TB raid6 SSD. > > Cheers, Joachim > > > -Ursprüngliche Nachricht- > > Von: Andy Seaborne > > Gesendet:

Text indexing Wikidata

2022-02-18 Thread Neubert, Joachim
Text indexing the truthy Wikidata dump took 13:10 h for 1.5b labels (in parts using text:LowerCaseKeywordAnalyzer) on the massive parallel machine. I observed a CPU usage of 100-250 %, and wonder if I could do something to speed up. My command line simply was java -cp

AW: Loading Wikidata

2022-02-18 Thread Neubert, Joachim
Storage of the machine is one 10TB raid6 SSD. Cheers, Joachim > -Ursprüngliche Nachricht- > Von: Andy Seaborne > Gesendet: Mittwoch, 16. Februar 2022 20:05 > An: users@jena.apache.org > Betreff: Re: Loading Wikidata > > > > On 16/02/2022 11:56, Neubert, Joachim wrote: > > I've loaded