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/06/23 11:07:50 UTC

[jira] Updated: (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:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6836:
--------------------------------------

    Summary: [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.  (was: Test Autoamtion : Method for restarting the daemon with new configuration.)

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