Re: [VOTE] Apache Gora 0.2 RC

2012-04-23 Thread Henry Saputra
HI Lewis, I will pull the Gora 0.2 artifact today and run some tests to verify the release. Sorry about the delay. - Henry On Mon, Apr 23, 2012 at 8:26 AM, Lewis John Mcgibbney wrote: > Hi Again, > > OK so the VOTE'ing period is now closed as 72 hours have passed. > Unfortunately only 2 VOTE's

Re: Installing Gora

2012-05-02 Thread Henry Saputra
Hmm this usually happen when connection drop from maven repo. Could you try couple more times? - Henry On Wed, May 2, 2012 at 8:29 PM, Renato Marroquín Mogrovejo wrote: > Hi, > > I tried to install latest Gora release following [1] but after making > mvn clean compile I got some errors that mayb

Re: GSoC DyanmoDB Branch

2012-07-18 Thread Henry Saputra
In other ASF Gsoc projects I have seen that regular rebasing from trunk is highly recommended especially when the project is good and intended to merge back to trunk - Henry On Wednesday, July 18, 2012, Lewis John Mcgibbney wrote: > Hi Everyone, > > Just a quick update on the progress of the Gor

Re: [ANN] Apache Gora successfully participates in Google Summer of Code 2012

2012-08-24 Thread Henry Saputra
Super +1 and congrats to Renato and Lewis (as mentor) - Henry On Friday, August 24, 2012, Lewis John Mcgibbney wrote: > Hi All, > > The jury has been out, the results are in and we are extremely proud > to announce that the Gora - Amazon DynamoDB datastore for Gora project > has come out on top

Re: Gora @ ACEU

2012-09-13 Thread Henry Saputra
Unfortunately will have to miss this event. Have a great one guys - Henry On Thu, Sep 13, 2012 at 9:39 AM, Lewis John Mcgibbney wrote: > Hi Everyone, > > A quick note to say that Renato and myself will be giving a > presentation on Gora at this years ApacheCon EU Community Developers > conferenc

Re: Found interface org.apache.hadoop.mapreduce.TaskAttemptContext, but class was expected

2012-10-03 Thread Henry Saputra
Including the @dev list to get extended help. - Henry On Wed, Oct 3, 2012 at 12:34 PM, Bai Shen wrote: > I'm using Nutch 2 on CDH4. Nutch uses Gora to talk to HBase. I'm getting > the following error. Any suggestions on how to fix this? > > Thanks. > > 12/10/03 15:33:59 WARN mapred.LocalJobRu

Re: ApacheCon Europe 2012

2012-11-10 Thread Henry Saputra
Cool! On Friday, November 9, 2012, Renato Marroquín Mogrovejo < renatoj.marroq...@gmail.com> wrote: > Sorry I forgot the link! [1] > > Renato M. > > [1] https://cwiki.apache.org/confluence/display/GORA/Index > > > 2012/11/10 Renato Marroquín Mogrovejo >> >> Hi all, >> I just updated the wiki page

Re: [WELCOME] Alfonso Nishikawa as Gora PMC & Committer

2012-12-10 Thread Henry Saputra
Dude, welcome! - Henry On Sat, Dec 8, 2012 at 5:54 AM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Hi All, > > Further to his recent acceptance, we are very happy to welcome Alfonso > as a formal Gora PMC member. > @Alfonso, if you wish, please feel free to introduce yourself and

Re: Making Sense of NoSQL

2013-02-07 Thread Henry Saputra
Hey Lewis, Thanks for sharing - Henry On Thu, Feb 7, 2013 at 12:40 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Hi, > I recently spoke with Dan McGreary the (co)Author of the soon to be > published "Making sense of NoSQL" > http://www.manning.com/mccreary/ > Thought that it ma

Re: Pluggable Client Architecture for Apache Gora

2013-03-04 Thread Henry Saputra
Would this similar to storage handler architecture approach in Hive? Looks like good idea. The problem/difficulty I could think of on the top of my head is the vast differences between operations in the origin data sources. So the API has to be very generic and at the same time complete to cover a

