ZKPR_QUORUM= Parameter File Option

For SPD Server distributed locking, specifies the list of quorum machines.

Valid in: spdsserv.parm file
Requirements: To request distributed locking, you must include ZKPR_QUORUM= and ZKPR_PORT= parameter file options in the spdsserv.parm file.
The listed machines must be running a ZooKeeper server and servicing requests on the port that is specified in the ZKPR_PORT= parameter file option.
Note: As a best practice, the ZooKeeper machines should be on the Hadoop cluster that is being accessed.
See: SPD Server Distributed Locking

Syntax

ZKPR_QUORUM='quorum';

Required Argument

quorum

specifies a comma-separated list of quorum machines that are configured to work together as a single server (for example, zkpr_quorum='abcdef07.unx.sas.com,abcdef08.unx.sas.com,abcdef06.unx.sas.com';).