Hi Diego,
Sorry for delay in response, summer and sun here in Italy are coming out and bugs are like mushrooms in these days :)
About your email, very interesting stuff; we also are interested in those numbers so i would ask you a favour, which I think will also simplify your life: could you try that with 1.1.0? We made a lot of improvements and there's a better command line interface. The 1.1.0 is going to be released very soon but if you have rush for those numbers you can build directly from source, it is stable and supports both Cassandra 1.2.x and 2.x
However, about the stacktrace you got: you mustn't use that jar because it is the pure maven artifact that therefore doesn't contain required dependencies (the reason of the exception you got)
Let me know if i can help you in some way
Best,
Andrea
--
You received this message because you are subscribed to the Google Groups "cumulusrdf" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cumulusrdf-li...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Hi Diego,I don't remember the release date (@Andreas please help) in the last call, we said someghing about the end of the month.
I proposed you that 1.1.0 way because your first email (on the devlist) had a subject "change src and recompile" so I assume you're quite smart in building the 1.1.0. That's also the reason why I told you that if you need help I'm here (BTW skype: gazzax72). So about your deadline, unless is today (sorry I can't) if you want, we can do that tomorrow, or a day in the next week. Just give me a shout.
Note that in this case you don't need to change sources, but only to checkout the branch/1.1.0 and run a maven build with the following command (from the top level directory)
> mvn -DskipTests clean install -Pcassandra12x-hector-full-tp-index
in order to get a help screen> cirrusfrom bin directory you will find a script (cirrus) and you will have to do- lib (jars)- etc (configuration files)- bin
At the end you will find all CumulusRDF artifacts for Cassandra 1.2.x and specifically for cli, you will find a completely module with a more usable structure like:
or
> cirrus load -i <file>
to have you file loaded.
--------------------------------------------------------------------------------
About your error, there are two things:
1) I see Hector (retry service) is trying to tell you something: make sure Cassandra is running on localhost:9160, probably it is running on 9161. Sorry, this is something you cannot change for 1.0.1
No appenders could be found for logger (me.prettyprint.cassandra.connection.CassandraHostRetryService).
2) N3 format
Not sure if is a CumulusRDF or not: It seems the Sesame version we used for 1.0.1 has some issue with n3 files. But let me check better; in the meantime, if you can, could you please try to load a .nt file?
Best,
Andrea
> svn checkout http://cumulusrdf.googlecode.com/svn/branches/1.1.0 cumulusrdf-1.1.0
> cd cumulusrdf-1.1.0
> mvn -DskipTests clean install -Pcassandra12x-hector-full-tp-index
> mvn -DskipTests clean install -Pcassandra2x-cql-full-tp-index
> cd cumulusrdf-standalone/target
Sorry for taking so long but it works great.Thank you very much!!