Re: Pluggable Client Architecture for Apache Gora

2013-03-04 Thread Henry Saputra
uild on e.g. hector client, datastax java driver, > intravert-ug etc so we want to find this stuff out if we are.to make the > best code available. > > > > On Monday, March 4, 2013, Henry Saputra wrote: > > Would this similar to storage handler architecture approach in Hive?

Re: [ANNOUNCEMENT] Welcome Roland von Herget as Apache Gora and Committer

2013-03-11 Thread Henry Saputra
Welcome! =) - Henry On Mon, Mar 11, 2013 at 12:36 AM, Roland von Herget < roland.von.her...@gmail.com> wrote: > Hi All, > > thanks a lot to everyone for inviting me. > > I'm working with Cassandra & Nutch and that way I got involved with Gora. > My primary goal will be gora-cassandra, as this i

Re: [ANNOUNCE] Apache Gora 0.3 Released

2013-05-08 Thread Henry Saputra
Cool! Thanks for working on the release Lewis! - Henry On Wed, May 8, 2013 at 2:26 PM, lewis john mcgibbney wrote: > Good Afternoon Everyone, > > The Apache Gora team are proud to announce the release of Gora 0.3. > The Apache Gora open source framework provides an in-memory data model and > pe

Re: Slides from CassandraSummit2013 on Gora Site

2013-06-14 Thread Henry Saputra
Cool! - Henry On Fri, Jun 14, 2013 at 3:17 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Hi All, > I just posted Renato and my slies from C*Summit on to our site. > http://gora.apache.org > Scroll down to News and you'll get them there. > Thanks > Lewis > > -- > *Lewis* >

Re: getField, setField in org.apache.gora.avro.PersistentDatumReader

2013-06-18 Thread Henry Saputra
Hi, Just curious were you using Maven to compile the source? And also did you try to do it against trunk. Thanks for your patience - Henry On Tue, Jun 18, 2013 at 10:28 AM, buzz heavyyear wrote: > Hi, > > I'm busy reading through your excellent code, compiling various snippets > to understand

Re: getField, setField in org.apache.gora.avro.PersistentDatumReader

2013-06-18 Thread Henry Saputra
Thanks for the info Nick. The release src should work too =( I will try the release distribution later to verify. Thanks, Henry On Tue, Jun 18, 2013 at 11:52 AM, buzz heavyyear wrote: > Hi, no, I pulled pieces out of the latest src release, and checked that > the code was the same in the tr

Re: Apache Gora and jOOQ

2013-11-18 Thread Henry Saputra
Hi Lukas, Thanks so much for your email and your followup =) I personally would prefer to go with option one for now. It would give us immediate support for SQL module back for Gora even for non commercial databases. As Renato has mentioned too, we need to send VOTE message to dev community and

Patch available flag in JIRA or ping for review on patches

2013-12-03 Thread Henry Saputra
Hi Gora contributors, If you have a patch for Jira tickets please set the patch available flag or ping the dev@ list if there is no response for some time (like 72 hours). Sometimes people are busy and get tardy a bit. Thank you again for your awesome support and contributions to Apache Gora. -

Re: Patch available flag in JIRA or ping for review on patches

