Hi Julien, On Thu, Oct 18, 2012 at 10:57 AM, Julien Nioche <[email protected]> wrote:
> I've just pulled the latest version of GORA and it fails on gora-cassandra. > I see that the hector dependency is commented out in ivy.xml - is that a > know issue and if so isn't there a workaround? We are not using ant and ivy for the build anymore. If you please try building with maven commands it will work fine. > > The links in http://gora.apache.org/releases.html do not have the right > version numbers i.e. > *http://www.apache.org/dyn/closer.cgi/gora/0.2.1/apache-gora-0.2-src.zip* > > and should be > > *http://www.apache.org/dyn/closer.cgi/gora/0.2.1/apache-gora-0.2.1-src.zip* Thanks for pointing this out Julien. I'll rebuild the site shortly to reflect this. > > Finally a very simple question : some backends have indices (SQL of course > but Cassandra and HBase?) that could be used when querying. Typically in > Nutch we'd want to retrieve all the docs having a specific flag like > fetched in order to parse them. Is this implemented? Am sure the answer is > in the code somewhere but it is good to have a trace on the mailing list > for future reference. > Well in gora-cassandra a field such as fetched (fetchedTime?) would be defined as a column in the database, therefore it would be possible to execute queries normally however I think you are maybe talking about some like GORA119? Can you review and confirm? https://issues.apache.org/jira/browse/GORA-119 Thanks Lewis

