Skip to content

Commit 0a3768a

Browse files
committed
fixed broken link
1 parent ccaa0c4 commit 0a3768a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/write-to-delta-lake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ The Stream Analytics job creates [Delta Log checkpoints](https://github.com/delt
102102
- When a Stream Analytics job writes a batch of data to a Delta Lake, it can generate multiple [Add File Action](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-file-and-remove-file). When there are too many Add File Actions generated for a single batch, a Stream Analytics Job can be stuck.
103103
- The number of Add File Actions generated are determined by many factors:
104104
- Size of the batch. It's determined by the data volume and the batching parameters [Minimum Rows and Maximum Time](blob-storage-azure-data-lake-gen2-output.md#output-configuration)
105-
- Cardinality of the [Partition Column values](write-to-delta-lake.md#delta-lake-configuration) of the batch.
105+
- Cardinality of the [Partition Column values](#delta-lake-configuration) of the batch.
106106
- To reduce the number of Add File Actions generated for a batch the following steps can be taken:
107107
- Reduce the batching configurations [Minimum Rows and Maximum Time](blob-storage-azure-data-lake-gen2-output.md#output-configuration)
108-
- Reduce the cardinality of the [Partition Column values](write-to-delta-lake#delta-lake-configuration.md) by tweaking the input data or choosing a different partition column
108+
- Reduce the cardinality of the [Partition Column values](#delta-lake-configuration.md) by tweaking the input data or choosing a different partition column
109109
- Stream Analytics jobs can only read and write single part V1 Checkpoints. Multi-part checkpoints and the Checkpoint V2 format aren't supported.
110110

111111
## Next steps
112112

113-
* [Create a Stream Analytics job writing to Delta Lake Table in ADLS Gen2](write-to-delta-lake.md)
113+
* [Capture data from Event Hubs in Delta Lake format](capture-event-hub-data-delta-lake.md)

0 commit comments

Comments
 (0)