[
https://issues.apache.org/jira/browse/NUTCH-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191807#comment-16191807
]
Hudson commented on NUTCH-2437:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-nutchgora #1593 (See
[https://builds.apache.org/job/Nutch-nutchgora/1593/])
fix for NUTCH-2437 contributed by tmzzngl (tulay.muezzinoglu:
[https://github.com/apache/nutch/commit/93b879600683540069ed35799d8710f0739a766d])
* (edit) conf/gora-mongodb-mapping.xml
> gora mongodb mapping file error
> -------------------------------
>
> Key: NUTCH-2437
> URL: https://issues.apache.org/jira/browse/NUTCH-2437
> Project: Nutch
> Issue Type: Bug
> Components: storage
> Affects Versions: 2.4
> Reporter: Tulay Muezzinoglu
> Priority: Trivial
> Labels: gora, mapping, mongo
> Fix For: 2.4
>
>
> conf/gora-mongodb-mapping.xml
> {code}
> <field name="stmPriority" family="stmPriority" type="int32"/>
> {code}
> should be
> {code}
> <field name="stmPriority" docfield="stmPriority" type="int32"/>
> {code}
> Otherwise it is throwing exception.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)