Hey Lewis, My particular use case only requires query operations so that should be good. I'll take a look when the documentation is updated.
- Dave On Friday, July 18, 2014 10:20 AM, Lewis John Mcgibbney <[email protected]> wrote: Hi Dave, Yep we can read and write to flat files stored on HDFS. You need to use the DataFileAvroStore [0] in your gora.properties file. I am taking an action to update the documentation on this here [1] right now so please look there in about 20 or so minutes. I need to say this though. AvroStore (from which DataFileAvroStore extends) only supports write and query operations right now. We cannot get, delete or deleteByQuery. If this is OK for your use case, then please wait on the update to the documentation, however if this is NOT OK then you need to use something else. Thanks Lewis [0] https://github.com/apache/gora/blob/master/gora-core/src/main/java/org/apache/gora/avro/store/DataFileAvroStore.java [1] On Fri, Jul 18, 2014 at 11:06 AM, David Westbrook <[email protected]> wrote: Hi all, > > >I'm an absolute newbie when it comes to Gora and I'm having trouble finding >documentation on how to use Gora to parse flat files on HDFS. According to >this part of the documentation, this should be possible: Apache Gora™ - Gora >Tutorial > > >Apache Gora™ - Gora Tutorial >Gora Tutorial Author : Enis Söztutar, enis [at] apache [dot] org Introduction >This is the official tutorial for Apache Gora. >View on gora.apache.org Preview by Yahoo > >but I don't see any documentation or tutorials on using flat files. Does >anyone know a part of the documentation that details how to do this or >examples on GitHub which detail how to use Gora and flat files? > > >- Dave > > -- Lewis

