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

    https://github.com/apache/spark/pull/20192#discussion_r160323806
  
    --- Diff: bin/docker-image-tool.sh ---
    @@ -60,35 +42,53 @@ function image_ref {
     }
     
     function build {
    -  docker build \
    -    --build-arg "spark_jars=$SPARK_JARS" \
    -    --build-arg "img_path=$IMG_PATH" \
    -    -t spark-base \
    -    -f "$IMG_PATH/spark-base/Dockerfile" .
    -  for image in "${!path[@]}"; do
    -    docker build -t "$(image_ref $image)" -f ${path[$image]} .
    -  done
    +  # Detect whether this is a git clone or a Spark distribution and adjust 
paths
    --- End diff --
    
    "paths" => "values of the following variables?.


---

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

Reply via email to