2013-12-04 Thread Henry Saputra
ira/browse/GORA-199 > > > On Wed, Dec 4, 2013 at 1:06 AM, Henry Saputra > wrote: >> >> Hi Gora contributors, >> >> If you have a patch for Jira tickets please set the patch available flag >> or ping the dev@ list if there is no response for some time (like 7

Re: [ANNOUNCE] Dublin NoSQL Meetup – Apache Gora and the Oracle NoSQL database

2014-01-01 Thread Henry Saputra
Hey Lewis, how was the presentation going? On Thursday, December 12, 2013, Lewis John Mcgibbney wrote: > Hi Folks, > A quick post here to promote an event Apostolos Giannakidis (Apache Gora's > GSoC student this year) and myself with be speaking at in Dublin this > coming Monday. > Event info and

Re: [ANNOUNCE] Dublin NoSQL Meetup – Apache Gora and the Oracle NoSQL database

2014-01-20 Thread Henry Saputra
family Henry. > All the best for 2014. > > > > On Wed, Jan 1, 2014 at 6:19 PM, Henry Saputra > wrote: >> >> Hey Lewis, how was the presentation going? >> >> >> On Thursday, December 12, 2013, Lewis John Mcgibbney wrote: >>> >>> Hi Folk

Re: [WELCOME] Alparslan Avci to Gora PMC

2014-04-03 Thread Henry Saputra
Welcome Alparslan =) On Thu, Apr 3, 2014 at 7:14 AM, Lewis John Mcgibbney wrote: > Hi, > The Gora PMC recently VOTE'd in favour of inviting Alparslan to join the > PMC and as a project Committer. > We are very happy to say that the invitation was accepted and Alparslan is > now on board. > @Alpar

Re: Slides about ApacheCon 2014

2014-04-15 Thread Henry Saputra
Wow! Thanks for sharing the slides, guys On Mon, Apr 14, 2014 at 7:07 AM, Lewis John Mcgibbney wrote: > Thanks v much Renato they are great slides and it was an excellent > turnout... MUCH better than mine :) > Please see > https://twitter.com/hectorMcSpector/status/453654190938537984/photo/1 > I

Re: Slides about ApacheCon 2014

2014-04-15 Thread Henry Saputra
Renato, just small comment that you should probably use PMC instead of PPMC since Gora is now top level ASF project =) - Henry On Mon, Apr 14, 2014 at 4:22 AM, Renato Marroquín Mogrovejo wrote: > Hi everyone, > > Here are the slides I presented @ApacheCon 2014. > It was actually a good talk with

Re: [VOTE] Release Apache Gora 0.4

2014-04-16 Thread Henry Saputra
Hi Lewis, Thanks so much for driving the release. Looks like the signatures are generated also for the hash files. I am seeing gora-cassandra-0.4-sources.jar.asc.asc gora-cassandra-0.4-sources.jar.asc.asc.md5 gora-cassandra-0.4-sources.jar.asc.asc.sha1 and also somehow the signature file has ac

Re: [VOTE] Release Apache Gora 0.4

2014-04-16 Thread Henry Saputra
nt in the staging repos. > There is however, very little I can do about them as they are pushed to the > staging repos and I cannot intervene in that process. > hth > Lewis > > > On Wed, Apr 16, 2014 at 10:18 PM, Henry Saputra > wrote: >> >> Hi Lewis, >> >

Re: [VOTE] Release Apache Gora 0.4

2014-04-16 Thread Henry Saputra
Lewis, What is the diff between gora-0.4-source-release.zip and gora-0.4-src.tar.gz files? - Henry On Wed, Apr 16, 2014 at 1:12 PM, Lewis John Mcgibbney wrote: > Hi Folks, > > I am really glad to be opening a VOTE to draw a line under the 0.4 > development drive and to release the 0.4 artifacts

Re: [VOTE] Release Apache Gora 0.4

2014-04-18 Thread Henry Saputra
wrote: > Hi Henry, > > > On Thu, Apr 17, 2014 at 4:48 AM, Henry Saputra > wrote: >> >> Lewis, >> >> What is the diff between gora-0.4-source-release.zip and >> gora-0.4-src.tar.gz files? >> > > So just to clarify what Henry is asking here,

Re: [VOTE] Release Apache Gora 0.4

2014-04-19 Thread Henry Saputra
Just realized Lewis already put the artifacts in the staging [1] directory Sorry guys for the confusion, mental lapse from my side, will validate the release this weekend. - Henry [1] https://dist.apache.org/repos/dist/dev/gora/ On Fri, Apr 18, 2014 at 8:12 AM, Henry Saputra wrote: > Tha

Re: [VOTE] Release Apache Gora 0.4

