[
https://issues.apache.org/jira/browse/NUTCH-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166513#comment-14166513
]
Kiril Menshikov commented on NUTCH-1843:
----------------------------------------
Hi [~drazzib], I took the latest patch and make the following changes :
nutch-site.xml
<property>
<name>storage.data.store.class</name>
<value>org.apache.gora.mongodb.store.MongoStore</value>
</property>
gora.properties
gora.datastore.default=org.apache.gora.mongodb.store.MongoStore
gora.mongodb.override_hadoop_configuration=false
gora.mongodb.mapping.file=/gora-mongodb-mapping.xml
gora.mongodb.servers=localhost: 27017
gora.mongodb.db=testdb
gora.mongodb.login=user
gora.mongodb.secret=user
You will need to setup MongoDb on your local machine. But as you can see it's
pretty standard use case without any advanced settings.
> Upgrade to Gora 0.5
> -------------------
>
> Key: NUTCH-1843
> URL: https://issues.apache.org/jira/browse/NUTCH-1843
> Project: Nutch
> Issue Type: Improvement
> Components: build, storage
> Reporter: Lewis John McGibbney
> Assignee: Talat UYARER
> Fix For: 2.3
>
> Attachments: NUTCH-1843.patch, NUTCH-1843v2.patch
>
>
> We just released Gora 0.5
> http://www.mail-archive.com/dev%40gora.apache.org/msg05236.html
> We should upgrade before releasing Nutch 2.3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)