Github user skonto commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21462#discussion_r191775677
  
    --- Diff: 
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh ---
    @@ -46,12 +46,6 @@ shift 1
     SPARK_CLASSPATH="$SPARK_CLASSPATH:${SPARK_HOME}/jars/*"
     env | grep SPARK_JAVA_OPT_ | sort -t_ -k4 -n | sed 's/[^=]*=\(.*\)/\1/g' > 
/tmp/java_opts.txt
     readarray -t SPARK_JAVA_OPTS < /tmp/java_opts.txt
    --- End diff --
    
    In general I would like to refactor the name here of SPARK_JAVA_OPTS, its a 
bit misleading as this property used to exist in Spark and was removed: 
https://issues.apache.org/jira/browse/SPARK-14453


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to