The SWC-DB Cluster Managing Script swcdb_cluster - Configuration Properties

These configuration properties are for sbin/swcdb_cluster a python script based on py-fabric library.

  • swc.install.archive

    TYPE_STRING The Full-Path or Uri to the SWC-DB tar archive package. An archive package from available SWC-DB releases is suitable for the type of archive required.

    The source-host SWC-DB installation files are copied if the property is not set.

    default swc.install.archive=https://github.com/kashirin-alex/swc-db/releases/download/v0.5.12/swcdb-0.5.12.debug.amd64.tar.xz

  • swc.cluster.rgr.host

    TYPE_STRINGS A Ranger host, value in format default|hostname|port OR default|ip,ip,ip|port. The hostname/ips need to be accessible from the source-host.

    without |port - no port applied and Program uses the default port
    with default| - hostname/address used for ssh, no host applied to the Program and Program will use the default addresses.

    default swc.cluster.rgr.host=

  • swc.cluster.fsbroker.host

    TYPE_STRINGS A FsBroker host, value in format default|hostname|port OR default|ip,ip,ip|port. The hostname/ips need to be accessible from the source-host.

    without |port - no port applied and Program uses the default port
    with default| - hostname/address used for ssh, no host applied to the Program and Program will use the default addresses.

    default swc.cluster.fsbroker.host=

  • swc.cluster.bkr.host

    TYPE_STRINGS A Broker host, value in format default|hostname|port OR default|ip,ip,ip|port. The hostname/ips need to be accessible from the source-host.

    without |port - no port applied and Program uses the default port
    with default| - hostname/address used for ssh, no host applied to the Program and Program will use the default addresses.

    default swc.cluster.bkr.host=

  • swc.cluster.thriftbroker.host

    TYPE_STRINGS A ThriftBroker host, value in format default|hostname|port OR default|ip,ip,ip|port. The hostname/ips need to be accessible from the source-host.

    without |port - no port applied and Program uses the default port
    with default| - hostname/address used for ssh, no host applied to the Program and Program will use localhost address.

    default swc.cluster.thriftbroker.host=


extended/updated/version information available with ‘–help' and ‘–help-config' arg

./sbin/swcdb_cluster --help;