Class ExecJarHadoopAction
java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.ExecJarHadoopAction
- All Implemented Interfaces:
Action
This class define an action that allow to execute a jar on an Hadoop cluster.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecute action.Get action description.getName()Get the name of the action.booleanTest if the action can be executed in hadoop Jar mode.Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isCurrentArchCompatible, isHidden
-
Field Details
-
ACTION_NAME
Name of this action.- See Also:
-
-
Constructor Details
-
ExecJarHadoopAction
public ExecJarHadoopAction()
-
-
Method Details
-
getName
Description copied from interface:ActionGet the name of the action.- Returns:
- the name of the action
-
getDescription
Description copied from interface:ActionGet action description.- Returns:
- the description description
-
isHadoopJarMode
public boolean isHadoopJarMode()Description copied from interface:ActionTest if the action can be executed in hadoop Jar mode.- Specified by:
isHadoopJarModein interfaceAction- Overrides:
isHadoopJarModein classAbstractAction- Returns:
- true if the action can be executed in hadoop Jar mode
-
action
Description copied from interface:ActionExecute action.- Parameters:
arguments- arguments of the action.
-