[GitHub] [spark-website] gatorsmile commented on a diff in pull request #478: [SPARK-45195] Update python example
gatorsmile commented on code in PR #478: URL: https://github.com/apache/spark-website/pull/478#discussion_r1329548341 ## index.md: ## @@ -88,13 +88,17 @@ navigation: Run now -Install with 'pip' or try offical image +Install with 'pip' $ pip install pyspark $ pyspark -$ + +Try offical image Review Comment: Typo: offical => official ``` Use the official Docker image. ``` -- 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
[GitHub] [spark-website] gatorsmile commented on a diff in pull request #478: [SPARK-45195] Update python example
gatorsmile commented on code in PR #478: URL: https://github.com/apache/spark-website/pull/478#discussion_r1329547154 ## index.md: ## @@ -88,13 +88,17 @@ navigation: Run now -Install with 'pip' or try offical image +Install with 'pip' $ pip install pyspark $ pyspark -$ + +Try offical image + + $ docker run -it --rm spark:python3 /opt/spark/bin/pyspark +$ Review Comment: remove this line? -- 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