提交 e0e5cbf3 编写于 作者: S Shivram Mani 提交者: GitHub

README correction

上级 baee6ca9
......@@ -193,15 +193,6 @@ Currently, GPDB is built with ORCA by default so latest ORCA libraries and heade
to be available in the environment. [Build and Install](#buildOrca) the latest ORCA.
If you want to build GPDB without ORCA, configure requires `--disable-orca` flag to be set.
### Building GPDB with PXF
PXF is an extension framework for GPDB to enable access to external hadoop datasets.
Refer to [PXF extension](https://github.com/greenplum-db/gpdb/tree/master/gpAux/extensions/pxf) for more information.
Currently, GPDPB is built with PXF by default. If you don't need PXF, use --disable-pxf flag with configure.
Also PXF requires curl version > 7.21.3. On most centos6 environments with curl version 7.19 compilation will fail due to this dependancy.
You can either try upgrading your curl version, or simply disable pxf during build.
```
# Clean environment
make distclean
......@@ -210,6 +201,15 @@ make distclean
./configure --disable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb
```
### Building GPDB without PXF
PXF is an extension framework for GPDB to enable access to external hadoop datasets.
Refer to [PXF extension](https://github.com/greenplum-db/gpdb/tree/master/gpAux/extensions/pxf) for more information.
Currently, GPDPB is built with PXF by default.
PXF requires curl version > 7.21.3. On most centos6 environments with curl version 7.19 compilation will fail due to this dependancy.
You can either try upgrading your curl version, or simply disable pxf during build.
If you don't need PXF, use --disable-pxf flag with configure.
### Building GPDB with code generation enabled
To build GPDB with code generation (codegen) enabled, you will need cmake 2.8 or higher
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册