@Unstable
public interface ExternalCommandRunner
This interface will be instantiated when end users call `SparkSession#executeCommand`.
Modifier and Type | Method and Description |
---|---|
String[] |
executeCommand(String command,
CaseInsensitiveStringMap options)
Execute the given command.
|
String[] executeCommand(String command, CaseInsensitiveStringMap options)
command
- The command string provided by users.options
- The user-specified case-insensitive options.