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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e04120bc Fix typo in "From Stream to Lake" blog (#1490)
9e04120bc is described below

commit 9e04120bc5406d0292b1b28b4bb1fac976d1c7d7
Author: yuxia Luo <[email protected]>
AuthorDate: Thu Aug 7 13:36:26 2025 +0800

    Fix typo in "From Stream to Lake" blog (#1490)
---
 website/blog/2025-07-23-hands-on-fluss-lakehouse.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/blog/2025-07-23-hands-on-fluss-lakehouse.md 
b/website/blog/2025-07-23-hands-on-fluss-lakehouse.md
index c2a66b87e..a32ef5044 100644
--- a/website/blog/2025-07-23-hands-on-fluss-lakehouse.md
+++ b/website/blog/2025-07-23-hands-on-fluss-lakehouse.md
@@ -110,8 +110,8 @@ For this tutorial, we'll use **Fluss 0.7** and **Flink 
1.20** to run the tiering
    - Copy these Paimon plugin jars from Fluss into `<FLINK_HOME>/lib`:
 
    ```
-   <FLUSS_HOME>/plugins/paimon/fluss-lake-paimon-0.7.0.jar
-   <FLUSS_HOME>/plugins/paimon/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
+   <FLINK_HOME>/lib/fluss-lake-paimon-0.7.0.jar
+   <FLINK_HOME>/lib/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
    ```
 
 4. Increase Task Slots

Reply via email to