You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2006/11/23 15:35:08 UTC

[jira] Updated: (NUTCH-251) Administration GUI

     [ http://issues.apache.org/jira/browse/NUTCH-251?page=all ]

Enis Soztutar updated NUTCH-251:
--------------------------------

    Attachment: Nutch-251-AdminGUI.tar.gz

I have updated the patch written by stephan.
This version works with Nutch-0.9-dev and hadoop-0.7.1 (current version of nutch so far)

First extract the tar.gaz file into the root of nutch. It should copy 
src/plugin/admin-* 
lib/xalan.jar  lib/serializer.jar and lib/hadoop-0.7.2-dev.jar
hadoop_0.7.1_nutch_gui_v2.patch
nutch_0.9-dev_gui_v2.patch

then patch nutch with 
  patch -p0 <nutch_0.9-dev_gui_v2.patch 
  (you can test the patch first by running : patch -p0 --dry-run <nutch_0.9-dev_gui_v2.patch

Patched hadoop is included in the archive, but if you wish you can patch hadoop using 
   patch -p0 hadoop_0.7.1_nutch_gui_v2.patch


I have : 
converted necessary java.io.File fields and arguments to org.apache.hadoop.fs.Path
replaced deprecated LogFormatter's with LogFactory's
used generics with collections(changed only that I've seen)
written PathSerializable which is implements Serializable interface(needed for scheduling)
Some hadoop changes and some changes due to hadoop conflicts. 

I have not tested every feature of this plugin so, there still can be some bugs. 

> Administration GUI
> ------------------
>
>                 Key: NUTCH-251
>                 URL: http://issues.apache.org/jira/browse/NUTCH-251
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 0.8
>            Reporter: Stefan Groschupf
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz, nutch_gui_plugins_v1.zip, nutch_gui_v1.patch
>
>
> Having a web based administration interface would help to make nutch administration and management much more user friendly.

-- 
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: [jira] Updated: (NUTCH-251) Administration GUI

Posted by Zaheed Haque <za...@gmail.com>.
Super Thanks! Now I can give it a go!

Cheers!

On 11/23/06, Enis Soztutar (JIRA) <ji...@apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/NUTCH-251?page=all ]
>
> Enis Soztutar updated NUTCH-251:
> --------------------------------
>
>     Attachment: Nutch-251-AdminGUI.tar.gz
>
> I have updated the patch written by stephan.
> This version works with Nutch-0.9-dev and hadoop-0.7.1 (current version of
> nutch so far)
>
> First extract the tar.gaz file into the root of nutch. It should copy
> src/plugin/admin-*
> lib/xalan.jar  lib/serializer.jar and lib/hadoop-0.7.2-dev.jar
> hadoop_0.7.1_nutch_gui_v2.patch
> nutch_0.9-dev_gui_v2.patch
>
> then patch nutch with
>   patch -p0 <nutch_0.9-dev_gui_v2.patch
>   (you can test the patch first by running : patch -p0 --dry-run
> <nutch_0.9-dev_gui_v2.patch
>
> Patched hadoop is included in the archive, but if you wish you can patch
> hadoop using
>    patch -p0 hadoop_0.7.1_nutch_gui_v2.patch
>
>
> I have :
> converted necessary java.io.File fields and arguments to
> org.apache.hadoop.fs.Path
> replaced deprecated LogFormatter's with LogFactory's
> used generics with collections(changed only that I've seen)
> written PathSerializable which is implements Serializable interface(needed
> for scheduling)
> Some hadoop changes and some changes due to hadoop conflicts.
>
> I have not tested every feature of this plugin so, there still can be some
> bugs.
>
> > Administration GUI
> > ------------------
> >
> >                 Key: NUTCH-251
> >                 URL: http://issues.apache.org/jira/browse/NUTCH-251
> >             Project: Nutch
> >          Issue Type: Improvement
> >    Affects Versions: 0.8
> >            Reporter: Stefan Groschupf
> >            Priority: Minor
> >             Fix For: 0.9.0
> >
> >         Attachments: hadoop_nutch_gui_v1.patch, Nutch-251-AdminGUI.tar.gz,
> nutch_gui_plugins_v1.zip, nutch_gui_v1.patch
> >
> >
> > Having a web based administration interface would help to make nutch
> administration and management much more user friendly.
>
> --
> 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
>
>
>