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 2007/11/30 11:36:43 UTC

[jira] Created: (NUTCH-586) Add option to run compiled classes w/o job file

Add option to run compiled classes w/o job file
-----------------------------------------------

                 Key: NUTCH-586
                 URL: https://issues.apache.org/jira/browse/NUTCH-586
             Project: Nutch
          Issue Type: New Feature
    Affects Versions: 1.0.0
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 1.0.0
         Attachments: run-core_v1.patch

bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Resolved: (NUTCH-586) Add option to run compiled classes w/o job file

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

Andrzej Bialecki  resolved NUTCH-586.
-------------------------------------

    Resolution: Fixed
      Assignee: Andrzej Bialecki   (was: Enis Soztutar)

Fixed in trunk, rev. 604956, with minor changes to the explanation note. Thank you!

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Andrzej Bialecki 
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch, run-core_v2.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Commented: (NUTCH-586) Add option to run compiled classes w/o job file

Posted by "Enis Soztutar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548198 ] 

Enis Soztutar commented on NUTCH-586:
-------------------------------------

Can someone review this ?

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Updated: (NUTCH-586) Add option to run compiled classes w/o job file

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

Enis Soztutar updated NUTCH-586:
--------------------------------

    Attachment: run-core_v1.patch

Attached file adds -core option to bin/nutch. 

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Updated: (NUTCH-586) Add option to run compiled classes w/o job file

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

Enis Soztutar updated NUTCH-586:
--------------------------------

    Attachment: run-core_v2.patch

bq. I think you also need to put a comment, which clarifies that this works only in the "local" Hadoop mode.
agreed. This patch addresses that.  

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch, run-core_v2.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Commented: (NUTCH-586) Add option to run compiled classes w/o job file

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

Andrzej Bialecki  commented on NUTCH-586:
-----------------------------------------

+1. I think you also need to put a comment, which clarifies that this works only in the "local" Hadoop mode.

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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


[jira] Commented: (NUTCH-586) Add option to run compiled classes w/o job file

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

Hudson commented on NUTCH-586:
------------------------------

Integrated in Nutch-Nightly #298 (See [http://lucene.zones.apache.org:8080/hudson/job/Nutch-Nightly/298/])

> Add option to run compiled classes w/o job file
> -----------------------------------------------
>
>                 Key: NUTCH-586
>                 URL: https://issues.apache.org/jira/browse/NUTCH-586
>             Project: Nutch
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Andrzej Bialecki 
>             Fix For: 1.0.0
>
>         Attachments: run-core_v1.patch, run-core_v2.patch
>
>
> bin/nutch adds nutch-*.job files under build and base directory to the classpath. However building the job file takes a long time. We have a target compile-core which builds only the core classes w/o plugins, but we need a way to run the compiled core class files. An option to bin/nutch to run the classes compiled with ant compile-core seems enough. 

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