Hi tkg_cangkul, On Thu, Apr 21, 2016 at 2:29 AM, <[email protected]> wrote:
> > From: tkg_cangkul <[email protected]> > To: [email protected] > Cc: > Date: Thu, 21 Apr 2016 13:17:00 +0700 > Subject: build nutch without db > hi i've try to build nutch v 2.3.1 with hbase 0.98 and it's success. now i > want to try build nutch without hbase. so, the crawling result not store > into hbase. i want to store it in hdfs. is it possible to do? > how can i do that ? > > Yes it is possible to do. You can use the AvroStore [0] DataStore implementation. This requires you to edit the relevant key values within gora.properties [1]. If you have any issues then please report them here. Thanks [0] http://gora.apache.org/current/gora-core.html#avrostore [1] https://github.com/apache/nutch/blob/2.x/conf/gora.properties#L31-L45

