Skip to content

Commit 1ff1c67

Browse files
Merge pull request #256585 from v-akarnase/hdinsight-aks-spark
Hdinsight aks spark
2 parents d4cd889 + a7b1ede commit 1ff1c67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/hdinsight-aks/flink/cosmos-db-for-apache-cassandra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Azure Cosmos DB for Apache Cassandra® with HDInsight on AKS for Ap
33
description: Learn how to Sink Apache Kafka® message into Azure Cosmos DB for Apache Cassandra®, with Apache Flink® running on HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 08/29/2023
6+
ms.date: 10/30/2023
77
---
88

99
# Sink Apache Kafka® messages into Azure Cosmos DB for Apache Cassandra, with Apache Flink® on HDInsight on AKS
@@ -183,7 +183,7 @@ drwxr-xr-x 2 root root 4096 May 15 02:43 util/
183183
**CassandraUtils.java**
184184

185185
> [!NOTE]
186-
> Change ssl_keystore_file_path depends on the java cert location. On HDInsight on AKS Apache Flink, the path is `/usr/lib/jvm/msopenjdk-11-jre/lib/security`
186+
> Change ssl_keystore_file_path depends on the java cert location. Apache Flink cluster on HDInsight on AKS, the path is `/usr/lib/jvm/msopenjdk-11-jre/lib/security`
187187
188188
``` java
189189
package com.azure.cosmosdb.cassandra.util;

articles/hdinsight-aks/flink/datastream-api-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use DataStream API for MongoDB as a source and sink with Apache Flink®
33
description: Learn how to use Apache Flink® DataStream API on HDInsight on AKS for MongoDB as a source and sink
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 10/27/2023
6+
ms.date: 10/30/2023
77
---
88

99
# Use Apache Flink® DataStream API on HDInsight on AKS for MongoDB as a source and sink
@@ -12,7 +12,7 @@ ms.date: 10/27/2023
1212

1313
Apache Flink provides a MongoDB connector for reading and writing data from and to MongoDB collections with at-least-once guarantees.
1414

15-
This example demonstrates on how to use HDInsight on AKS Apache Flink 1.16.0 along with your existing MongoDB as Sink and Source with Flink DataStream API MongoDB connector.
15+
This example demonstrates on how to use Apache Flink 1.16.0 on HDInsight on AKS along with your existing MongoDB as Sink and Source with Flink DataStream API MongoDB connector.
1616

1717
MongoDB is a non-relational document database that provides support for JSON-like storage that helps store complex structures easily.
1818

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: 08/29/2023
6+
ms.date: 10/30/2023
77
---
88

99
# Use Hive Metastore with Apache Flink® DataStream API
@@ -42,7 +42,7 @@ If you're building your own program, you need the following dependencies in your
4242

4343
## Connect to Hive
4444

45-
This example illustrates various snippets of connecting to hive, using HDInsight on AKS - Flink, you're required to use `/opt/hive-conf` as hive configuration directory to connect with Hive metastore
45+
This example illustrates various snippets of connecting to hive, using Apache Flink on HDInsight on AKS, you're required to use `/opt/hive-conf` as hive configuration directory to connect with Hive metastore
4646

4747
```
4848
public static void main(String[] args) throws Exception

0 commit comments

Comments
 (0)