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

    https://github.com/apache/spark/pull/21092#discussion_r183163821
  
    --- Diff: 
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh ---
    @@ -62,6 +69,14 @@ case "$SPARK_K8S_CMD" in
           "$@"
         )
         ;;
    +  driver-py)
    +    CMD=(
    +      "$SPARK_HOME/bin/spark-submit"
    +      --conf "spark.driver.bindAddress=$SPARK_DRIVER_BIND_ADDRESS"
    +      --deploy-mode client
    +      "$@" $PYSPARK_PRIMARY $PYSPARK_SECONDARY
    --- End diff --
    
    @holdenk I thought the PythonRunner takes in a comma delineated string of 
PyFiles. as an argument which is why I set it to be `--class PythonRunner 
$PYSPARK_PRIMARY $PYSPARK_FILES $PYSPARK_DRIVER_ARGS`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to