[ANNOUNCE] Apache Gora 0.8 Release

2017-09-20 Thread lewis john mcgibbney
Hi Folks, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.8. The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to - column stores, - key value stores, - document stores,

[ANNOUNCE] Apache Gora 0.7 Release

2017-03-23 Thread lewis john mcgibbney
Hi Folks, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.7. The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and an

[ANNOUNCE] Apache Nutch 2.3.1 Release

2016-01-21 Thread lewis john mcgibbney
Hi Folks, !!Apologies for cross posting!! The Apache Nutch PMC are pleased to announce the immediate release of Apache Nutch v2.3.1, we advise all current users and developers of the 2.X series to upgrade to this release. Nutch is a well matured, production ready Web crawler. Nutch 2.X branch is

[ANNOUNCE] Apache Gora 0.6.1 Release

2015-09-14 Thread lewis john mcgibbney
Hi All, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.6.1. What is Gora? Gora is a framework which provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and

[ANNOUNCE] Apache Gora 0.6 Released

2015-02-19 Thread Lewis John Mcgibbney
Hi Folks, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.6. This release addresses a modest 47 issues with some being major improvements, new functionality and dependency upgrades. Most notably the release involves key upgra

[ANNOUNCE] Apache Gora 0.5 Release

2014-09-20 Thread lewis john mcgibbney
Hi Folks, Apologies for cross posting. The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.5. The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, docum

Re: Is the tarball for a given release in a Maven repository somewhere?

2014-05-21 Thread Lewis John Mcgibbney
Hi Clint, On Wed, May 21, 2014 at 5:29 AM, wrote: > > Is the tarball for a given release in a Maven repository somewhere? > > Hi all, > > ...snip > I poked around online and could not find what I was looking for. Any > help would be appreciated! > A Maven repos? No. Currently tar.gz builds ar

[ANN] Apache Gora 0.4 Released

2014-04-26 Thread Lewis John Mcgibbney
Good Afternoon Everyone, > > The Apache Gora team are very proud to announce the immediate release of > Gora 0.4 which is a major release for the project. > > The Apache Gora open source framework provides an in-memory data model and > persistence for big data. Gora supports persisting to column st

Re: Advice on correct storage configuration

2012-10-02 Thread Lewis John Mcgibbney
Hi Dean, Thanks for the feedback. On Mon, Oct 1, 2012 at 3:12 PM, Hiller, Dean wrote: > What is really going to matter is what is the applications trying to read? > That is really the critical piece of context. Without knowing what the > application needs to read, it is very hard to design. >

Advice on correct storage configuration

2012-10-01 Thread Lewis John Mcgibbney
Hi, I wish to confirm whether the current mapping (storage) configuration I have is suited to store data commonly extracted field data from Web Pages. My mapping can be seen here [0] which basically specifies three column families e.g. parse (p), fetch (f) and super columns (sc) within the webpag

Re: Attempting to avoid fatal flush due to disk space

2012-04-04 Thread Lewis John Mcgibbney
Hi Aaron, On Wed, Apr 4, 2012 at 7:57 PM, aaron morton wrote: > Is cleanupDirectoriesFailover able to delete the files ? > Yes, around the time that the stack traces appear (after final teadDownClass()) you'll see my log.INFO statement and subsequent service log indicating that CassandraDaemon.s

Specifying properties for Cassandra

2011-11-02 Thread Lewis John Mcgibbney
Hi, In our project we are using Cassandra 0.8.1, as I am using an object relational mapping framework Its my intention to specify properties in a properties file which the ORM can pass to Cassandra. Can someone please advise if there is anything else over and above the properties below which shoul

Cassandra properties

2011-11-01 Thread Lewis John Mcgibbney
Hi Cassandra users, I've begun work on a very exciting project which has been moving quite slowly recently. It's combining Apache Nutch, Gora ORM framework (Apache Incubator) and Apache Cassandra as a back end storage platform for web crawling. Atm I'm running Cassandra 0.8.4 in local/single mode