This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new 189bd60cba Doc: update the project name to Apache Cloudberry
189bd60cba is described below

commit 189bd60cbae0f25d666a88fda2c5e8b6eea8fa18
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue Nov 26 15:16:52 2024 +0800

    Doc: update the project name to Apache Cloudberry
    
    Rename the Cloudberry Database to Apache Cloudberry to address the
    lastest project name change.
---
 CONTRIBUTING.md              |  2 +-
 README.md                    | 12 ++++-----
 deploy/README.md             |  4 +--
 deploy/build/README.Linux.md | 62 ++++++++++++++++++++++----------------------
 deploy/build/README.macOS.md | 32 +++++++++++------------
 deploy/build/README.md       | 38 +++++++++++++--------------
 6 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6cf5b3370c..6c22b84a0f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,7 +47,7 @@ You can participate by:
 * [Reporting security issues](./SECURITY.md).
 * Testing code, testing releases.
 * Creating educational content (Blog posts, tutorials, videos, etc.)
-* Spreading the word about Cloudberry Database on social media(eg,
+* Spreading the word about Apache Cloudberry on social media(eg,
   Twitter, LinkedIn).
 * ...
 * More things to make Cloudberry better.
diff --git a/README.md b/README.md
index 29eceb5f9f..0b092312ad 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
   <picture>
     <source media="(prefers-color-scheme: light)" 
srcset="./.github/full_color_black.svg">
     <source media="(prefers-color-scheme: dark)" 
srcset="./.github/full_color_white.svg">
-    <img alt="Cloudberry Database Logo" src="./.github/full_color_black.svg" 
width="400px">
+    <img alt="Apache Cloudberry Logo" src="./.github/full_color_black.svg" 
width="400px">
   </picture>
 </p>
 
@@ -68,7 +68,7 @@ feedback, and chat:
 | Slack | [Click to Join](https://inviter.co/apache-cloudberry) the real-time 
chat on Slack for QA, Dev, Events, and more. Don't miss out! Check out the 
[Slack guide](https://cloudberry.apache.org/community/slack) to learn more. |
 | Q&A | Ask for help when running/developing Cloudberry, visit [GitHub 
Discussions - 
QA](https://github.com/apache/cloudberry/discussions/categories/q-a). |
 | New ideas / Feature Requests | Share ideas for new features, visit [GitHub 
Discussions - 
Ideas](https://github.com/apache/cloudberry/discussions/categories/ideas-feature-requests).
  |
-| Report bugs | Problems and issues in Apache Cloudberry core. If you find 
bugs, welcome to submit them 
[here](https://github.com/apache/cloudberrydb/issues).  |
+| Report bugs | Problems and issues in Apache Cloudberry core. If you find 
bugs, welcome to submit them 
[here](https://github.com/apache/cloudberry/issues).  |
 | Report a security vulnerability | View our [security 
policy](https://github.com/apache/cloudberry/security/policy) to learn how to 
report and contact us.  |
 | Community events | Including meetups, webinars, conferences, and more 
events, visit the [Events page](https://cloudberry.apache.org/community/events) 
and subscribe events calendar.  |
 | Documentation | [Official 
documentation](https://cloudberry.apache.org/docs/) for Cloudberry. You can 
explore it to discover more details about us. |
@@ -91,10 +91,10 @@ with the contribution.
 ## Roadmap
 
 You can check our [Cloudberry Roadmap
-2024](https://github.com/orgs/cloudberrydb/discussions/369) out to see the
-product plans and goals we want to achieve in 2024. Welcome to share your
-thoughts and ideas to join us in shaping the future of Apache Cloudberry
-(Incubating). (We will update the Roadmap after entering the Incubator.)
+](https://github.com/apache/cloudberry/discussions/868) out to see the product
+plans and goals we want to achieve. Welcome to share your thoughts and ideas
+to join us in shaping the future of Apache Cloudberry (Incubating). (We will
+update the Roadmap after entering the Incubator.)
 
 ## Acknowledgment
 
diff --git a/deploy/README.md b/deploy/README.md
index af356902a2..1c3170c44a 100644
--- a/deploy/README.md
+++ b/deploy/README.md
@@ -20,7 +20,7 @@ Before you begin your automation build, make sure the 
following preparation work
 1. Download the Cloudberry Database source code into your local machine:
 
     ```bash
-    git clone [email protected]:cloudberrydb/cloudberrydb.git
+    git clone https://github.com/apache/cloudberry.git
     ```
 
 2. Install the required 
[Vagrant](https://developer.hashicorp.com/vagrant/docs/installation) or 
[Docker](https://docs.docker.com/desktop/install/mac-install/) in your local 
environment, depending on your deployment preference.
@@ -32,7 +32,7 @@ Before you begin your automation build, make sure the 
following preparation work
 2. Start the automatic compilation and deployment process.
 
     ```
-    $ cd /cloudberrydb/deploy/vagrant
+    $ cd /cloudberry/deploy/vagrant
     $ vagrant up
     ```
 
diff --git a/deploy/build/README.Linux.md b/deploy/build/README.Linux.md
index 2e4805f694..4f609855a3 100644
--- a/deploy/build/README.Linux.md
+++ b/deploy/build/README.Linux.md
@@ -1,21 +1,21 @@
-# Compile and Install Cloudberry Database on Linux
+# Compile and Install Apache Cloudberry on Linux
 
-This document shares how to compile and install Cloudberry Database on Linux 
systems (CentOS 7, RHEL, and Ubuntu). Note that this document is for developers 
to try out Cloudberry Database in a single-node environments. DO NOT use this 
document for production environments.
+This document shares how to compile and install Apache Cloudberry on Linux 
systems (CentOS 7, RHEL, and Ubuntu). Note that this document is for developers 
to try out Apache Cloudberry in a single-node environments. DO NOT use this 
document for production environments.
 
 Take the following steps to set up the development environments:
 
 1. [Clone the GitHub repo](#step-1-clone-the-github-repo).
 2. [Install dependencies](#step-2-install-dependencies).
 3. [Perform prerequisite platform 
tasks](#step-3-perform-prerequisite-platform-tasks).
-4. [Build Cloudberry Database](#step-4-build-cloudberry-database).
+4. [Build Apache Cloudberry](#step-4-build-apache-cloudberry).
 5. [Verify the cluster](#step-5-verify-the-cluster).
 
 ## Step 1. Clone the GitHub repo
 
-Clone the GitHub repository `cloudberrydb/cloudberrydb` to the target machine:
+Clone the GitHub repository `apache/cloudberry` to the target machine:
 
 ```shell
-git clone https://github.com/cloudberrydb/cloudberrydb.git
+git clone https://github.com/apache/cloudberry.git
 ```
 
 ## Step 2. Install dependencies
@@ -33,10 +33,10 @@ Enter the repository and install dependencies according to 
your operating system
 
 The following steps work on CentOS 7. For other CentOS versions, these steps 
might work but are not guaranteed to work.
 
-1. Run the bash script `README.CentOS.bash` in the `deploy/build` directory of 
the `cloudberrydb/cloudberrydb` repository. To run this script, password is 
required. Then, some required dependencies will be automatically downloaded.
+1. Run the bash script `README.CentOS.bash` in the `deploy/build` directory of 
the `apache/cloudberry` repository. To run this script, password is required. 
Then, some required dependencies will be automatically downloaded.
 
     ```bash
-    cd cloudberrydb/deploy/build
+    cd cloudberry/deploy/build
     ./README.CentOS.bash
     ```
 
@@ -84,7 +84,7 @@ The following steps work on CentOS 7. For other CentOS 
versions, these steps mig
 3. Install more dependencies by running the `README.Rhel-Rocky.bash` script.
 
     ```bash
-    ~/cloudberrydb/deploy/build/README.Rhel-Rocky.bash
+    ~/cloudberry/deploy/build/README.Rhel-Rocky.bash
     ```
 
 ### For Ubuntu 18.04 or later
@@ -93,7 +93,7 @@ The following steps work on CentOS 7. For other CentOS 
versions, these steps mig
 
     ```shell
     # You need to enter your password to run.
-    sudo ~/cloudberrydb/deploy/build/README.Ubuntu.bash
+    sudo ~/cloudberry/deploy/build/README.Ubuntu.bash
     ```
 
     > [!Note]
@@ -112,7 +112,7 @@ The following steps work on CentOS 7. For other CentOS 
versions, these steps mig
 
 ## Step 3. Perform prerequisite platform tasks
 
-After you have installed all the dependencies for your operating system, it is 
time to do some prerequisite platform tasks before you go on building 
Cloudberry Database. These operations include manually running `ldconfig`, 
creating the `gpadmin` user, and setting up a password to start the Cloudberry 
Database and test.
+After you have installed all the dependencies for your operating system, it is 
time to do some prerequisite platform tasks before you go on building Apache 
Cloudberry. These operations include manually running `ldconfig`, creating the 
`gpadmin` user, and setting up a password to start the Apache Cloudberry and 
test.
 
 1. Make sure that you add `/usr/local/lib` and `/usr/local/lib64` to the 
`/etc/ld.so.conf` file.
 
@@ -145,22 +145,22 @@ After you have installed all the dependencies for your 
operating system, it is t
         exit
         ```
 
-## Step 4. Build Cloudberry Database
+## Step 4. Build Apache Cloudberry
 
-After you have installed all the dependencies and performed the prerequisite 
platform tasks, you can start to build Cloudberry Database. Run the following 
commands in sequence.
+After you have installed all the dependencies and performed the prerequisite 
platform tasks, you can start to build Apache Cloudberry. Run the following 
commands in sequence.
 
-1. Configure the build environment. Enter the `cloudberrydb` directory and run 
the `configure` script.
+1. Configure the build environment. Enter the `cloudberry` directory and run 
the `configure` script.
 
     ```bash
-    cd cloudberrydb
-    ./configure --with-perl --with-python --with-libxml --with-gssapi 
--prefix=/usr/local/cloudberrydb
+    cd cloudberry
+    ./configure --with-perl --with-python --with-libxml --with-gssapi 
--prefix=/usr/local/cloudberry
     ```
 
     > [!Note]
-    > CloudberryDB is built with GPORCA by default. If you want to build CBDB 
without GPORCA, add the `--disable-orca` flag in the `./configure` command.
+    > Cloudberry is built with GPORCA by default. If you want to build 
Cloudberry without GPORCA, add the `--disable-orca` flag in the `./configure` 
command.
     >
     > ```bash
-    > ./configure --disable-orca --with-perl --with-python --with-libxml 
--prefix=/usr/local/cloudberrydb
+    > ./configure --disable-orca --with-perl --with-python --with-libxml 
--prefix=/usr/local/cloudberry
     > ```
 
 2. Compile the code and install the database.
@@ -174,12 +174,12 @@ After you have installed all the dependencies and 
performed the prerequisite pla
 
     ```bash
     cd ..
-    cp -r cloudberrydb/ /home/gpadmin/
+    cp -r cloudberry/ /home/gpadmin/
     cd /home/gpadmin/
-    chown -R gpadmin:gpadmin cloudberrydb/
+    chown -R gpadmin:gpadmin cloudberry/
     su - gpadmin
-    cd cloudberrydb/
-    source /usr/local/cloudberrydb/greenplum_path.sh
+    cd cloudberry/
+    source /usr/local/cloudberry/greenplum_path.sh
     ```
 
 4. Start the demo cluster.
@@ -214,7 +214,7 @@ After you have installed all the dependencies and performed 
the prerequisite pla
     ps -ef | grep postgres
     ```
     
-2. Connect to the Cloudberry Database and see the active segment information 
by querying the system table `gp_segement_configuration`. For detailed 
description of this table, see the Greenplum document 
[here](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-system_catalogs-gp_segment_configuration.html).
+2. Connect to the Apache Cloudberry and see the active segment information by 
querying the system table `gp_segement_configuration`. For detailed description 
of this table, see the Greenplum document 
[here](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-system_catalogs-gp_segment_configuration.html).
 
     ```sql
     $ psql -p 7000 postgres
@@ -224,19 +224,19 @@ After you have installed all the dependencies and 
performed the prerequisite pla
     postgres=# select version();
                                                                                
             version                                                            
                             
     
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-    PostgreSQL 14.4 (Cloudberry Database 1.0.0+1c0d6e2224 build dev) on 
x86_64( GCC 13.2.0) 13.2.0, 64-bit compiled on Sep 22 2023 10:56:01
+    PostgreSQL 14.4 (Apache Cloudberry 1.0.0+1c0d6e2224 build dev) on x86_64( 
GCC 13.2.0) 13.2.0, 64-bit compiled on Sep 22 2023 10:56:01
     (1 row)
     
     postgres=# select * from gp_segment_configuration;
      dbid | content | role | preferred_role | mode | status | port |  hostname 
 |  address   |                                   datadir                       
             | warehouseid 
     
------+---------+------+----------------+------+--------+------+------------+------------+------------------------------------------------------------------------------+-------------
-        1 |      -1 | p    | p              | n    | u      | 7000 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/qddir/demoDataDir-1         |  
         0
-        8 |      -1 | m    | m              | s    | u      | 7001 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/standby                     |  
         0
-        3 |       1 | p    | p              | s    | u      | 7003 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast2/demoDataDir1        |  
         0
-        6 |       1 | m    | m              | s    | u      | 7006 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1 |  
         0
-        2 |       0 | p    | p              | s    | u      | 7002 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast1/demoDataDir0        |  
         0
-        5 |       0 | m    | m              | s    | u      | 7005 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0 |  
         0
-        4 |       2 | p    | p              | s    | u      | 7004 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast3/demoDataDir2        |  
         0
-        7 |       2 | m    | m              | s    | u      | 7007 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2 |  
         0
+        1 |      -1 | p    | p              | n    | u      | 7000 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/qddir/demoDataDir-1         |    
       0
+        8 |      -1 | m    | m              | s    | u      | 7001 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/standby                     |    
       0
+        3 |       1 | p    | p              | s    | u      | 7003 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast2/demoDataDir1        |    
       0
+        6 |       1 | m    | m              | s    | u      | 7006 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1 |    
       0
+        2 |       0 | p    | p              | s    | u      | 7002 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast1/demoDataDir0        |    
       0
+        5 |       0 | m    | m              | s    | u      | 7005 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0 |    
       0
+        4 |       2 | p    | p              | s    | u      | 7004 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast3/demoDataDir2        |    
       0
+        7 |       2 | m    | m              | s    | u      | 7007 | 
i-6wvpa9wt | i-6wvpa9wt | 
/home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2 |    
       0
     (8 rows)
     ```
diff --git a/deploy/build/README.macOS.md b/deploy/build/README.macOS.md
index 3231f98348..58a9ff8617 100644
--- a/deploy/build/README.macOS.md
+++ b/deploy/build/README.macOS.md
@@ -1,6 +1,6 @@
-# Compile and Install Cloudberry Database on macOS
+# Compile and Install Apache Cloudberry on macOS
 
-This document shares how to build, compile, and install Cloudberry Database on 
macOS for development purposes. Follow the steps below.
+This document shares how to build, compile, and install Apache Cloudberry on 
macOS for development purposes. Follow the steps below.
 
 According to our test, these steps work well on macOS Ventura 13.4+ with both 
Intel and Apple silicon processors (M1 or M2). If you have an older version of 
macOS, upgrading is recommended.
 
@@ -50,17 +50,17 @@ source deploy/build/README.macOS.bash
 ## Step 3. Configure, compile, and install
 
 ```bash
-# Run the following commands under the `cloudberrydb/` dir.
+# Run the following commands under the `cloudberry/` dir.
 # 1. Configure the build environment.
 
 BREWPREFIX=$(brew --prefix); export 
PATH="$BREWPREFIX/opt/gnu-sed/libexec/gnubin:$BREWPREFIX/opt/apr/bin:$PATH"; 
CXXFLAGS="-I $BREWPREFIX/include" CFLAGS="-ggdb -Og -g3 -fno-omit-frame-pointer 
-I $BREWPREFIX/include" LDFLAGS="-L $BREWPREFIX/lib" CC=$(which gcc-13) 
CXX=$(which g++-13) ./configure --enable-debug --prefix=$(cd ~; 
pwd)/install/cbdb;
 
-# 2. Compile and install Cloudberry Database.
+# 2. Compile and install Apache Cloudberry.
 
 make -j8
 make -j8 install
 
-# 3. Bring in Greenplum environment for Cloudberry Database into your running 
shell.
+# 3. Bring in Greenplum environment for Apache Cloudberry into your running 
shell.
 
 source $(cd ~; pwd)/install/cbdb/greenplum_path.sh
 
@@ -84,7 +84,7 @@ source gpAux/gpdemo/gpdemo-env.sh
     ps -ef | grep postgres
     ```
     
-2. Connect to the Cloudberry Database and see the active segment information 
by querying the system table `gp_segement_configuration`. For detailed 
description of this table, see the Greenplum document 
[here](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-system_catalogs-gp_segment_configuration.html).
+2. Connect to the Apache Cloudberry and see the active segment information by 
querying the system table `gp_segement_configuration`. For detailed description 
of this table, see the Greenplum document 
[here](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-system_catalogs-gp_segment_configuration.html).
 
     ```sql
     $ psql -p 8000 postgres
@@ -102,20 +102,20 @@ source gpAux/gpdemo/gpdemo-env.sh
     postgres=# select version();
                                                                                
              version                                                           
                              
     
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-     PostgreSQL 14.4 (Cloudberry Database 1.0.0+1c0d6e2224 build dev) on 
x86_64-apple-darwin22.4.0, compiled by gcc-13 (Homebrew GCC 13.2.0) 13.2.0, 
64-bit compiled on Sep 22 2023 10:56:01
+     PostgreSQL 14.4 (Apache Cloudberry 1.0.0+1c0d6e2224 build dev) on 
x86_64-apple-darwin22.4.0, compiled by gcc-13 (Homebrew GCC 13.2.0) 13.2.0, 
64-bit compiled on Sep 22 2023 10:56:01
     (1 row)
 
     postgres=# select * from gp_segment_configuration;
      dbid | content | role | preferred_role | mode | status | port |          
hostname           |           address           |                              
                   datadir                                                  | 
warehouseid 
     
------+---------+------+----------------+------+--------+------+-----------------------------+-----------------------------+----------------------------------------------------------------------------------------------------------+-------------
-        1 |      -1 | p    | p              | n    | u      | 8000 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/qddir/demoDataDir-1
         |           0
-        8 |      -1 | m    | m              | s    | u      | 8001 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/standby
                     |           0
-        3 |       1 | p    | p              | s    | u      | 8003 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast2/demoDataDir1
        |           0
-        6 |       1 | m    | m              | s    | u      | 8006 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1
 |           0
-        2 |       0 | p    | p              | s    | u      | 8002 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast1/demoDataDir0
        |           0
-        5 |       0 | m    | m              | s    | u      | 8005 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0
 |           0
-        4 |       2 | p    | p              | s    | u      | 8004 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast3/demoDataDir2
        |           0
-        7 |       2 | m    | m              | s    | u      | 8007 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberrydb/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2
 |           0
+        1 |      -1 | p    | p              | n    | u      | 8000 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/qddir/demoDataDir-1
         |           0
+        8 |      -1 | m    | m              | s    | u      | 8001 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/standby
                     |           0
+        3 |       1 | p    | p              | s    | u      | 8003 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast2/demoDataDir1
        |           0
+        6 |       1 | m    | m              | s    | u      | 8006 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1
 |           0
+        2 |       0 | p    | p              | s    | u      | 8002 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast1/demoDataDir0
        |           0
+        5 |       0 | m    | m              | s    | u      | 8005 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0
 |           0
+        4 |       2 | p    | p              | s    | u      | 8004 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast3/demoDataDir2
        |           0
+        7 |       2 | m    | m              | s    | u      | 8007 | 
hashdatas-MacBook-Pro.local | hashdatas-MacBook-Pro.local | 
/Users/hashdata/Documents/GitHub/upstream/cloudberry/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2
 |           0
     (8 rows)
 
     postgres=# 
@@ -128,5 +128,5 @@ source gpAux/gpdemo/gpdemo-env.sh
     make installcheck-world
     ```
 
-Congratulations 🎉! You've successfully installed and created a CloudberryDB 
cluster. Happy Hacking! 😉
+Congratulations 🎉! You've successfully installed and created a Cloudberry 
cluster. Happy Hacking! 😉
 
diff --git a/deploy/build/README.md b/deploy/build/README.md
index 7798efa960..12ca71e659 100644
--- a/deploy/build/README.md
+++ b/deploy/build/README.md
@@ -1,25 +1,25 @@
 <!-- For a better file structure, we moved this guide from original
 Greenplum Database READE.md here. Thanks all the original writers.-->
 
-# Build Cloudberry Database from Source Code
+# Build Apache Cloudberry from Source Code
 
-This guides describes how to build Cloudberry Database from source code.
+This guides describes how to build Apache Cloudberry from source code.
 
-- For building on Linux systems, see [Compile and Install Cloudberry Database 
on Linux](./README.Linux.md).
-- For building on macOS system, see [Compile and Install Cloudberry Database 
on macOS](./README.macOS.md).
+- For building on Linux systems, see [Compile and Install Apache Cloudberry on 
Linux](./README.Linux.md).
+- For building on macOS system, see [Compile and Install Apache Cloudberry on 
macOS](./README.macOS.md).
 
 ## Build the database
 
 ```
-# Configure build environment to install at /usr/local/cloudberrydb
-./configure --with-perl --with-python --with-libxml --with-gssapi 
--prefix=/usr/local/cloudberrydb
+# Configure build environment to install at /usr/local/cloudberry
+./configure --with-perl --with-python --with-libxml --with-gssapi 
--prefix=/usr/local/cloudberry
 
 # Compile and install
 make -j8
 make -j8 install
 
 # Bring in greenplum environment for CBDB into your running shell
-source /usr/local/cloudberrydb/greenplum_path.sh
+source /usr/local/cloudberry/greenplum_path.sh
 
 # Start demo cluster
 make create-demo-cluster
@@ -63,14 +63,14 @@ make installcheck-world
   parts, the respective targets can be run separately.
 
 * The PostgreSQL __check__ target does not work. Setting up a
-  Cloudberry Database cluster is more complicated than a single-node
+  Apache Cloudberry cluster is more complicated than a single-node
   PostgreSQL installation, and no-one's done the work to have __make
   check__ create a cluster. Create a cluster manually or use
   gpAux/gpdemo/ (example below) and run the toplevel __make
   installcheck-world__ against that. Patches are welcome!
 
 * The PostgreSQL __installcheck__ target does not work either, because
-  some tests are known to fail with Cloudberry Database. The
+  some tests are known to fail with Apache Cloudberry. The
   __installcheck-good__ schedule in __src/test/regress__ excludes
   those tests.
 
@@ -81,7 +81,7 @@ make installcheck-world
 
 # Alternative Configurations
 
-## Building Cloudberry Database without GPORCA
+## Building Apache Cloudberry without GPORCA
 
 Currently, CBDB is built with GPORCA by default. If you want to build CBDB
 without GPORCA, configure requires `--disable-orca` flag to be set.
@@ -90,23 +90,23 @@ without GPORCA, configure requires `--disable-orca` flag to 
be set.
 # Clean environment
 make distclean
 
-# Configure build environment to install at /usr/local/cloudberrydb
-./configure --disable-orca --with-perl --with-python --with-libxml 
--prefix=/usr/local/cloudberrydb
+# Configure build environment to install at /usr/local/cloudberry
+./configure --disable-orca --with-perl --with-python --with-libxml 
--prefix=/usr/local/cloudberry
 ```
 
-## Building Cloudberry Database with PXF
+## Building Apache Cloudberry with PXF
 
-PXF is an extension framework for Greenplum Database/Cloudberry
-Database to enable fast access to external Hadoop datasets. Refer to
+PXF is an extension framework for Greenplum Database/Apache Cloudberry
+to enable fast access to external Hadoop datasets. Refer to
 [PXF extension](../../gpcontrib/pxf_fdw/README.md) for more information.
 
-Currently, CBDB is built with PXF by default (--enable-pxf is on).
-In order to build CBDB without pxf, simply invoke `./configure` with 
additional option `--disable-pxf`.
+Currently, Cloudberry is built with PXF by default (--enable-pxf is on).
+In order to build Cloudberry without pxf, simply invoke `./configure` with 
additional option `--disable-pxf`.
 PXF requires curl, so `--enable-pxf` is not compatible with the 
`--without-libcurl` option.
 
-## Building Cloudberry Database with Python3 enabled
+## Building Apache Cloudberry with Python3 enabled
 
-Cloudberry Database supports Python3 with plpython3u UDF
+Apache Cloudberry supports Python3 with plpython3u UDF
 
 See [how to enable Python3](../../src/pl/plpython/README.md) for details.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to