Class ExecJarHadoopAction

  • All Implemented Interfaces:
    Action

    public class ExecJarHadoopAction
    extends AbstractAction
    This class define an action that allow to execute a jar on an Hadoop cluster.
    Since:
    1.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • ExecJarHadoopAction

        public ExecJarHadoopAction()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Action
        Get the name of the action.
        Returns:
        the name of the action
      • getDescription

        public String getDescription()
        Description copied from interface: Action
        Get action description.
        Returns:
        the description description
      • isHadoopJarMode

        public boolean isHadoopJarMode()
        Description copied from interface: Action
        Test if the action can be executed in hadoop Jar mode.
        Specified by:
        isHadoopJarMode in interface Action
        Overrides:
        isHadoopJarMode in class AbstractAction
        Returns:
        true if the action can be executed in hadoop Jar mode
      • action

        public void action​(List<String> arguments)
        Description copied from interface: Action
        Execute action.
        Parameters:
        arguments - arguments of the action.