Greenplum 编译安装和调试--prefix=$HOME/gpdb.master $ make [-j4] $ make install 在苹果系统上初始化Greenplum单节点集群时,需要做些准备工作: ● 添加export PGHOST=localhost至~/.bash_profile ● 将本机的hostname与127.0.0.1的map写到/etc/hosts中。例如 127.0.0.1 net.inet.tcp.msl=60 $ cd gpAux/gpdemo $ source $HOME/gpdb.master/greenplum_path.sh $ export PGHOST=`hostname` $ make $ source gpdemo-env.sh $ psql postgres postgres# SELECT version() make $ make install $ cd gpAux/gpdemo $ source /home/gpadmin/gpdb.master/greenplum_path.sh $ export PGHOST=`hostname` $ make $ source gpdemo-env.sh $ psql postgres postgres# SELECT version()0 码力 | 15 页 | 2.07 MB | 1 年前3
Greenplum数据仓库UDW - UCloud中立云计算服务商greenplum-client.tar.gz 2)配置udw客⼾端 进⼊ greenplum-client 安装⽬录,编辑 greenplum_client_path.sh 修改UDW_HOME(export UDW_HOME= client安装⽬录)(如/root/greenplum-client) 3) 使配置⽣效 在~/.bashrc中添加如下配置 source /data/greenp com/udw-client.tar tar xvf udw-client.tar 2)配置udw客⼾端 进⼊udw-client安装⽬录,编辑 udw_client_path.sh,修改 UDW_CLIENT(export UDW_CLIENT= client安装⽬录)(如/root/udw-client) 3)使配置⽣效在~/.bashrc中添加如下配置 source /data/udw-client/udw_client_path greenplum-client.tar.gz 2)配置udw客⼾端 进⼊greenplum-client安装⽬录,编辑 greenplum_client_path.sh 修改UDW_HOME export UDW_HOME= client安装⽬录(如/root/greenplum-client) 3) 使配置⽣效 在~/.bashrc中添加如下配置 source /data/greenpl0 码力 | 206 页 | 5.35 MB | 1 年前3
VMware Greenplum 6 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a Allows LOCK TABLE to be conducted on MASTER ONLY to improve VMware Greenplum 6 Documentation VMware, Inc 371 $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ ssh smdw 'echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bash Greenplum master and standby master environment variables, and load the master variables: $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ source ~/.bashrc Next Steps Now that0 码力 | 2374 页 | 44.90 MB | 1 年前3
VMware Tanzu Greenplum v6.23 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a Allows LOCK TABLE to be conducted on MASTER ONLY to improve Tanzu Greenplum 6 Documentation VMware, Inc 361 $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ ssh smdw 'echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bash Greenplum master and standby master environment variables, and load the master variables: $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ source ~/.bashrc Next Steps Now that0 码力 | 2298 页 | 40.94 MB | 1 年前3
VMware Tanzu Greenplum 6 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a : Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a : Allows LOCK TABLE to be conducted on MASTER ONLY to improve environment variables, and load the master variables: $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ ssh smdw 'echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bash Greenplum master and standby master environment variables, and load the master variables: $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ source ~/.bashrc Next Steps Now that0 码力 | 2311 页 | 17.58 MB | 1 年前3
VMware Tanzu Greenplum v6.21 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a Allows LOCK TABLE to be conducted on MASTER ONLY to improve environment variables, and load the master variables: $ echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bashrc $ ssh smdw 'echo export MASTER_DATA_DIRECTORY=/gpdata/master/gpseg-1 >> ~/.bash MASTER_DATA_DIRECTORY environment variable. For example: source /usr/local/greenplum-db/greenplum_path.sh export MASTER_DATA_DIRECTORY=/data/master/gpseg-1 3. (Optional) You may also want to set some client session0 码力 | 2025 页 | 33.54 MB | 1 年前3
VMware Greenplum 6 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a : Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a : Allows LOCK TABLE to be conducted on MASTER ONLY to improve MASTER_DATA_DIRECTORY environment variable. For example: source /usr/local/greenplum-db/greenplum_path.sh export MASTER_DATA_DIRECTORY=/data/master/gpseg-1 3. (Optional) You may also want to set some client session functions as gpadmin. VMware Greenplum 6 Documentation VMware by Broadcom 431 export PGPORT=5432 export PGUSER=gpadmin export PGDATABASE=gpadmin 4. (Optional) If you use RHEL 7 or CentOS 7, add the following0 码力 | 2445 页 | 18.05 MB | 1 年前3
VMware Greenplum v6.25 Documentationcaused Assertion failure. (Resolved by PR- 13472.) n/a : Adds distributed snapshot support to pg_export_snapshot. (Resolved by PR-13470.) n/a : Allows LOCK TABLE to be conducted on MASTER ONLY to improve MASTER_DATA_DIRECTORY environment variable. For example: source /usr/local/greenplum-db/greenplum_path.sh export MASTER_DATA_DIRECTORY=/data/master/gpseg-1 3. (Optional) You may also want to set some client session variables such as PGPORT, PGUSER and PGDATABASE for convenience. For example: export PGPORT=5432 export PGUSER=gpadmin export PGDATABASE=gpadmin 4. (Optional) If you use RHEL 7 or CentOS 7, add the following0 码力 | 2400 页 | 18.02 MB | 1 年前3
VMware Greenplum v6.18 DocumentationGreenplum v6.18 Documentation VMware, Inc. 266 source /usr/local/greenplum-db/greenplum_path.sh export MASTER_DATA_DIRECTORY=/data/master/gpseg-1 3. (Optional) You may also want to set some client session variables such as PGPORT, PGUSER and PGDATABASE for convenience. For example: export PGPORT=5432 export PGUSER=gpadmin export PGDATABASE=gpadmin 4. (Optional) If you use RHEL 7 or CentOS 7, add the following the end of the .bashrc file to enable using the ps command in the greenplum_path.sh environment: export LD_PRELOAD=/lib64/libz.so.1 ps 5. Save and close the file. 6. After editing the profile file, source0 码力 | 1959 页 | 19.73 MB | 1 年前3
VMware Greenplum v6.19 DocumentationMASTER_DATA_DIRECTORY environment variable. For example: source /usr/local/greenplum-db/greenplum_path.sh export MASTER_DATA_DIRECTORY=/data/master/gpseg-1 3. (Optional) You may also want to set some client session variables such as PGPORT, PGUSER and PGDATABASE for convenience. For example: export PGPORT=5432 export PGUSER=gpadmin export PGDATABASE=gpadmin 4. (Optional) If you use RHEL 7 or CentOS 7, add the following the end of the .bashrc file to enable using the ps command in the greenplum_path.sh environment: export LD_PRELOAD=/lib64/libz.so.1 ps 5. Save and close the file. 6. After editing the profile file, source0 码力 | 1972 页 | 20.05 MB | 1 年前3
共 17 条
- 1
- 2













