Skip to content

Commit 3e83e74

Browse files
authored
Update use-hive-metastore-datastream.md
1 parent bd36a85 commit 3e83e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight-aks/flink/use-hive-metastore-datastream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Hive Metastore with Apache Flink® DataStream API
33
description: Use Hive Metastore with Apache Flink® DataStream API
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 03/22/2024
6+
ms.date: 03/29/2024
77
---
88

99
# Use Hive Metastore with Apache Flink® DataStream API
@@ -89,7 +89,7 @@ public class hiveDemo {
8989
```
9090
On Webssh pod, move the planner jar
9191

92-
Move the jar `flink-table-planner_2.12-1.16.0-0.0.18.jar` located in webssh pod's `/opt to /lib` and move out the jar `flink-table-planner-loader-1.16.0-0.0.18.jar` from `lib`. Refer to issue for more details. Perform the following steps to move the planner jar.
92+
Move the jar `flink-table-planner-loader-1.17.0-*.*.*.jar` located in webssh pod's `/opt to /lib` and move out the jar `flink-table-planner-loader-1.17.0-*.*.*.jar` from `lib`. Refer to issue for more details. Perform the following steps to move the planner jar.
9393

9494
```
9595
mv /opt/flink-webssh/lib/flink-table-planner-loader-1.17.0-1.1.8.jar /opt/flink-webssh/opt/

0 commit comments

Comments
 (0)