You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Vinay Kumar Thota (JIRA)" <ji...@apache.org> on 2010/05/19 11:25:54 UTC

[jira] Updated: (HADOOP-6772) Utilities for system tests specific.

     [ https://issues.apache.org/jira/browse/HADOOP-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6772:
--------------------------------------

    Attachment: hadoop-6772.patch

Initial patch.

> Utilities for system tests specific.
> ------------------------------------
>
>                 Key: HADOOP-6772
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6772
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: hadoop-6772.patch
>
>
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> 4. A method for waiting until daemon is start.
> public void waitForClusterToStart() throws Exception;

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