You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Stefan Neufeind (JIRA)" <ji...@apache.org> on 2006/05/22 01:10:29 UTC

[jira] Created: (NUTCH-278) Fetcher-status might need clarification: kbit/s instead of kb/s shown

Fetcher-status might need clarification: kbit/s instead of kb/s shown
---------------------------------------------------------------------

         Key: NUTCH-278
         URL: http://issues.apache.org/jira/browse/NUTCH-278
     Project: Nutch
        Type: Improvement

  Components: fetcher  
    Versions: 0.8-dev    
    Reporter: Stefan Neufeind
    Priority: Trivial


In Fetcher.java, method reportStatus() there is

        + Math.round(((((float)bytes)*8)/1024)/elapsed)+" kb/s, ";

Is that a bit misleading, since the user reading the status might guess it's "kilobytes" (kb) whereas "kbit/s" would be more clear in this case?

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


RE: error

Posted by an...@orbita1.ru.
Tnx. I has forgotten to add into nutch-extensionpoints/plugin.xml new
extension-points ;-)

-----Original Message-----
From: Gal Nitzan [mailto:gnitzan@usa.net] 
Sent: Monday, May 22, 2006 4:26 PM
To: nutch-dev@lucene.apache.org
Subject: RE: error
Importance: High

A new plugin was added to code base.

You need to add to tomcat/webapps/ROOT/WEB-INF/classes/nutch-site.xml
property plugin.includes a new entry summary-basic or summary-lucene.

HTH

-----Original Message-----
From: anton@orbita1.ru [mailto:anton@orbita1.ru] 
Sent: Monday, May 22, 2006 11:39 AM
To: nutch-dev@lucene.apache.org
Subject: error

I updated any plugins... And now I get errors in tomcat log: 

May 22, 2006 3:28:50 AM org.apache.nutch.plugin.PluginRepository <init>
SEVERE: org.apache.nutch.plugin.PluginRuntimeException: Plugin
(summary-basic), extension point: org.apache.nutch.searcher.Summarizer does
not exist.

How fix this problem?







RE: error

Posted by Gal Nitzan <gn...@usa.net>.
A new plugin was added to code base.

You need to add to tomcat/webapps/ROOT/WEB-INF/classes/nutch-site.xml
property plugin.includes a new entry summary-basic or summary-lucene.

HTH

-----Original Message-----
From: anton@orbita1.ru [mailto:anton@orbita1.ru] 
Sent: Monday, May 22, 2006 11:39 AM
To: nutch-dev@lucene.apache.org
Subject: error

I updated any plugins... And now I get errors in tomcat log: 

May 22, 2006 3:28:50 AM org.apache.nutch.plugin.PluginRepository <init>
SEVERE: org.apache.nutch.plugin.PluginRuntimeException: Plugin
(summary-basic), extension point: org.apache.nutch.searcher.Summarizer does
not exist.

How fix this problem?






error

Posted by an...@orbita1.ru.
I updated any plugins... And now I get errors in tomcat log: 

May 22, 2006 3:28:50 AM org.apache.nutch.plugin.PluginRepository <init>
SEVERE: org.apache.nutch.plugin.PluginRuntimeException: Plugin
(summary-basic), extension point: org.apache.nutch.searcher.Summarizer does
not exist.

How fix this problem?




[jira] Commented: (NUTCH-278) Fetcher-status might need clarification: kbit/s instead of kb/s shown

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/NUTCH-278?page=comments#action_12412709 ] 

Andrzej Bialecki  commented on NUTCH-278:
-----------------------------------------

In fact, it is neither. "Kilobits" should be "1000 bits". The formula above calculates "kibibits" (binary-kilo bits). I agree it should be clarified as "kbits/s", and perhaps changed to use a 1000 divisor (if it's not more confusing than using "Kibits/s").

> Fetcher-status might need clarification: kbit/s instead of kb/s shown
> ---------------------------------------------------------------------
>
>          Key: NUTCH-278
>          URL: http://issues.apache.org/jira/browse/NUTCH-278
>      Project: Nutch
>         Type: Improvement

>   Components: fetcher
>     Versions: 0.8-dev
>     Reporter: Stefan Neufeind
>     Priority: Trivial

>
> In Fetcher.java, method reportStatus() there is
>         + Math.round(((((float)bytes)*8)/1024)/elapsed)+" kb/s, ";
> Is that a bit misleading, since the user reading the status might guess it's "kilobytes" (kb) whereas "kbit/s" would be more clear in this case?

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