Skip to content

Commit 15fb519

Browse files
authored
Made changes in Jar File code block
Made changes in Jar File code block
1 parent 74b08ca commit 15fb519

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight-aks/flink/hive-dialect-flink.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Hive dialect in Apache Flink® clusters on HDInsight on AKS
33
description: how to use Hive dialect in Apache Flink® clusters on HDInsight on AKS
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 10/27/2023
6+
ms.date: 04/17/2024
77
---
88

99
# Hive dialect in Apache Flink® clusters on HDInsight on AKS
@@ -31,15 +31,15 @@ The reason for this issue arises due to an open [Hive Jira](https://issues.apach
3131
```command
3232
rm /opt/flink-webssh/lib/flink-sql-connector-hive*jar
3333
```
34-
1. Download the below jar in `webssh` pod and add it under the /opt/flink-webssh/lib wget https://aka.ms/hdiflinkhivejdk11jar.
34+
1. Download the following jar in `webssh` pod and add it under the /opt/flink-webssh/lib wget https://aka.ms/hdiflinkhivejdk11jar.
3535
(The above hive jar has the fix [https://issues.apache.org/jira/browse/HIVE-27508](https://issues.apache.org/jira/browse/HIVE-27508))
3636

37-
1. ```
38-
mv $FLINK_HOME/opt/flink-table-planner_2.12-1.16.0-0.0.18.jar $FLINK_HOME/lib/flink-table-planner_2.12-1.16.0-0.0.18.jar
37+
1. ```
38+
mv /opt/flink-webssh/lib/flink-table-planner-loader-1.17.0-*.*.*.*.jar /opt/flink-webssh/opt/
3939
```
4040

4141
1. ```
42-
mv $FLINK_HOME/lib/flink-table-planner-loader-1.16.0-0.0.18.jar $FLINK_HOME/opt/flink-table-planner-loader-1.16.0-0.0.18.jar
42+
mv /opt/flink-webssh/opt/flink-table-planner_2.12-1.17.0-*.*.*.*.jar /opt/flink-webssh/lib/
4343
```
4444

4545
1. Add the following keys in the `flink` configuration management under core-site.xml section:

0 commit comments

Comments
 (0)