[ http://issues.apache.org/jira/browse/NUTCH-383?page=all ]
Andrzej Bialecki updated NUTCH-383:
------------------------------------
Attachment: patch.txt
This patch includes all changes needed to use Hadoop 0.7.0. Additionally, a
CrawlDbConverter tool is included, which converts currently used CrawlDb format
using <UTF8, CrawlDatum> to the new format <Text, CrawlDatum>.
All JUnit tests pass.
> Upgrade Nutch to Hadoop 0.7
> ---------------------------
>
> Key: NUTCH-383
> URL: http://issues.apache.org/jira/browse/NUTCH-383
> Project: Nutch
> Issue Type: Improvement
> Affects Versions: 0.9.0
> Reporter: Andrzej Bialecki
> Assigned To: Andrzej Bialecki
> Attachments: patch.txt
>
>
> Upgrade Nutch to Hadoop 0.7, and replace all occurences of UTF8 with Text.
> UTF8 is deprecated and its use is discouraged due to its limitations.
> This change will break API, in the sense that all third-party additions will
> have to be updated to use new APIs that use Text instead of UTF8 in method
> parameters.
> This change also breaks backward compatibility of data in CrawlDb, LinkDb and
> segments. A tool to upgrade CrawlDb, LinkDb and segments can be created to
> facilitate the upgrade path.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira