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

Lewis John McGibbney edited comment on NUTCH-1205 at 4/26/12 10:15 PM:
-----------------------------------------------------------------------

Hi Ferdy. If you would be so good to look at the patch. If you also observe the 
way in which we do the following in AbstractNutchTest

{code} 
52 DataStoreFactory.properties.setProperty("gora.sqlstore.jdbc.password","");
53 webPageStore = StorageUtils.createWebStore(conf, String.class,
54    WebPage.class);
{code}

you will see that we are not passing the correct parameters to 
StorageUtils.createWebStore. This makes all tests that rely on 
AbstractNutchTest fail misserably complaining about connection refused errors. 
(I'm hoping that this is correct, because if not then I am pretty much stumped.)
                
      was (Author: lewismc):
    Hi Ferdy. If you would be so good to look at the patch. If you also observe 
the way in which we do the following

{code} 52 
DataStoreFactory.properties.setProperty("gora.sqlstore.jdbc.password","");
    53 webPageStore = StorageUtils.createWebStore(conf, String.class,
        54 WebPage.class);
{code}

you will see that were not passing the correct parameters. This makes all tests 
that rely on AbstractNutchTest fail misserably complaining about connection 
refused errors. (I'm hoping that this is correct, because if not then I am 
pretty much stumped.)
                  
> Upgrade gora modules to 0.2 in ivy/ivy.xml
> ------------------------------------------
>
>                 Key: NUTCH-1205
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1205
>             Project: Nutch
>          Issue Type: Improvement
>          Components: storage
>    Affects Versions: nutchgora
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Blocker
>             Fix For: nutchgora
>
>         Attachments: NUTCH-1205-v2.patch, NUTCH-1205-v3.patch, 
> NUTCH-1205-v4.patch, NUTCH-1205-v5.patch, NUTCH-1205-v5.patch, 
> NUTCH-1205-v6.patch, NUTCH-1205.patch
>
>
> Although gora trunk is unstable, work is ongoing to get this fixed. For the 
> time being, I think Nutchgora should use gora trunk as this will identify 
> more vulnerabilities. I'll get the trivial patch submitted shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to