You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2012/05/04 13:56:48 UTC

[jira] [Created] (NUTCH-1351) DomainStatistics to aggregate by TLD

Markus Jelsma created NUTCH-1351:
------------------------------------

             Summary: DomainStatistics to aggregate by TLD
                 Key: NUTCH-1351
                 URL: https://issues.apache.org/jira/browse/NUTCH-1351
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 1.5
            Reporter: Markus Jelsma
            Assignee: Markus Jelsma
            Priority: Minor
             Fix For: 1.6


The DomainStatistics tool aggregates counts by host, domain or suffix but tld is missing. 

--
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

        

[jira] [Commented] (NUTCH-1351) DomainStatistics to aggregate by TLD

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

Hudson commented on NUTCH-1351:
-------------------------------

Integrated in Nutch-trunk #1865 (See [https://builds.apache.org/job/Nutch-trunk/1865/])
    NUTCH-1351 DomainStatistics to aggregate by TLD (Revision 1347747)

     Result = SUCCESS
markus : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1347747
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/util/URLUtil.java
* /nutch/trunk/src/java/org/apache/nutch/util/domain/DomainStatistics.java

                
> DomainStatistics to aggregate by TLD
> ------------------------------------
>
>                 Key: NUTCH-1351
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1351
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: NUTCH-1351-1.6-1.patch
>
>
> The DomainStatistics tool aggregates counts by host, domain or suffix but tld is missing. 

--
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

        

[jira] [Updated] (NUTCH-1351) DomainStatistics to aggregate by TLD

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-1351:
---------------------------------

    Attachment: NUTCH-1351-1.6-1.patch

Patch for 1.6. It adds a new method to URLUtil to obtain the TLD for a given URL.
                
> DomainStatistics to aggregate by TLD
> ------------------------------------
>
>                 Key: NUTCH-1351
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1351
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: NUTCH-1351-1.6-1.patch
>
>
> The DomainStatistics tool aggregates counts by host, domain or suffix but tld is missing. 

--
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

        

[jira] [Commented] (NUTCH-1351) DomainStatistics to aggregate by TLD

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

Hudson commented on NUTCH-1351:
-------------------------------

Integrated in nutch-trunk-maven #299 (See [https://builds.apache.org/job/nutch-trunk-maven/299/])
    NUTCH-1351 DomainStatistics to aggregate by TLD (Revision 1347747)

     Result = SUCCESS
markus : 
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/util/URLUtil.java
* /nutch/trunk/src/java/org/apache/nutch/util/domain/DomainStatistics.java

                
> DomainStatistics to aggregate by TLD
> ------------------------------------
>
>                 Key: NUTCH-1351
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1351
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: NUTCH-1351-1.6-1.patch
>
>
> The DomainStatistics tool aggregates counts by host, domain or suffix but tld is missing. 

--
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

        

[jira] [Resolved] (NUTCH-1351) DomainStatistics to aggregate by TLD

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma resolved NUTCH-1351.
----------------------------------

    Resolution: Fixed

Committed for 1.6 in rev. 1347747.
                
> DomainStatistics to aggregate by TLD
> ------------------------------------
>
>                 Key: NUTCH-1351
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1351
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: NUTCH-1351-1.6-1.patch
>
>
> The DomainStatistics tool aggregates counts by host, domain or suffix but tld is missing. 

--
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