zhengruifeng opened a new pull request, #477:
URL: https://github.com/apache/spark-website/pull/477

   1, add `docker` commands for PySpark and SparkR;
   2, switch to docker official image for SQL, Scala and Java;
   
   
   refer to https://hub.docker.com/_/spark
   
   also manually checked all the commands, e,g,:
   ```
   ruifeng.zheng@xxxxx:~$ docker run -it --rm spark:python3 
/opt/spark/bin/pyspark
   Python 3.8.10 (default, May 26 2023, 14:05:08)
   [GCC 9.4.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
   23/09/18 06:02:30 WARN NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   Welcome to
         ____              __
        / __/__  ___ _____/ /__
       _\ \/ _ \/ _ `/ __/  '_/
      /__ / .__/\_,_/_/ /_/\_\   version 3.5.0
         /_/
   
   Using Python version 3.8.10 (default, May 26 2023 14:05:08)
   Spark context Web UI available at http://4861f70118ab:4040
   Spark context available as 'sc' (master = local[*], app id = 
local-1695016951087).
   SparkSession available as 'spark'.
   >>> spark.range(0, 10).show()
   +---+
   | id|
   +---+
   |  0|
   |  1|
   |  2|
   |  3|
   |  4|
   |  5|
   |  6|
   |  7|
   |  8|
   |  9|
   +---+
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to