public interface CommandTaskInfo extends TaskInfo
Modifier and Type | Interface and Description |
---|---|
static interface |
CommandTaskInfo.ConfigurationResolver
Resolves extra configurations.
|
TaskInfo.Phase
Element.Attribute
Modifier and Type | Method and Description |
---|---|
List<CommandToken> |
getArguments()
Returns the raw command arguments.
|
default List<CommandToken> |
getArguments(Map<String,String> extraConfigurations)
Returns the command arguments.
|
String |
getCommand()
Returns the command location.
|
String |
getModuleName()
Returns the task module name.
|
String |
getProfileName()
Returns the target profile name.
|
getBlockers
findAttribute, getAttributes
String getModuleName()
TaskInfo
getModuleName
in interface TaskInfo
String getProfileName()
String getCommand()
ASAKUSA_HOME
)List<CommandToken> getArguments()
default List<CommandToken> getArguments(Map<String,String> extraConfigurations)
extraConfigurations
- the extra configurations (treated as Hadoop configurations)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.