Outdated Version

You are viewing an older version of this section. View current production version.

SPARK-COMPONENT-UNMONITOR

MemSQL Ops has been deprecated

Please follow this guide to learn how to migrate to SingleStore tools.

Available since MemSQL Ops version 4.1.7.

Stop monitoring a Spark component that was deployed by MemSQL Ops.

Usage

usage: memsql-ops spark-component-unmonitor [--settings-file SETTINGS_FILE]
                                            [--async] [--no-prompt]
                                            [spark_component_id]

Stop monitoring a Spark component that was deployed by MemSQL Ops.

positional arguments:
  spark_component_id    The ID of the Spark component to stop.

optional arguments:
  --settings-file SETTINGS_FILE
                        A path to a MemSQL Ops settings.conf file. If not set,
                        we will use the file in the same directory as the
                        MemSQL Ops binary.
  --async               If this option is true, we will exit without waiting
                        for MemSQL Ops to unmonitor the component.
  --no-prompt           Skip interactive prompts if ID is not provided. This
                        should be used for non-interactive scripts and
                        automation.