You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/apache-spark-perf.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ This article provides an overview of strategies to optimize Apache Spark jobs on
16
16
17
17
The performance of your Apache Spark jobs depends on multiple factors. These performance factors include: how your data is stored, how the cluster is configured, and the operations that are used when processing the data.
18
18
19
-
Common challenges you might face include memory constraints due to improperly sized executors, long-running operations, and tasks that result in Cartesian operations.
19
+
Common challenges you might face include: memory constraints due to improperly sized executors, long-running operations, and tasks that result in cartesian operations.
20
20
21
-
There are also various strategies that can help you overcome these challenges, such as caching, and allowing for data skew.
21
+
There are also many optimizations that can help you overcome these challenges, such as caching, and allowing for data skew.
22
22
23
-
In each of the following articles, you can find common challenges and solutions for a different aspect of spark optimization.
23
+
In each of the following articles, you can find information on different aspects of Spark optimization.
24
24
25
-
*[Optimize data storage](optimize-data-storage.md)
26
-
*[Optimize data processing](optimize-data-processing.md)
0 commit comments