org.apache.whirr.service.hadoop
Class HadoopClusterActionHandler
java.lang.Object
org.apache.whirr.service.ClusterActionHandler
org.apache.whirr.service.ClusterActionHandlerSupport
org.apache.whirr.service.hadoop.HadoopClusterActionHandler
- Direct Known Subclasses:
- HadoopDataNodeClusterActionHandler, HadoopNameNodeClusterActionHandler, HadoopTaskTrackerClusterActionHandler
public abstract class HadoopClusterActionHandler
- extends ClusterActionHandlerSupport
Methods inherited from class org.apache.whirr.service.ClusterActionHandlerSupport |
addRunUrl, addStatement, afterAction, afterBootstrap, afterConfigure, afterDestroy, afterOtherAction, beforeAction, beforeDestroy, beforeOtherAction, getCleanupFunction, getConfiguration, getConfiguration, getConfigureFunction, getFunctionName, getInstallFunction, getStartFunction, getStopFunction, prepareRemoteFileUrl |
HadoopClusterActionHandler
public HadoopClusterActionHandler()
getConfiguration
protected org.apache.commons.configuration.Configuration getConfiguration(ClusterSpec clusterSpec)
throws IOException
- Returns a composite configuration that is made up from the global
configuration coming from the Whirr core with a hadoop defaults
properties.
- Throws:
IOException
getInstallFunction
protected String getInstallFunction(org.apache.commons.configuration.Configuration config)
getConfigureFunction
protected String getConfigureFunction(org.apache.commons.configuration.Configuration config)
beforeBootstrap
protected void beforeBootstrap(ClusterActionEvent event)
throws IOException
- Overrides:
beforeBootstrap
in class ClusterActionHandlerSupport
- Throws:
IOException
beforeConfigure
protected void beforeConfigure(ClusterActionEvent event)
throws IOException,
InterruptedException
- Overrides:
beforeConfigure
in class ClusterActionHandlerSupport
- Throws:
IOException
InterruptedException
doBeforeConfigure
protected void doBeforeConfigure(ClusterActionEvent event)
throws IOException
- Throws:
IOException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.