tuhaihe commented on code in PR #114:
URL: https://github.com/apache/cloudberry-pxf/pull/114#discussion_r3354904181
##########
docs/access-jdbc/jdbc_pxf_mysql.md:
##########
@@ -84,12 +86,12 @@ This procedure will typically be performed by the Apache
Cloudberry administrato
``` shell
$ ssh gpadmin@<coordinator>
```
-1. Download the MySQL JDBC driver and place it under `$PXF_BASE/lib`. If you
[relocated $PXF_BASE](about_pxf_dir.html#movebase), make sure you use the
updated location. You can download a MySQL JDBC driver from your preferred
download location. The following example downloads the driver from Maven
Central and places it under `$PXF_BASE/lib`:
+1. Download the MySQL JDBC driver and place it under `$PXF_BASE/lib`. If you
[relocated
$PXF_BASE](../administering/configuring/about_pxf_dir.md#relocating-pxf-base),
make sure you use the updated location. You can download a MySQL JDBC driver
from your preferred download location. The following example downloads the
driver from Maven Central and places it under `$PXF_BASE/lib`:
1. If you did not relocate `$PXF_BASE`, run the following from the
Cloudberry coordinator:
```shell
- gpadmin@coordinator$ cd /usr/local/pxf-gp<version>/lib
+ gpadmin@coordinator$ cd /usr/local/cloudberry-pxf-<version>/lib
Review Comment:
I found that the default installation directory for RPM is
`/usr/local/cloudberry-pxf-<version>`. Additionally, a symbolic link will be
created at `/usr/local/cloudberry-pxf`. The docs should take the RHEL OS as the
example base.
--
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]