Skip to content

Commit 37ef3d3

Browse files
committed
Fix breaking changes. Set for relative links.
1 parent d227988 commit 37ef3d3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/big-data-cluster/spark-streaming-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server Big Data Clusters Spark Streaming Guide
2+
title: SQL Server Big Data Clusters Spark streaming guide
33
titleSuffix: SQL Server Big Data Clusters
44
description: This guide covers streaming use cases and how to implement it using SQL Server Big Data Clusters capabilities.
55
author: dacoelho
@@ -12,11 +12,11 @@ ms.prod: sql
1212
ms.technology: big-data-cluster
1313
---
1414

15-
# SQL Server Big Data Clusters Spark Streaming Guide
15+
# SQL Server Big Data Clusters Spark streaming guide
1616

1717
[!INCLUDE[SQL Server 2019](../includes/applies-to-version/sqlserver2019.md)]
1818

19-
This guide covers streaming use cases and how to implement it using SQL Server Big Data Clusters Spark.
19+
This guide covers streaming use cases and how to implement it using SQL Server Big Data Clusters Spark.
2020

2121
In this guide, you'll learn how to:
2222

@@ -34,9 +34,9 @@ In this guide, you'll learn how to:
3434
This guide assumes good level of understanding of streaming technology concepts and architectures.
3535
The following articles provide excellent conceptual baselines:
3636

37-
* [Data Architecture Guide - Real time processing](https://docs.microsoft.com/azure/architecture/data-guide/big-data/real-time-processing)
38-
* [Use Azure Event Hubs from Apache Kafka applications](https://docs.microsoft.com/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview)
39-
* [Data Architecture Guide - Choosing a real-time message ingestion technology in Azure](https://docs.microsoft.com/azure/architecture/data-guide/technology-choices/real-time-ingestion)
37+
* [Data Architecture Guide - Real time processing](/azure/architecture/data-guide/big-data/real-time-processing)
38+
* [Use Azure Event Hubs from Apache Kafka applications](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview)
39+
* [Data Architecture Guide - Choosing a real-time message ingestion technology in Azure](/azure/architecture/data-guide/technology-choices/real-time-ingestion)
4040

4141
### Apache Kafka and Azure Event Hub conceptual mapping
4242

@@ -50,7 +50,7 @@ The following articles provide excellent conceptual baselines:
5050

5151
### Reproducibility
5252

53-
This guide leverages the producer application provided by the [Quickstart: Data streaming with Event Hubs using the Kafka protocol](https://docs.microsoft.com/azure/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs). Furthermore, there are sample applications in many programming languages on [Azure Event Hubs for Apache Kafka GitHub](https://github.com/Azure/azure-event-hubs-for-kafka) page to help you jumpstart streaming scenarios.
53+
This guide leverages the producer application provided by the [Quickstart: Data streaming with Event Hubs using the Kafka protocol](/azure/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs). Furthermore, there are sample applications in many programming languages on [Azure Event Hubs for Apache Kafka GitHub](https://github.com/Azure/azure-event-hubs-for-kafka) page to help you jumpstart streaming scenarios.
5454

5555
Here is a modified `producer.py` that streams simulated sensor JSON data into Streaming engine using a Kafka compatible client. It is important to notice that Azure Event Hubs is Kafka protocol compatible. Follow the setup instructions in the [GitHub repository](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/python) to get the sample to work for you. The `conf` dictionary is where all connection information takes place and your mileage may vary depending on your environment. Make sure you replace at least `bootstrap.servers` and `sasl.password` as it is the most relevant configuration in the code sample bellow.
5656

File renamed without changes.

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ items:
441441
- name: Submit Spark jobs in Azure Data Studio
442442
href: big-data-cluster/spark-submit-job.md
443443
- name: Submit Spark jobs using the command line
444-
href: big-data-cluster/spark-submit-job-cmdline.md
444+
href: big-data-cluster/spark-submit-job-command-line.md
445445
- name: Submit Spark jobs in Visual Studio Code
446446
href: big-data-cluster/spark-hive-tools-vscode.md
447447
- name: Submit Spark jobs in IntelliJ

0 commit comments

Comments
 (0)