ostinru commented on code in PR #114:
URL: https://github.com/apache/cloudberry-pxf/pull/114#discussion_r3354967791


##########
docs/intro/intro_pxf.md:
##########
@@ -1,61 +1,59 @@
 ---
 title: Introduction to PXF
+description: PXF concepts, supported platforms, architecture, and external 
table syntax.
+sidebar_position: 1
 ---
 
-The Apache Cloudberry Platform Extension Framework (PXF) provides *connectors* 
that enable you to access data stored in sources external to your Greenplum 
Database deployment. These connectors map an external data source to a 
Greenplum Database *external table* definition. When you create the Greenplum 
Database external table, you identify the external data store and the format of 
the data via a *server* name and a *profile* name that you provide in the 
command.
+The Apache Cloudberry Platform Extension Framework (PXF) provides *connectors* 
that enable you to access data stored in sources external to your Apache 
Cloudberry deployment. These connectors map an external data source to an 
Apache Cloudberry *external table* definition. When you create the Apache 
Cloudberry external table, you identify the external data store and the format 
of the data via a *server* name and a *profile* name that you provide in the 
command.
 
-You can query the external table via Greenplum Database, leaving the 
referenced data in place. Or, you can use the external table to load the data 
into Greenplum Database for higher performance.
+You can query the external table via Apache Cloudberry, leaving the referenced 
data in place. Or, you can use the external table to load the data into Apache 
Cloudberry for higher performance.
 
-## <a id="suppplat"></a> Supported Platforms
+## Supported Platforms
 
-### <a id="os"></a> Operating Systems
+### Operating Systems
 
-PXF is compatible with these operating system platforms and Greenplum Database 
versions:
+PXF is compatible with these operating system platforms and Apache Cloudberry 
versions:
 
-| OS Version | Greenplum Version |
+| OS Version | Apache Cloudberry Version |
 |--------------|-----------------|
-| RHEL 7.x, CentOS 7.x | 5.21.2+, 6.x     |
-| OEL 7.x, Ubuntu 18.04 LTS | 6.x   |
-| RHEL 8.x | 6.20+, 7.x   |
-| RHEL 9.x | 6.26+   |
+| Rocky Linux 8, Rocky Linux 9, Ubuntu 22.04 | 2.0, 2.1 |
+| Rocky Linux 8, Rocky Linux 9, Ubuntu 22.04, **Rocky Linux 10**, **Ubuntu 
24.04** | 2.2+ (planned) |
 
-### <a id="java"></a> Java
+### Java
 
 PXF supports Java 8 and Java 11.
 
 
-### <a id="hadoop"></a> Hadoop
+### Hadoop
 
 PXF bundles all of the Hadoop JAR files on which it depends, and supports the 
following Hadoop component versions:
 
-| PXF Version | Hadoop Version | Hive Server Version | HBase Server Version |
-|-------------|----------------|---------------------|-------------|
-| 6.x | 2.x, 3.1+ | 1.x, 2.x, 3.1+ | 1.3.2 |
-| 5.9+ | 2.x, 3.1+ | 1.x, 2.x, 3.1+ | 1.3.2 |
-| 5.8 | 2.x | 1.x | 1.3.2 |
+| Hadoop Version | Hive Server Version | HBase Server Version |
+|----------------|---------------------|-------------|
+| 2.x, 3.1+ | 1.x, 2.x, 3.1+ | 1.3.2 |

Review Comment:
   We bundle hbase-2.3.7. In tests we have hbase server 2.3.7



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to