dongjoon-hyun commented on code in PR #512:
URL: https://github.com/apache/spark-website/pull/512#discussion_r1550172242


##########
site/spark-connect/index.html:
##########
@@ -221,11 +221,11 @@ <h2 id="benefits-of-spark-connect">Benefits of Spark 
Connect</h2>
 
 <p><strong>Spark Connect workloads are easier to maintain</strong></p>
 
-<p>With the Spark JVM architecture, the client and Spark Driver must run 
identical software versions.  They need the same Java, Scala, and other 
dependency versions.  Suppose you develop a Spark project on your local 
machine, package it as a JAR file, and deploy it in the cloud to run on a 
production dataset.  You need to build the JAR file on your local machine with 
the same dependencies used in the cloud.  If you compile the JAR file with 
Scala 2.13, you must also provision the cluster with a Spark JAR compiled with 
Scala 2.13.</p>
+<p>With the Spark Classic architecture, the client and Spark Driver must run 
identical software versions.  They need the same Java, Scala, and other 
dependency versions.  Suppose you develop a Spark project on your local 
machine, package it as a JAR file, and deploy it in the cloud to run on a 
production dataset.  You need to build the JAR file on your local machine with 
the same dependencies used in the cloud.  If you compile the JAR file with 
Scala 2.13, you must also provision the cluster with a Spark JAR compiled with 
Scala 2.13.</p>

Review Comment:
   Let's not introduce a new concept, `Spark Classic`. It's not a 
widely-accepted community concept and this looks ambiguous to me.



##########
site/spark-connect/index.html:
##########
@@ -234,7 +234,7 @@ <h2 id="benefits-of-spark-connect">Benefits of Spark 
Connect</h2>
 <ul>
   <li><a 
href="https://github.com/apache/spark/tree/master/python/pyspark/sql/connect";>Spark
 Connect Python</a></li>
   <li><a href="https://github.com/apache/spark-connect-go";>Spark Connect 
Go</a></li>
-  <li><a href="https://github.com/sjrusso8/spark-connect-rs";>Spark Connect 
Rust</a></li>
+  <li><a href="https://github.com/sjrusso8/spark-connect-rs";>Spark Connect 
Rust</a> (third-party project)</li>

Review Comment:
   Thanks.



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