@ShellComponent public class MarkersCommand extends Object
| Constructor and Description |
|---|
MarkersCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteMarker(String instantTime,
String sparkPropertiesPath,
String master,
String sparkMemory) |
@ShellMethod(key="marker delete",
value="Delete the marker")
public String deleteMarker(@ShellOption(value="--commit",help="Delete a marker")
String instantTime,
@ShellOption(value="--sparkProperties",help="Spark Properties File Path",defaultValue="")
String sparkPropertiesPath,
@ShellOption(value="--sparkMaster",defaultValue="",help="Spark Master")
String master,
@ShellOption(value="--sparkMemory",defaultValue="1G",help="Spark executor memory")
String sparkMemory)
throws Exception
ExceptionCopyright © 2025 The Apache Software Foundation. All rights reserved.