File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/com/linkedin/drelephant/spark/heuristics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ object ExecutorGcHeuristic {
104104 throw new Exception (" No executor information available." )
105105 }
106106
107- val isParallelGcEnabled : Boolean = appConfigurationProperties.getOrElse(" spark.executor.extraJavaOptions" ," " ).contains(" XX:+UseParallelGC" )
108- val parallelGcRecommendation : String = if (isParallelGcEnabled ) " " else " Enable ParallelGc using spark.executor.extraJavaOptions."
107+ val isParallelGCEnabled : Boolean = appConfigurationProperties.getOrElse(" spark.executor.extraJavaOptions" ," " ).contains(" XX:+UseParallelGC" )
108+ val parallelGcRecommendation : String = if (isParallelGCEnabled ) " " else " Enable ParallelGC using spark.executor.extraJavaOptions."
109109
110110 lazy val appConfigurationProperties : Map [String , String ] =
111111 data.appConfigurationProperties
You can’t perform that action at this time.
0 commit comments