Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/deployment/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ cd ~/cloudberry
export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -79,8 +77,6 @@ The `configure` command sets up the build environment for Apache Cloudberry. Thi
cd ~/cloudberry
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down
4 changes: 0 additions & 4 deletions docs/deployment/quick-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ cd ~/cloudberry
export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -302,8 +300,6 @@ sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
cd ~/cloudberry
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-2.x/deployment/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ cd ~/cloudberry
export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -79,8 +77,6 @@ The `configure` command sets up the build environment for Apache Cloudberry. Thi
cd ~/cloudberry
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down
9 changes: 1 addition & 8 deletions versioned_docs/version-2.x/deployment/quick-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ cd ~/cloudberry
export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -331,8 +329,6 @@ cd ~/cloudberry
export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -377,6 +373,7 @@ psql template1 -c 'SELECT version()'
<TabItem value="ubuntu" label="For Ubuntu 20.04/22.04">

Below are the instructions for building Apache Cloudberry 2.0.0 and Apache Cloudberry 2.1.0 from source code on Ubuntu 20.04/22.04:

- [For Apache Cloudberry 2.1.0](#for-apache-cloudberry-210-1)
- [For Apache Cloudberry 2.0.0](#for-apache-cloudberry-200-1)

Expand Down Expand Up @@ -500,8 +497,6 @@ sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
cd ~/cloudberry
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down Expand Up @@ -649,8 +644,6 @@ sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
cd ~/cloudberry
./configure --prefix=/usr/local/cloudberry-db \
--disable-external-fts \
--enable-debug \
--enable-debug-extensions \
--enable-gpcloud \
--enable-ic-proxy \
--enable-mapreduce \
Expand Down