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 "Iyappan Srinivasan (JIRA)" <ji...@apache.org> on 2010/06/28 12:16:50 UTC

[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

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

Iyappan Srinivasan commented on HADOOP-6836:
--------------------------------------------

+1 for the patch

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c 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;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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