You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example uses [Apache Flink](../flink/flink-overview.md) to sink [HDInsight for Apache Kafka](/azure/hdinsight/kafka/apache-kafka-introduction) messages into [Azure Cosmos DB for Apache Cassandra](/azure/cosmos-db/cassandra/introduction)
13
+
This example uses [Apache Flink](../flink/flink-overview.md) to sink [HDInsight for Apache Kafka](/azure/hdinsight/kafka/apache-kafka-introduction) messages into [Azure Cosmos DB for Apache Cassandra](/azure/cosmos-db/cassandra/introduction).
14
14
15
15
This example is prominent when Engineers prefer real-time aggregated data for analysis. With access to historical aggregated data, you can build machine learning (ML) models to build insights or actions. You can also ingest IoT data into Apache Flink to aggregate data in real-time and store it in Apache Cassandra.
16
16
17
17
## Prerequisites
18
18
19
-
*[Apache Flink 1.16.0 on HDInsight on AKS](../flink/flink-create-cluster-portal.md)
19
+
*[Apache Flink 1.17.0 on HDInsight on AKS](../flink/flink-create-cluster-portal.md)
20
20
*[Apache Kafka 3.2 on HDInsight](../../hdinsight/kafka/apache-kafka-get-started.md)
21
21
*[Azure Cosmos DB for Apache Cassandra](../../cosmos-db/cassandra/index.yml)
22
22
* An Ubuntu VM for maven project development environment in the same VNet as HDInsight on AKS cluster.
@@ -42,115 +42,114 @@ Get credentials uses it on Stream source code:
42
42
43
43
### Cloning repository of Azure Samples
44
44
45
-
Refer GitHub readme to download maven, clone this repository using `Azure-Samples/azure-cosmos-db-cassandra-java-getting-started.git` from
**Cosmos DB for Apache Cassandra's connection configuration**
155
154
156
155
You're required to update your host-name and user-name, and keys in the below snippet.
@@ -430,7 +429,7 @@ public class CassandraDemo {
430
429
431
430
### Building the project
432
431
433
-
Run **mvn clean install** from azure-cosmos-db-cassandra-java-getting-started-main folder to build the project. This command generates cosmosdb-cassandra-examples.jar under target folder
432
+
Run **mvn clean install** from azure-cosmos-db-cassandra-java-getting-started-main folder to build the project. This command generates cosmosdb-cassandra-examples.jar under target folder.
@@ -465,7 +464,7 @@ bin/flink run -c com.azure.cosmosdb.cassandra.examples.UserProfile -j cosmosdb-c
465
464
466
465
## Sink Kafka Topics into Cosmos DB for Apache Cassandra
467
466
468
-
Run CassandraDemo class to sink Kafka topic into Cosmos DB for Apache Cassandra
467
+
Run CassandraDemo class to sink Kafka topic into Cosmos DB for Apache Cassandra.
469
468
470
469
```
471
470
bin/flink run -c com.azure.cosmosdb.cassandra.examples.CassandraDemo -j cosmosdb-cassandra-examples.jar
@@ -475,13 +474,13 @@ bin/flink run -c com.azure.cosmosdb.cassandra.examples.CassandraDemo -j cosmosdb
475
474
476
475
## Validate Apache Flink Job Submission
477
476
478
-
Check job on Flink Web UI on HDInsight on AKS Cluster
477
+
Check job on Flink Web UI on HDInsight on AKS Cluster.
479
478
480
479
:::image type="content" source="./media/cosmos-db-for-apache-cassandra/check-output-on-flink-ui.png" alt-text="Screenshot showing how to check the job on HDInsight on AKS Flink UI." lightbox="./media/cosmos-db-for-apache-cassandra/check-output-on-flink-ui.png":::
* Apache, Apache Kafka, Kafka, Apache Flink, Flink, Apache Cassandra, Cassandra and associated open source project names are [trademarks](../trademarks.md) of the [Apache Software Foundation](https://www.apache.org/) (ASF).
552
+
* Apache, Apache Kafka, Kafka, Apache Flink, Flink, Apache Cassandra, Cassandra, and associated open source project names are [trademarks](../trademarks.md) of the [Apache Software Foundation](https://www.apache.org/) (ASF).
This example guides how to enter the Apache Flink CLI client on HDInsight on AKS clusters using SSH on Azure portal, we cover both SQL and Flink DataStream
13
+
This example guides how to enter the Apache Flink CLI client on HDInsight on AKS clusters using SSH on Azure portal, we cover both SQL and Flink DataStream.
14
14
15
15
## Prerequisites
16
16
- You're required to select SSH during [creation](./flink-create-cluster-portal.md) of Flink Cluster
0 commit comments