2014-04-19 Thread Henry Saputra
Signatures at https://dist.apache.org/repos/dist/dev/gora/ OK Hashes at https://dist.apache.org/repos/dist/dev/gora/ Extract the source files from https://dist.apache.org/repos/dist/dev/gora/ and run compile + test OK +1 Lewis, thanks for driving the release - Henry On Wed, Apr 16, 2014 at 1:12

Re: [ANNOUNCEMENT] Apache Gora 0.4 Release

2014-04-23 Thread Henry Saputra
Thanks Lewis. Congrats guys! - Henry On Wednesday, April 23, 2014, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > 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 Apach

Re: How does Gora work?

2014-04-30 Thread Henry Saputra
Hi Noora, welcome to Apache Gora in particular =) +1 well said about Apache Gora, Tim - Henry On Wed, Apr 30, 2014 at 6:06 AM, Tim Robertson wrote: > Hi Noora, > > Welcome to the world of the Hadoop - It is a vast eco system and is quite > daunting at first. > > Perhaps if I summarize a few of

Re: Gora on Black Duck Softwares New Blog

2014-05-06 Thread Henry Saputra
Great job Lewis, I like the blog. Will definitely share the blog to the world :) On Tuesday, May 6, 2014, Lewis John Mcgibbney wrote: > Hi Folks, > We were successful in publicising Gora and a bit about our community on > Black Duck Softwares new Open Source Delivers blog :) > > http://osdelive

Re: [ANNOUNCE] Gora now uses Git a SCM

2014-05-18 Thread Henry Saputra
Oh My goodness, that was lightning fast :) - Henry On Sunday, May 18, 2014, Lewis John Mcgibbney wrote: > Hi Folks, > Thanks to a sterling job from Jake Farrell of Apache Infrastructure we now > have a brand new, shiny Git repos from which we can manage the Gora code > base moving forward. > >

Re: PersistentDatum{Reader,Writer} ?

2014-05-20 Thread Henry Saputra
Cross post this to dev@ list since some people involve directly in GORA_94 would be able to help. - Henry On Tue, May 20, 2014 at 6:38 AM, Damien Raude-Morvan wrote: > Hi all, > > It seems that PersistentDatumReader and PersistentDatumReaderWriter are now > gone in master branch. As I've find in

Re: PersistentDatum{Reader,Writer} ?

2014-05-20 Thread Henry Saputra
Sorry I had a typo with your name in my last reply, I meant Damien - Henry On Tue, May 20, 2014 at 8:29 AM, Henry Saputra wrote: > Hi Damine, > > I believe the dirty bit info should be used only internally by Gora to > manage the data, is there particular reason you need to include

Re: PersistentDatum{Reader,Writer} ?

2014-05-20 Thread Henry Saputra
Hi Damine, I believe the dirty bit info should be used only internally by Gora to manage the data, is there particular reason you need to include it to the wire to external component? - Henry On Tue, May 20, 2014 at 6:38 AM, Damien Raude-Morvan wrote: > Hi all, > > It seems that PersistentDatum

Re: Apache Camel now using Gora

2014-05-29 Thread Henry Saputra
Awesome job Ioannis! - Henry On Thu, May 29, 2014 at 2:46 PM, Lewis John Mcgibbney wrote: > Hi Folks, > > Since the long time that Ioannis contacted us and proposed his Camel-Gora > work they have been working on it and recently announced that Camel trunk > now has a Gora components [0]. > I am

Re: Gora mongodb tutorial is not find in here.

2014-06-23 Thread Henry Saputra
HI Feng Lu, Thanks for reporting it. Seemed like we are missing the doc page for the mongodb data store. I know there is a JIRA about adding more info about extra params to configure mongodb. But we need to page shim for mongodb data store to avoid 404 error. If no one beats me to it I will the

Re: Gora mongodb tutorial is not find in here.

2014-06-23 Thread Henry Saputra
Damien (drazzib) for Karma. > > On Jun 23, 2014 10:10 AM, "Henry Saputra" wrote: >> >> HI Feng Lu, >> >> Thanks for reporting it. >> >> Seemed like we are missing the doc page for the mongodb data store. >> I know there is a JIRA about adding mo

