From 87c70c3d0fa4176eb39dc375347795eff0b69ee4 Mon Sep 17 00:00:00 2001 From: Lizy Date: Mon, 25 Mar 2019 12:26:51 +0530 Subject: [PATCH] Minor edits --- docs/configuring_cluster/configuring_cluster.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/configuring_cluster/configuring_cluster.md b/docs/configuring_cluster/configuring_cluster.md index b131af05f4..873bf43969 100644 --- a/docs/configuring_cluster/configuring_cluster.md +++ b/docs/configuring_cluster/configuring_cluster.md @@ -162,18 +162,8 @@ Refer to the [SnappyData properties](property_description.md) for the complete l |-log-file|Path of the file to which this member writes log messages. The default is **snappyserver.log** in the working directory. In case logging is set via log4j, the default log file is **snappydata.log**.| |-member-timeout|Uses the [member-timeout](../best_practices/important_settings.md#member-timeout) server configuration, specified in milliseconds, to detect the abnormal termination of members. The configuration setting is used in two ways:
1) First, it is used during the UDP heartbeat detection process. When a member detects that a heartbeat datagram is missing from the member that it is monitoring after the time interval of 2 * the value of member-timeout, the detecting member attempts to form a TCP/IP stream-socket connection with the monitored member as described in the next case.
2) The property is then used again during the TCP/IP stream-socket connection. If the suspected process does not respond to the are you alive datagram within the period specified in member-timeout, the membership coordinator sends out a new membership view that notes the member's failure.
Valid values are in the range 1000..600000.| |-rebalance|Causes the new member to trigger a rebalancing operation for all partitioned tables in the system.
The system always tries to satisfy the redundancy of all partitioned tables on new member startup regardless of this option. Usually rebalancing is triggered when the overall capacity is increased or reduced through member startup, shut down, or failure.| -<<<<<<< HEAD |-spark.local.dir|Directory to use for "scratch" space in SnappyData, including map output files and RDDs that get stored on disk. This should be on a fast, local disk in your system. It can also be a comma-separated list of multiple directories on different disks.| -||||||| merged common ancestors -======= -|-spark.local.dir|Directory to use for "scratch" space in SnappyData, including map output files and RDDs that get stored on disk. This should be on a fast, local disk in your system. It can also be a comma-separated list of multiple directories on different disks.| -<<<<<<< HEAD -|Properties for SSL Encryption|[ssl-enabled](../reference/configuration_parameters/ssl_enabled.md), [ssl-ciphers](../reference/configuration_parameters/ssl_ciphers.md), [ssl-protocols](../reference/configuration_parameters/ssl_protocols.md), [ssl-require-authentication](../reference/configuration_parameters/ssl_require_auth.md).| ->>>>>>> doclinkscorrectionbr -||||||| merged common ancestors -======= |Properties for SSL Encryption|[ssl-enabled](../reference/configuration_parameters/ssl_enabled.md), [ssl-ciphers](../reference/configuration_parameters/ssl_ciphers.md), [ssl-protocols](../reference/configuration_parameters/ssl_protocols.md), [ssl-require-authentication](../reference/configuration_parameters/ssl_require_auth.md).| ->>>>>>> master |-thrift-ssl|Specifies if you want to enable or disable SSL. Values: true or false| |-thrift-ssl-properties|Comma-separated SSL properties including:
`protocol`: default "TLS",
`enabled-protocols`: enabled protocols separated by ":"
`cipher-suites`: enabled cipher suites separated by ":"
`client-auth`=(true or false): if client also needs to be authenticated
`keystore`: path to key store file
`keystore-type`: the type of key-store (default "JKS")
`keystore-password`: password for the key store file
`keymanager-type`: the type of key manager factory
`truststore`: path to trust store file
`truststore-type`: the type of trust-store (default "JKS")
`truststore-password`: password for the trust store file
`trustmanager-type`: the type of trust manager factory
|