You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2010/07/14 17:06:50 UTC

[jira] Created: (NUTCH-853) Remove unused parameter files from conf/

Remove unused parameter files from conf/ 
-----------------------------------------

                 Key: NUTCH-853
                 URL: https://issues.apache.org/jira/browse/NUTCH-853
             Project: Nutch
          Issue Type: Task
          Components: build
            Reporter: Julien Nioche
            Assignee: Julien Nioche
             Fix For: 2.0


Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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


[jira] Closed: (NUTCH-853) Remove unused parameter files from conf/

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

Julien Nioche closed NUTCH-853.
-------------------------------

    Resolution: Fixed

Committed revision 964084.


> Remove unused parameter files from conf/ 
> -----------------------------------------
>
>                 Key: NUTCH-853
>                 URL: https://issues.apache.org/jira/browse/NUTCH-853
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>
> Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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


[jira] Commented: (NUTCH-853) Remove unused parameter files from conf/

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

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

Hrm: I'm not sold on context.xsl being removed, since Nutch 2.0 needs to have a webapp, as I've indicated before.

Can you add it back?

> Remove unused parameter files from conf/ 
> -----------------------------------------
>
>                 Key: NUTCH-853
>                 URL: https://issues.apache.org/jira/browse/NUTCH-853
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>
> Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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


[jira] Issue Comment Edited: (NUTCH-853) Remove unused parameter files from conf/

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

Chris A. Mattmann edited comment on NUTCH-853 at 7/14/10 12:19 PM:
-------------------------------------------------------------------

Meh, potentially. I think having the XSL file was nice b/c it slurped out the relevant config params from the Nutch conf files into a webapp context file. We'll want to do pretty much the same thing in some form I'm guessing for the eventual 2.0 webapp. 

I'm happy to wait until then, but how about waiting longer than 5 minutes to commit and close the issue out next time? ;)

      was (Author: chrismattmann):
    Meh, potentially. I think having the XSL file was nice b/c it slurped out the relevant config params from the Nutch conf files into a webapp context file. We'll want to do pretty much the same thing in some form I'm guessing for the eventual 2.0 webapp. 

I'm happy to wait until then, but how about waiting longer than 5 minutes to commit and close the issue out next time? ^_^
  
> Remove unused parameter files from conf/ 
> -----------------------------------------
>
>                 Key: NUTCH-853
>                 URL: https://issues.apache.org/jira/browse/NUTCH-853
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>
> Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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


[jira] Commented: (NUTCH-853) Remove unused parameter files from conf/

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

Julien Nioche commented on NUTCH-853:
-------------------------------------

There are quite a few things that might be used by the webapp which have been already removed (jars, etc...). We might as well add this back at the same time as the rest of the webapp components. We might discover that it is not needed etc... 
Am happy to add it back if you feel strongly about it though

> Remove unused parameter files from conf/ 
> -----------------------------------------
>
>                 Key: NUTCH-853
>                 URL: https://issues.apache.org/jira/browse/NUTCH-853
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>
> Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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


[jira] Commented: (NUTCH-853) Remove unused parameter files from conf/

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

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

Meh, potentially. I think having the XSL file was nice b/c it slurped out the relevant config params from the Nutch conf files into a webapp context file. We'll want to do pretty much the same thing in some form I'm guessing for the eventual 2.0 webapp. 

I'm happy to wait until then, but how about waiting longer than 5 minutes to commit and close the issue out next time? ^_^

> Remove unused parameter files from conf/ 
> -----------------------------------------
>
>                 Key: NUTCH-853
>                 URL: https://issues.apache.org/jira/browse/NUTCH-853
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>
> Since we separated the build and runtime environments (NUTCH-843) some of the resources in conf/ are now useless. This is the case for instance of slave,master, hadoop-policy.xml, hdfs-site.xml etc... which are generated automatically from the templates. In local mode the hadoop related resources are not used and in deployed mode we already have them in the hadoop setup proper. Others like context.xsl were relevant for the servlets which have now been removed

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