Skip to content

Commit 4f9d376

Browse files
Merge pull request #246109 from spelluru/ehubindex0724
Schema Registry link was missing
2 parents 88a81f4 + dfe326a commit 4f9d376

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

articles/event-hubs/explore-captured-avro-files.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,12 @@ You can verify that captured files were created in the Azure Storage account usi
1818

1919
An easy way to explore Avro files is by using the [Avro Tools][Avro Tools] jar from Apache. You can also use [Apache Drill][Apache Drill] for a lightweight SQL-driven experience or [Apache Spark][Apache Spark] to perform complex distributed processing on the ingested data.
2020

21-
## Use Apache Drill
22-
[Apache Drill][Apache Drill] is an "open-source SQL query engine for Big Data exploration" that can query structured and semi-structured data wherever it is. The engine can run as a standalone node or as a huge cluster for great performance.
23-
24-
A native support to Azure Blob storage is available, which makes it easy to query data in an Avro file, as described in the documentation:
25-
26-
[Apache Drill: Azure Blob Storage Plugin][Apache Drill: Azure Blob Storage Plugin]
27-
28-
To easily query captured files, you can create and execute a VM with Apache Drill enabled via a container to access Azure Blob storage. See the following sample: [Streaming at Scale with Event Hubs Capture](https://github.com/Azure-Samples/streaming-at-scale/tree/main/eventhubs-capture-databricks-delta).
2921

3022
## Use Apache Spark
3123
[Apache Spark][Apache Spark] is a "unified analytics engine for large-scale data processing." It supports different languages, including SQL, and can easily access Azure Blob storage. There are a few options to run Apache Spark in Azure, and each provides easy access to Azure Blob storage:
3224

3325
- [HDInsight: Address files in Azure storage][HDInsight: Address files in Azure storage]
34-
- [Azure Databricks: Azure Blob storage][Azure Databricks: Azure Blob Storage]
26+
- [Azure Databricks: Azure Blob storage][Azure Databricks: Azure Blob Storage]. See the following sample: [Streaming at Scale with Event Hubs Capture](https://github.com/Azure-Samples/streaming-at-scale/tree/main/eventhubs-capture-databricks-delta).
3527
- [Azure Kubernetes Service](../aks/spark-job.md)
3628

3729
## Use Avro Tools

articles/event-hubs/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ landingContent:
2929
url: event-hubs-about.md
3030
- text: Event Hubs for Apache Kafka
3131
url: azure-event-hubs-kafka-overview.md
32+
- text: Schema Registry
33+
url: schema-registry-overview.md
3234
- text: Event Hubs Capture
3335
url: event-hubs-capture-overview.md
3436
- text: Event Hubs Premium

0 commit comments

Comments
 (0)