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

Alexis edited comment on NUTCH-955 at 1/10/11 5:27 AM:
-------------------------------------------------------

In the patch, the required dependencies for MySQL and HBase are included in the 
Ivy config, but commented out as suggested in Julien's comment. It's up to the 
user to use his own backend to store the data.

Following 3 points are minor issues but the fixes allow to play more nicely 
under Eclipse:

- The call to "nutch.root" property set in build.xml for ant should be replaced 
in src/plugin/protocol-sftp/ivy.xml by the built-in "basedir" ivy property.
- The 2.0.1 version of restlet dependency does not exist in the maven 
repository, so you want to manually change it to 2.0.0.
- The xerces (XML parser) implementation needs to be upgraded from 2.6.2 to 
2.9.1, otherwise you'll see exceptions while running a JUnit test.

      was (Author: alexis779):
    In the patch, the required dependencies for MySQL and HBase are included in 
the Ivy config, but commented out. It's up to the user to use his own backend 
to store the data.

Following 3 points are minor issues but the fixes allow to play more nicely 
under Eclipse:

- The call to "nutch.root" property set in build.xml for ant should be replaced 
in src/plugin/protocol-sftp/ivy.xml by the built-in "basedir" ivy property.
- The 2.0.1 version of restlet dependency does not exist in the maven 
repository, so you want to manually change it to 2.0.0.
- The xerces (XML parser) implementation needs to be upgraded from 2.6.2 to 
2.9.1, otherwise you'll see exceptions while running a JUnit test.
  
> Ivy configuration
> -----------------
>
>                 Key: NUTCH-955
>                 URL: https://issues.apache.org/jira/browse/NUTCH-955
>             Project: Nutch
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 2.0
>            Reporter: Alexis
>         Attachments: ivy.patch
>
>
> As mentioned in NUTCH-950, we can slightly improve the Ivy configuration to 
> help setup the Gora backend more easily.
> If the user does not want to stick with default HSQL database, other 
> alternatives exist, such as MySQL and HBase.
> org.restlet and xercesImpl versions should be changed as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to