[ https://issues.apache.org/jira/browse/HADOOP-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konstantin Boudnik updated HADOOP-6772: --------------------------------------- Status: Patch Available (was: Open) Hadoop Flags: [Reviewed] +1 patch looks good. Let's verify > 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, hadoop-6772.patch, 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.