This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e6d1d083e0 Add spark connect dotnet
e6d1d083e0 is described below
commit e6d1d083e00eb5118a22169ec06724f7c21490ed
Author: Ed Elliott <[email protected]>
AuthorDate: Tue Jan 28 08:34:44 2025 -0600
Add spark connect dotnet
Add dotnet to the list of spark clients
Author: Ed Elliott <[email protected]>
Closes #576 from GoEddie/add-spark-connect-dotnet.
---
site/spark-connect/index.html | 1 +
spark-connect/index.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/site/spark-connect/index.html b/site/spark-connect/index.html
index f488df47c6..7e4af3a9db 100644
--- a/site/spark-connect/index.html
+++ b/site/spark-connect/index.html
@@ -248,6 +248,7 @@ GlobalLimit 5
<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> (third-party project)</li>
+ <li><a href="https://github.com/GoEddie/spark-connect-dotnet/">Spark Connect
dotnet</a> (third-party project)</li>
</ul>
<p>For example, the Apache Spark Connect Client for Golang, <a
href="https://github.com/apache/spark-connect-go">spark-connect-go</a>,
implements the Spark Connect protocol and does not rely on Java. You can use
this Spark Connect Client to develop Spark applications with Go without
installing Java or Spark.</p>
diff --git a/spark-connect/index.md b/spark-connect/index.md
index 3eb4a26eeb..ba3e8e318d 100644
--- a/spark-connect/index.md
+++ b/spark-connect/index.md
@@ -97,6 +97,7 @@ Spark Connect decouples the client and the Spark Driver so
that you can write a
* [Spark Connect
Python](https://github.com/apache/spark/tree/master/python/pyspark/sql/connect)
* [Spark Connect Go](https://github.com/apache/spark-connect-go)
* [Spark Connect Rust](https://github.com/sjrusso8/spark-connect-rs)
(third-party project)
+* [Spark Connect dotnet](https://github.com/GoEddie/spark-connect-dotnet/)
(third-party project)
For example, the Apache Spark Connect Client for Golang,
[spark-connect-go](https://github.com/apache/spark-connect-go), implements the
Spark Connect protocol and does not rely on Java. You can use this Spark
Connect Client to develop Spark applications with Go without installing Java or
Spark.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]