天天看點

編譯 Greenplum 開源版本

本次編譯環境基于 CentOS 7.3 (1611) 系統。

安裝必備的包:

yum install -y perl-ExtUtils-Embed readline-devel zlib-devel pam-devel libxml2-devel libxslt-devel openldap-devel python-devel gcc-c++   openssl-devel cmake 

yum install -y psutils-perl.noarch psutils.x86_64
yum install -y liblockfile-devel.x86_64 liblockfile.x86_64 python-lockfile.noarch
yum install -y python-paramiko.noarch
yum install -y python-setuptools.noarch
yum install -y epydoc.noarch
yum install -y apr-util-devel.x86_64

yum install -y libevent libevent-devel.x86_64
yum install -y curl libcurl-devel.x86_64 bzip2-devel.x86_64 libyaml-devel.x86_64


yum install -y bison-devel.x86_64 bison flex

           

源碼下載下傳位址:

https://github.com/greenplum-db/gpdb
           

下載下傳後進入相關目錄,開始編譯:

make distclean

./configure --with-perl --with-python --with-libxml --enable-mapreduce --prefix=/usr/local/gpdb

make

make install
           

版權聲明:本文為CSDN部落客「weixin_34304013」的原創文章,遵循CC 4.0 BY-SA版權協定,轉載請附上原文出處連結及本聲明。

原文連結:https://blog.csdn.net/weixin_34304013/article/details/91887484