Hi,
>From the documentation. "Gora reads necessary configuration from a properties file name gora.properties. The file is searched in the classpath, which is obtained using the ClassLoader of the DataStoreFactory class." You can put your file even into subfolders but needs to be in the classpath. http://gora.apache.org/current/gora-conf.html Cheers, Emir From: Sznajder ForMailingList [mailto:[email protected]] Sent: 15 August 2013 13:41 To: [email protected] Subject: Re: Defining the HBASE Mapping Thanks , but , in this case, why the gora-hbase-mapping.xml file is under conf/ directory and not under src/main/resources folder? Best regards Benjamin On Thu, Aug 15, 2013 at 3:04 PM, Emir Munoz <[email protected]> wrote: You should put your mapping and properties files into src/main/resources folder and gora will recognize them. Cheers, Emir From: Sznajder ForMailingList [mailto:[email protected]] Sent: 15 August 2013 12:36 To: [email protected] Subject: Defining the HBASE Mapping Hi I would like to define a new schema for my own project. I succeeded to define the schema using AVRO and compiling it. However, where should I define the new HBASE Mapping and how do I cause the project to read it.... thanks a lot

