Skip to content

Commit

Permalink
Updating the ExecutorGc heuristic help page and mentioning the wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGupta29 committed Oct 3, 2018
1 parent 08c355f commit 6c4a047
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/help/spark/helpExecutorGcHeuristic.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
<p>This analysis shows how much time a job is spending in GC. To normalise the results across all jobs, the ratio of the time a job spends in Gc to the total run time of the job is calculated. </p>
<p>A job is flagged if the ratio is too high, meaning the job spends too much time in GC.</p>
<h3>Suggestions</h3>
<p>We recommend increasing the executor memory.</p>
<p>We recommend increasing the executor memory.</p>
<p>Enabling ParallelGC using spark.executor.extraJavaOptions could help.</p>
<p>Also recommended to reduce the number of UDF calls.</p>
<p>For more help refer <a href="https://iwww.corp.linkedin.com/wiki/cf/display/DWH/Big+Data+Engineering+-+Advanced+Spark+SQL+Tuning+Techniques#BigDataEngineering-AdvancedSparkSQLTuningTechniques-GCtuning" target="_blank">here</a></p>

0 comments on commit 6c4a047

Please sign in to comment.