You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kate Rhodes (JIRA)" <ji...@apache.org> on 2007/09/27 04:06:50 UTC

[jira] Created: (HADOOP-1954) start task tracker and stop task tracker scripts

start task tracker and stop task tracker scripts
------------------------------------------------

                 Key: HADOOP-1954
                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
             Project: Hadoop
          Issue Type: New Feature
          Components: scripts
            Reporter: Kate Rhodes
            Priority: Trivial
         Attachments: start_stop_tt_scripts.patch

we should have scripts for starting and stopping just the task tracker

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


[jira] Updated: (HADOOP-1954) start task tracker and stop task tracker scripts

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

Kate Rhodes updated HADOOP-1954:
--------------------------------

    Attachment: start_stop_tt_scripts.patch

a script to start the task tracker and a script to stop it

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Commented: (HADOOP-1954) start task tracker and stop task tracker scripts

Posted by "Kate Rhodes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530888 ] 

Kate Rhodes commented on HADOOP-1954:
-------------------------------------

you're right it should be singular instead of plural to just start it on this node. Why we need it? for the same reason we need any of the simple start stop scripts. To save typing. Plus it makes life easier for newbs like me. There's scripts for starting all the other things but when you're starting out it seems likely than one of the things you're going to be doing is setting up task trackers on nodes. Having a script right there in the bin dir that does it for you helps get you up and running faster and gives new users one less hurdle to get over. It wasn't at all obvious to me how to start just a task tracker. 

These aren't "needed" but they're nice to have, don't really get in the way of anything, and can make life easier for new users before they get frustrated and go away.

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Updated: (HADOOP-1954) start task tracker and stop task tracker scripts

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

Kate Rhodes updated HADOOP-1954:
--------------------------------

    Status: Patch Available  (was: Open)

just scripts to start and stop the task tracker

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Updated: (HADOOP-1954) start task tracker and stop task tracker scripts

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

Kate Rhodes updated HADOOP-1954:
--------------------------------

    Attachment:     (was: start_stop_tt_scripts.patch)

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Updated: (HADOOP-1954) start task tracker and stop task tracker scripts

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

Kate Rhodes updated HADOOP-1954:
--------------------------------

    Attachment: start_stop_tt_scripts.patch

calls hadoop-daemon.sh instead of hadoop-daemons.sh

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Commented: (HADOOP-1954) start task tracker and stop task tracker scripts

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530777 ] 

Doug Cutting commented on HADOOP-1954:
--------------------------------------

This is just 'bin/hadoop-daemon.sh start tasktracker' no?  Why do we need a separate script for that?  Also, in your patch you use 'hadoop-daemons.sh' (plural) which will run a tasktracker on each slave node, rather than just on the current node.

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Commented: (HADOOP-1954) start task tracker and stop task tracker scripts

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530821 ] 

Hadoop QA commented on HADOOP-1954:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12366630/start_stop_tt_scripts.patch
against trunk revision r579928.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/832/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/832/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/832/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/832/console

This message is automatically generated.

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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


[jira] Updated: (HADOOP-1954) start task tracker and stop task tracker scripts

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1954:
----------------------------------

    Status: Open  (was: Patch Available)

This is redundant with bin/hadoop-daemon.sh script.

> start task tracker and stop task tracker scripts
> ------------------------------------------------
>
>                 Key: HADOOP-1954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1954
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: scripts
>            Reporter: Kate Rhodes
>            Priority: Trivial
>         Attachments: start_stop_tt_scripts.patch
>
>
> we should have scripts for starting and stopping just the task tracker

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