# FILE NAME: gpinitsystem_config

# Configuration file needed by the gpinitsystem

################################################
#### REQUIRED PARAMETERS
################################################

#### Name of this Greenplum system enclosed in quotes.
ARRAY_NAME=GPDB

#### Naming convention for utility-generated data directories.
SEG_PREFIX=gpseg

#### Base number by which primary segment port numbers 
#### are calculated.
PORT_BASE=40000

#### File system location(s) where primary segment data directories 
#### will be created. The number of locations in the list dictate
#### the number of primary segments that will get created per
#### physical host (if multiple addresses for a host are listed in 
#### the hostfile, the number of segments will be spread evenly across
#### the specified interface addresses).
DATA_DIRECTORY=(/data/gpdb/p1 /data/gpdb/p2)

#### OS-configured hostname or IP address of the master host.
COORDINATOR_HOSTNAME=centos64-1

#### File system location where the coordinator data directory 
#### will be created.
COORDINATOR_DIRECTORY=/data/gpdb/coordinator

#### Port number for the master instance.
COORDINATOR_PORT=5432

#### Shell utility used to connect to remote hosts.
TRUSTED_SHELL=ssh

#### Maximum log file segments between automatic WAL checkpoints.
CHECK_POINT_SEGMENTS=8

#### Default server-side character set encoding.
ENCODING=UNICODE


################################################
#### Distributed File System Informaiton
################################################
DFS_NAME=hdfs
DFS_URL=centos64-1.localdomain:8020/gpdb_data
#### For HA uncomment the following line
#DFS_URL=${nameservices}/gpdb_data


################################################
#### OTHER OPTIONAL PARAMETERS
################################################

#### Create a database of this name after initialization.
DATABASE_NAME=gpadmin