Hi all, I’ve built RPM/DEB convenience binaries based on the Apache Cloudberry (Incubating) 2.1 source release: https://drive.google.com/drive/folders/17NBT7VRFbEoBpe3mzy6D-OUVImAMhWQO?usp=sharing
Feel free to try them out, and let me know if you encounter any issues. If everything looks good, I plan to upload them to the GitHub release page for downloading later this week. Notes: - Configure option for `cloudberry-db` packages: DEB: '--prefix=/usr/local/cloudberry-db' '--disable-external-fts' '--enable-gpcloud' '--enable-ic-proxy' '--enable-mapreduce' '--enable-orafce' '--enable-orca' '--enable-pax' '--enable-pxf' '--enable-tap-tests' '--with-gssapi' '--with-ldap' '--with-libxml' '--with-lz4' '--with-pam' '--with-perl' '--with-pgport=5432' '--with-python' '--with-pythonsrc-ext' '--with-ssl=openssl' '--with-openssl' '--with-uuid=e2fs' '--with-includes=/usr/local/xerces-c/include' '--with-libraries=/usr/local/cloudberry-db/lib' RPM: '--prefix=/usr/local/cloudberry-db' '--disable-external-fts' '--enable-gpcloud' '--enable-ic-proxy' '--enable-mapreduce' '--enable-orafce' '--enable-orca' '--enable-pax' '--enable-pxf' '--enable-tap-tests' '--with-gssapi' '--with-ldap' '--with-libxml' '--with-lz4' '--with-pam' '--with-perl' '--with-pgport=5432' '--with-python' '--with-pythonsrc-ext' '--with-ssl=openssl' '--with-openssl' '--with-uuid=e2fs' '--with-includes=/usr/local/xerces-c/include' '--with-libraries=/usr/local/cloudberry-db/lib' - Please verify the files using the .sha512 and .asc files, following the instructions here: https://cloudberry.apache.org/releases - Currently, only x86_64 packages are provided. ARM packages can be added later if there is demand. - For the 2.1 release, the packaging process is still manual (semi-auto). We can work towards a CI-based automated packaging workflow starting from 2.2. - The contents of the binary distribution still need further review to ensure full compliance with Apache licensing requirements — this will be addressed next. - There has also been interest in Docker images. Some initial work exists, but further improvements are needed: https://github.com/apache/cloudberry/pull/1607 Thanks, and looking forward to your feedback! Best, Dianjin Wang On Wed, Apr 15, 2026 at 10:33 AM Dianjin Wang <[email protected]> wrote: > > Finally, our 2.1.0 release is out! Thanks to everyone's support! > > Plan to create the convenience packages for 2.1.0 in the near future. > > BTW, the original recipient email address [email protected] is > incorrect; it should be [email protected]. Will resend this > announcement email there again later. > > > Best, > Dianjin Wang > > On Tue, Apr 14, 2026 at 7:32 PM Dianjin Wang <[email protected]> wrote: > > > > The Apache Cloudberry (Incubating) community is pleased to announce > > the release of Apache Cloudberry (Incubating) version 2.1.0. > > > > Apache Cloudberry (Incubating) is a Massively Parallel Processing (MPP) > > database for large-scale data analytics, derived from PostgreSQL and the > > last open-source version of Greenplum Database. It is designed to support > > both on-premise and cloud deployments, providing a scalable foundation > > for data warehousing and advanced analytics. > > > > This release covers the main Cloudberry project and the > > two components cloudberry-backup and cloudberry-pxf. > > > > Download and verification: > > https://cloudberry.apache.org/releases > > > > Changelog: > > https://cloudberry.apache.org/releases/2.1.0-incubating > > > > For documentation, visit: > > https://cloudberry.apache.org/docs/ > > > > Website: https://cloudberry.apache.org > > > > Resources: > > - Repository: https://github.com/apache/cloudberry > > - Discussions: https://github.com/apache/cloudberry/discussions > > - Issue tracker: https://github.com/apache/cloudberry/issues > > - Mailing list: https://lists.apache.org/[email protected] > > > > Thanks to everyone who participated in the development and release! > > > > Apache Cloudberry is an effort undergoing incubation at the Apache > > Software Foundation (ASF), sponsored by the Apache Incubator PMC. > > Incubation is required of all newly accepted projects until a review by > > the Incubator PMC demonstrates that the project has met the ASF’s > > requirements for community and process. While incubation status is not > > necessarily a reflection of the project’s stability or readiness for > > production, it does indicate that the project is working towards > > compliance with ASF processes and governance. > > > > > > Dianjin Wang > > On behalf of Apache Cloudberry (Incubating) Team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
