Description
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;
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-6332 Large-scale Automated Test Framework
- Closed
- is depended upon by
-
MAPREDUCE-1890 Create automated test scenarios for decommissioning of task trackers
- Open