You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2010/10/13 16:14:32 UTC

[jira] Created: (NUTCH-913) Nutch should use new namespace for Gora

Nutch should use new namespace for Gora
---------------------------------------

                 Key: NUTCH-913
                 URL: https://issues.apache.org/jira/browse/NUTCH-913
             Project: Nutch
          Issue Type: Bug
          Components: storage
            Reporter: Doğacan Güney
             Fix For: 2.0
         Attachments: NUTCH-913_v1.patch

Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Closed: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney closed NUTCH-913.
-------------------------------

    Resolution: Fixed

Fixed in rev. 1027471. Thanks for all the comments/reviews everyone.

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch, NUTCH-913_v2.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Commented: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924659#action_12924659 ] 

Andrzej Bialecki  commented on NUTCH-913:
-----------------------------------------

+1, let's commit it -  I want to start playing with GORA-9, and that patch is in the org.apache namespace...

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch, NUTCH-913_v2.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Assigned: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney reassigned NUTCH-913:
-----------------------------------

    Assignee: Doğacan Güney

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Updated: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-913:
--------------------------------

    Attachment: NUTCH-913_v1.patch

Patch for issue.

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Updated: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-913:
--------------------------------

    Attachment: NUTCH-913_v2.patch

New patch that doesn't try to sneak in formatting changes :)

Btw, I also changed default value for StorageUtils#getDataStoreClass from HBaseStore to SqlStore since that's the default value in nutch-default.xml.

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch, NUTCH-913_v2.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Commented: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920585#action_12920585 ] 

Chris A. Mattmann commented on NUTCH-913:
-----------------------------------------

Big +1 here, Doğacan.

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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


[jira] Commented: (NUTCH-913) Nutch should use new namespace for Gora

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920610#action_12920610 ] 

Andrzej Bialecki  commented on NUTCH-913:
-----------------------------------------

There are formatting issues in DomainStatistics.java - the file uses literal tabs, which we frown upon, but the patch introduces double-space indent in the changed lines. As ugly as it sounds I think this should be changed into tabs, and then reformatted in another commit.

Other than that, +1, go for it.

> Nutch should use new namespace for Gora
> ---------------------------------------
>
>                 Key: NUTCH-913
>                 URL: https://issues.apache.org/jira/browse/NUTCH-913
>             Project: Nutch
>          Issue Type: Bug
>          Components: storage
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 2.0
>
>         Attachments: NUTCH-913_v1.patch
>
>
> Gora is in Apache Incubator now (Yey!). We recently changed Gora's namespace from org.gora to org.apache.gora. This means nutch should use the new namespace otherwise it won't compile with newer builds of Gora.

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