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 "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2010/05/20 00:55:55 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869396#action_12869396 ] 

Konstantin Boudnik commented on HADOOP-6772:
--------------------------------------------

this won't do for sure...
{noformat}
+import org.apache.hadoop.mapred.UtilsForTests;
{noformat}

Also, Common doesn't need {{system-test.xml}} to be present because its content is only used by HDFS and MR clusters. 

> 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.