| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<HadoopInfo> |
HadoopMgr.getHadoopInfos(String host,
boolean liveOnly)
Returns info for Hadoop processes on the given host, optionally live only.
|
List<HadoopInfo> |
RebootInfo.getHadoops()
Returns the Hadoop info for each Hadoop process running on this host.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HadoopMgr.removeHadoop(HadoopInfo info) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HadoopHelper.startDataNodes(List<HadoopInfo> hadoops)
Starts all data nodes in the given list of configurations.
|
static void |
HadoopHelper.startHadoopProcesses(List<HadoopInfo> hadoops)
Starts all Hadoop process using the given list of configurations.
|
static void |
HadoopHelper.startNameNodes(List<HadoopInfo> hadoops)
Starts all name nodes in the given list of configurations.
|
static void |
HadoopHelper.startNodeManagers(List<HadoopInfo> hadoops)
Starts all node managers in the given list of configurations.
|
static void |
HadoopHelper.startResourceManagers(List<HadoopInfo> hadoops)
Starts all resource managers in the given list of configurations.
|
| Constructor and Description |
|---|
RebootInfo(String host,
List<ClientInfo> clients,
List<HadoopInfo> hadoops) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.