Re: Gora Support for MongoDB

2014-07-24 Thread Henry Saputra
I believe the MongoDB support is available in next release 0.5. But you can build from source to try it out. As for doc to use MongoDB store, unfortunately it is still pending and being tracked by this JIRA [1] CC dev@ list for FYI - Henry [1] https://issues.apache.org/jira/browse/GORA-335 On

Re: Info on GORA-346 (Nutch 2 on CDH5, Hadoop 2)

2014-09-06 Thread Henry Saputra
Cross-posting this to dev@ list since it may interest @lewis and @renato. I have reviewed the patch and seemed like Lewis is working on merging the fix soon [1] Thanks for nudging this Eddy - Henry [1] https://issues.apache.org/jira/browse/GORA-346 On Thu, Sep 4, 2014 at 3:58 AM, Edoardo Causa

Re: [VOTE] Apache Gora 0.5 Release Candidate #1

2014-09-17 Thread Henry Saputra
Sig files look good Hash files look good NOTICE, LICENSE files are good Source artifacts compiled and tests were passed. Tutorial looks good +1 Thx for managing the release, Lewis - Henry On Tue, Sep 16, 2014 at 8:00 AM, Lewis John Mcgibbney wrote: > Hi Folks, > I am very happy to get a VOTE o

Re: [ANNOUNCEMENT] New PMC Memebr and Committer Talat Uyarer

2015-01-28 Thread Henry Saputra
Congrats Talat! On Mon, Jan 26, 2015 at 10:45 AM, Lewis John Mcgibbney wrote: > Hi Everyone, > The Gora PMC are very pleased to announce Talat as a new PMC member and > committer. This comes after a number of contributions from Talat to the Gora > project. > @Talat, please feel free to introduce

Re: [VOTE] Apache Gora 0.6 Release Candidate

2015-02-13 Thread Henry Saputra
Signature file looks good Hash file looks good NOTICE.txt file looks good LICENSE.txt file looks good Source compiled Tests passed No 3rd party +1 - Henry On Thu, Feb 12, 2015 at 11:34 PM, Lewis John Mcgibbney wrote: > Hi Folks, > I am very happy to get a VOTE out for Apache Gora 0.6 Release Ca

Re: Apply request for Gsoc

2015-03-10 Thread Henry Saputra
Thanks for the helping out fellow GSoC, Furkan. Looking forward seeing your ideas and work with Apache Gora. - Henry On Tue, Mar 10, 2015 at 7:11 AM, Furkan KAMACI wrote: > Hi Nurettin, > > As a GSoC 2014 student for another Apache project and as an engineer who > wants to contribute to Apache

Re: Gora Spark Backend Support (GORA-386) and Apache Crunch

2015-03-23 Thread Henry Saputra
Integration with Gora will mostly in the data ingest portion of the flow. Distributed processing frameworks like Spark, or Flink, already support Hadoop input format as data sources so Gora should be able to be used directly with Gor input format. The interesting portion is probably tighter integ

Re: Gora Spark Backend Support (GORA-386) and Apache Crunch

2015-03-24 Thread Henry Saputra
run Map/Reduce via Apache > Spark etc. over Gora. > > Kind Regards, > Furkan KAMACI > > On Mon, Mar 23, 2015 at 8:21 PM, Henry Saputra > wrote: >> >> Integration with Gora will mostly in the data ingest portion of the flow. >> >> Distributed processing f

ApacheCon 2015 is coming to Austin, Texas, USA

2015-03-24 Thread Henry Saputra
Dear Apache Gora enthusiast, In just a few weeks, we'll be holding ApacheCon in Austin, Texas, and we'd love to have you in attendance. You can save $300 on admission by registering NOW, since the early bird price ends on the 21st. Register at http://s.apache.org/acna2015-reg ApacheCon this year

Re: Gora Spark Backend Support (GORA-386) and Apache Crunch

