我要评分
获取效率
正确性
完整性
易理解

Installing Greenplum

  1. Go to the tool directory.
    cd /home/tsdbtool
  2. Run the installation command.
    sh tsdbtool.sh install dbtype=greenplum conf=greenplumconf.csv sourcedir=gpdb-5.22.0.tar.gz

    For RPM package installation, change sourcedir to rpmdir and change the source code package name to the RPM package name. For example:

    sh tsdbtool.sh install dbtype=greenplum conf=greenplumconf.csv rpmdir=gpdb-5.22.0-1.el7.aarch64.rpm