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-DBtar
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 formatdefault|hostname|port
ORdefault|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
withdefault|
- 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 formatdefault|hostname|port
ORdefault|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
withdefault|
- 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 formatdefault|hostname|port
ORdefault|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
withdefault|
- 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 formatdefault|hostname|port
ORdefault|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
withdefault|
- hostname/address used for ssh, no host applied to the Program and Program will uselocalhost
address.default
swc.cluster.thriftbroker.host=
extended/updated/version information available with ‘–help' and ‘–help-config' arg
./sbin/swcdb_cluster --help;