Yikun commented on code in PR #424:
URL: https://github.com/apache/spark-website/pull/424#discussion_r1007544322


##########
index.md:
##########
@@ -155,7 +155,8 @@ filtered_df.summary().show()
             <div class="tab-pane fade" id="nav-sql" role="tabpanel" 
aria-labelledby="nav-sql-tab">
                 <div class="mb-2 title">Run now</div>
                 <div class="code">
-                    <p>$ SPARK-HOME/bin/spark-sql</p>
+                    <p>$ docker pull apache/spark</p>
+                    <p>$ docker run -it apache/spark 
/opt/spark/bin/spark-sql</p>

Review Comment:
   For simplicity, we can use `docker run -ti` directly, because it will 
automatically download and complete the `docker pull` process



-- 
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