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

    https://github.com/apache/spark/pull/19946#discussion_r157006909
  
    --- Diff: docs/building-spark.md ---
    @@ -49,7 +49,7 @@ To create a Spark distribution like those distributed by 
the
     to be runnable, use `./dev/make-distribution.sh` in the project root 
directory. It can be configured
     with Maven profile settings and so on like the direct Maven build. Example:
     
    -    ./dev/make-distribution.sh --name custom-spark --pip --r --tgz 
-Psparkr -Phadoop-2.7 -Phive -Phive-thriftserver -Pmesos -Pyarn
    +    ./dev/make-distribution.sh --name custom-spark --pip --r --tgz 
-Psparkr -Phadoop-2.7 -Phive -Phive-thriftserver -Pmesos -Pyarn -Pkubernetes
    --- End diff --
    
    It's `k8s://` in the URL scheme we use and the package names are also `k8s` 
- so, users should never have to type the name.
    This is one of the last few holdouts. I'd say that it's consistent here, 
with the use of other cluster manager names in full in their maven projects. I 
can change it here if you feel strongly about it.
    
    



---

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

Reply via email to