Re: Bulk import using KiWiLoader

2016-08-25 Thread Blake Regalia
Thu, Aug 25, 2016 at 8:40 AM, Sergio Fernández > wrote: > >> Hi, >> >> On Wed, Aug 24, 2016 at 10:27 PM, Blake Regalia >> wrote: >> >>> The KiWi Loader[1] documentation seems to be missing how to actually run >>> the program. It appears to be alluding

Re: Bulk import using KiWiLoader

2016-08-25 Thread Sergio Fernández
te: > >> The KiWi Loader[1] documentation seems to be missing how to actually run >> the program. It appears to be alluding to a "KiWiLoader" binary - but I >> have found no such executable. >> >> I did find this archived message[2] which includes this

Re: Bulk import using KiWiLoader

2016-08-24 Thread Sergio Fernández
Hi, On Wed, Aug 24, 2016 at 10:27 PM, Blake Regalia wrote: > The KiWi Loader[1] documentation seems to be missing how to actually run > the program. It appears to be alluding to a "KiWiLoader" binary - but I > have found no such executable. > > I did find this archived

Bulk import using KiWiLoader

2016-08-24 Thread Blake Regalia
The KiWi Loader[1] documentation seems to be missing how to actually run the program. It appears to be alluding to a "KiWiLoader" binary - but I have found no such executable. I did find this archived message[2] which includes this detail about running the loader: > All code

Re: Use/install KiwiLoader (kiwi-loader-3.3.0.jar)

2015-06-11 Thread Fin Sekun
Works perfectly! Thank you for the fast help :) Sergio Fernández schrieb am 8:28 Donnerstag, 11.Juni 2015: Hi Fin, On Wed, Jun 10, 2015 at 11:47 PM, Fin Sekun wrote: I am new to Marmotta (and the Java/Tomcat/Maven world) and don't understand how to install/run the KiwiL

Re: Use/install KiwiLoader (kiwi-loader-3.3.0.jar)

2015-06-10 Thread Sergio Fernández
Hi Fin, On Wed, Jun 10, 2015 at 11:47 PM, Fin Sekun wrote: > > I am new to Marmotta (and the Java/Tomcat/Maven world) and don't > understand how to install/run the KiwiLoader. > KiWiLoader is a low-level import tool for the KiWi triple store. We develop such tool to pre-load la

Use/install KiwiLoader (kiwi-loader-3.3.0.jar)

2015-06-10 Thread Fin Sekun
Hi, I am new to Marmotta (and the Java/Tomcat/Maven world) and don't understand how to install/run the KiwiLoader. With version 3.2.1 I can run the loader with "java -jar marmotta-loader-kiwi-3.2.1.jar". But this doesn't work for kiwi-loader-3.3.0.jar. https://wiki

Re: kiwiloader

2015-01-09 Thread Sergio Fernández
Hi Joshua, On 08/01/15 23:50, Joshua Dunham wrote: When using the kiwiLoader, I’m finding it to be extremely slow. I started out with a **very** large file which didn’t finish after 2 months and trying a 800KB file took 3mins 45s to import. Has anyone seen similar performance and / or have

kiwiloader

2015-01-08 Thread Joshua Dunham
Hi Marmotta Users, When using the kiwiLoader, I’m finding it to be extremely slow. I started out with a **very** large file which didn’t finish after 2 months and trying a 800KB file took 3mins 45s to import. Has anyone seen similar performance and / or have tips to speed things up

Re: KiWiLoader

2014-12-01 Thread Sergio Fernández
been introduced in the latest weeks. Therefore, if you want to use the low-level KiWiLoader, both Marmotta runtime and loader must use the sane snapshot version. When you will upgrade the Marmotta webapp, it'll automatically take care of the schema upgrade, and you would see some

RE: KiWiLoader

2014-12-01 Thread Joshua Dunham
a_dun...@vrtx.com P: 617-229-5157 W: http://www.vrtx.com L: http://linkedin.com/in/joshuadunham S: joshua.dunham From: Sergio Fernández [wik...@apache.org] Sent: Saturday, November 29, 2014 04:07 To: users@marmotta.apache.org Subject: Re: KiWiLoader Joshua, On 28/

Re: KiWiLoader

2014-11-29 Thread Sergio Fernández
Joshua, On 28/11/14 17:01, Joshua Dunham wrote: Thanks for the tip! It ‘worked’ or at least got me a bit further. Now I have some errors/warnings about the DB and a final error about not being able to represent a timestamp. I don’t think the problem is with the data … but I can’t be sure. I can

Re: KiWiLoader

2014-11-28 Thread Joshua Dunham
again if there is an issue after the DB upgrade. === Error Log === 10:45:20.009 [INFO] [o.a.m.l.k.KiWiLoaderHandler] - Initializing KiWiLoader for jdbc:mysql://marmottadb.example.com:3306/marmotta?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true; user: user, password:

Re: KiWiLoader

2014-11-27 Thread Jakob Frank
In Java, you cannot combine the -cp and the -jar option. So to have the mysql connector available, you need to use the following command: java -cp mysql-connector-java.jar:marmotta-loader-kiwi.jar org.apache.marmotta.loader.core.MarmottaLoader -f /data/file-to-import.rdf -c "http://example.com:808

KiWiLoader

2014-11-24 Thread Joshua Dunham
Hi Marmotta Users, I’ve edited the marmotta-loader-kiwi pom to include mysql and then mvn install and it builds just fine but it can’t get past an error on not being able to load the mysql-connector-java.jar file. I’ve tried adding the folder containing the jar to $CLASSPATH and/or adding the

Re: KiwiLoader vs Marmotta loader

2014-07-07 Thread Sebastian Schaffert
Hi, yes, MarmottaLoader has replaced KiWiLoader, I'll check the documentation in the coming days. However, the command line interface is still the same, it is just implemented in a cleaner and more modular way and supports additional backends. There are now the following loaders: marmotta-l

KiwiLoader vs Marmotta loader

2014-07-03 Thread Adam Flinton
A) Has MarmottaLoader replaced KiwiLoader? Or are they different? B) If so then the docs wrt Kiwiloader are out of date as the commandline options appear to be different (e.g. no way to send in the config properties file). C) If MarmottaLoader has replaced KiwiLoader are there any docs for