2015-03-27 Thread Henry Saputra
ss either Hadoop Map/Reduce or Spark. > > On Tue, Mar 24, 2015 at 11:43 PM, Henry Saputra > wrote: >> >> HI Furkan, >> >> Yes, you are right. In the code execution for Spark or Flink, Gora >> should be part of the data ingest and storing. >> >> So, i

Re: Blog Post for Apache Gora: In-memory Data Model and Persistence for Big Data

2015-08-17 Thread Henry Saputra
This is great work, thanks for sharing, Furkan On Mon, Aug 17, 2015 at 1:49 PM, Furkan KAMACI wrote: > Hi All, > > I've written a blog post at my personal blog: "In-memory Data Model and > Persistence for Big Data" which is about Apache Gora and it is published at > both Dzone and Java Code Geeks

Re: Spark Backend for Apache Gora

2015-09-04 Thread Henry Saputra
Congrats Furkan, Apahe Gora is lucky to have you as contributors :) On Friday, September 4, 2015, Furkan KAMACI wrote: > Hi All, > > Btw, my blog post for "Spark Backend for Apache Gora" is published at > both DZone (https://dzone.com/articles/spark-backend-for-apache-gora >

Re: [VOTE] Release Apache Gora 0.6.1

2015-09-07 Thread Henry Saputra
Thanks for driving the release, Lewis. +0 for me Checksum files look good Signature file looks good LICENCE file looks good NOTICE file looks good Source compiled and pass tests. But looks like in the source artifact after I unzip from https://dist.apache.org/repos/dist/dev/gora/ I saw extra fil

Re: [VOTE] Release Apache Gora 0.6.1

2015-09-07 Thread Henry Saputra
m the artifacts at > https://dist.apache.org/repos/dist/dev/gora/ and simply re-stage them? > Thanks for review. > Lewis > > > On Mon, Sep 7, 2015 at 10:33 PM, Henry Saputra > wrote: > >> Thanks for driving the release, Lewis. >> >> +0 for me >> >> Che

Re: [VOTE] Release Apache Gora 0.6.1 RC#2

2015-09-07 Thread Henry Saputra
Is the new artifacts updated already to the dist directory? I still see the patch files in the source zip. - Henry On Mon, Sep 7, 2015 at 8:50 PM, Lewis John Mcgibbney wrote: > Hi Folks, > I am very happy to get a VOTE out for Apache Gora 0.6.1 Release Candidate > #2. > > We solved 21 issues: ht

Re: [ANN] Furkan Kamaci new Gora PMC member and Committer

2015-09-10 Thread Henry Saputra
Welcome aboard =) - Henry On Thu, Sep 10, 2015 at 3:59 PM, Furkan KAMACI wrote: > Hi All, > > I work as an Expert Software Engineer at Alcatel-Lucent and also an MSc > student. Before Alcatel-Lucent, I was working at a company as Team Lead for > developing a Search Engine. > > I am a Machine Lea

Re: [VOTE] Release Apache Gora 0.6.1 RC#2

2015-09-11 Thread Henry Saputra
+1 - Henry On Mon, Sep 7, 2015 at 8:50 PM, Lewis John Mcgibbney wrote: > Hi Folks, > I am very happy to get a VOTE out for Apache Gora 0.6.1 Release Candidate > #2. > > We solved 21 issues: http://s.apache.org/l69 > > Git source tag (79fba16dc9bf0b1660861a233a218bc669173178): > http://s.apache.o

Re: Modeling Complex Object Values in Gora

2016-03-24 Thread Henry Saputra
I am not sure how easy it is to add that compiler extension to link to external Java class from Avro def file. If not hard, maybe that is the cleanest way to do it. - Henry On Wed, Mar 23, 2016 at 10:17 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > My previous discussion on use

Re: [ANNOUNCE] Apache Gora 0.9 Release

2019-08-20 Thread Henry Saputra
Congrats All! On Fri, Aug 16, 2019 at 10:23 AM Kevin Ratnasekera wrote: > Hi all, > > > The Apache Gora team is pleased to announce the release of Apache Gora 0.9. > > > > The Apache Gora open source framework provides an in-memory data model and > persistence for big data. Gora supports persist