[ 
https://issues.apache.org/jira/browse/NUTCH-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880008#comment-13880008
 ] 

Alparslan Avcı edited comment on NUTCH-1714 at 1/23/14 4:18 PM:
----------------------------------------------------------------

I've uploaded a patch that makes Nutch 2.x suitable to use GORA_94 branch. Main 
changes are:

- All puts, gets and removes about map and array fields of Persistent objects 
have been changed. After GORA_94, we have to get map or array field firstly, 
and call put or get method afterwards.
- Direct calls to Persistent objects' constructors changed to Builder pattern 
usage. 
- clone() methods of Persistent objects removed. Builder pattern is used 
instead.

In order to apply the patch successfully; GORA-246v5.patch in GORA-246 issue 
and GORA-94v12.patch in GORA-94 issue has to be patched over GORA_94 branch 
first. Then you can use gora-0.4-SNAPSHOT on Nutch 2.x and apply this patch.

I'm waiting your comments and contributions to this issue.


was (Author: alparslan.avci):
I've uploaded a patch that makes Nutch 2.x suitable to use GORA_94 branch. Main 
changes are:

- All puts, gets and removes about map and array fields of Persistent objects 
have been changed. After GORA_94, we have to get map or array field firstly, 
and call put or get method afterwards.
- Direct calls to Persistent objects' constructors changed to Builder pattern 
usage. 
- clone() methods of Persistent objects removed. Builder pattern is used 
instead.

In order to apply the patch successfully; GORA-246v5.patch in GORA-246 issue 
and GORA-94v11.patch in GORA-94 issue has to be patched over GORA_94 branch 
first. Then you can use gora-0.4-SNAPSHOT on Nutch 2.x and apply this patch.

I'm waiting your comments and contributions to this issue.

> Nutch 2.x upgrade to use GORA_94 branch
> ---------------------------------------
>
>                 Key: NUTCH-1714
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1714
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Alparslan Avcı
>         Attachments: NUTCH-1714.patch
>
>
> Nutch upgrade for GORA_94 branch has to be implemented. We can discuss the 
> details in this issue.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to