Skip to content

Commit 6af8f08

Browse files
committed
updates
1 parent 1d2461b commit 6af8f08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/hdinsight/spark/apache-spark-perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The performance of your Apache Spark jobs depends on multiple factors. This incl
1515

1616
Common challenges you might face include memory constraints due to improperly-sized executors, long-running operations, and tasks that result in Cartesian operations.
1717

18-
There are also various strategies that can help you to overcome these challenges, such as caching, and allowing for [data skew](#optimize-joins-and-shuffles).
18+
There are also various strategies that can help you to overcome these challenges, such as caching, and allowing for data skew.
1919

2020
In each of the following articles, you can find common challenges and solutions for a different aspect of spark optimization.
2121

File renamed without changes.

0 commit comments

Comments
 (0)