Outdated Version

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

INTERFACE-SET-JAR

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.

Sets the JAR file to be used for Streamliner pipelines that use custom Scala code.

Usage

usage: memsql-ops interface-set-jar [--settings-file SETTINGS_FILE] [--async]
                                    [--no-prompt] [--skip-validation]
                                    path

Set the Spark Interface JAR. The code in this JAR may be used in Spark
pipelines.

positional arguments:
  path                  The path to the JAR file that you'd like to use.

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 the Spark Interface JAR to be fully set.
  --no-prompt           If this option is specified, we will restart the Spark
                        Interface without prompting.
  --skip-validation     If this option is specified, we will not validate the
                        JAR file.