Skip to content

Commit 4456174

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Corrected image path
1 parent a6802e2 commit 4456174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight-aks/flink/use-flink-to-sink-kafka-message-into-hbase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this article, learn how to write messages to HBase with Apache Flink DataStre
1616

1717
Apache Flink offers HBase connector as a sink, with this connector with Flink you can store the output of a real-time processing application in HBase. Learn how to process streaming data on HDInsight Kafka as a source, perform transformations, then sink into HDInsight HBase table.
1818

19-
In a real world scenario, this example is a stream analytics layer to realize value from Internet of Things (IOT) analytics, which use live sensor data. The Flink Stream can read data from Kafka topic and write it to HBase table. If there's a real time streaming IOT application, the information can be gathered, transformed, and optimized.
19+
In a real world scenario, this example is a stream analytics layer to realize value from Internet of Things (IOT) analytics, which use live sensor data. The Flink Stream can read data from Kafka article and write it to HBase table. If there's a real time streaming IOT application, the information can be gathered, transformed, and optimized.
2020

2121

2222
## Prerequisites
@@ -350,11 +350,11 @@ public class KafkaSinkToHbase {
350350

351351
1. Upload the job Jar to Storage Account associated with the Cluster.
352352

353-
:::image type="content" source="./media/use-flink-to-sink-kafka-message-into-hbase/upload-jar.png" alt-text="Screenshot showing how to upload jar." lightbox="./media/use-flink-to-sink-kafka-message-into-hbase/upload-jsr.png":::
353+
:::image type="content" source="./media/use-flink-to-sink-kafka-message-into-hbase/upload-jar.png" alt-text="Screenshot showing how to upload jar." lightbox="./media/use-flink-to-sink-kafka-message-into-hbase/upload-jar.png":::
354354

355355
1. Add job details in Application Mode tab.
356356

357-
:::image type="content" source="./media/use-flink-to-sink-kafka-message-into-hbase/application-mode.png" alt-text="Screenshot showing application mode." lightbox="./media/application-mode.png":::
357+
:::image type="content" source="./media/use-flink-to-sink-kafka-message-into-hbase/application-mode.png" alt-text="Screenshot showing application mode." lightbox="./media/use-flink-to-sink-kafka-message-into-hbase/application-mode.png":::
358358

359359
> [!NOTE]
360360
> Make sure to add `Hadoop.class.enable` and `classloader.resolve-order` setting.

0 commit comments

Comments
 (0)