HyukjinKwon / spark-connect-go

Apache Spark Connect Client for Golang

Home Page:https://spark.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Spark Connect Client for Golang

This project houses the experimental client for Spark Connect for Apache Spark written in Golang.

Current State of the Project

Currently, the Spark Connect client for Golang is highly experimental and should not be used in any production setting. In addition, the PMC of the Apache Spark project reserves the right to withdraw and abandon the development of this project if it is not sustainable.

Getting started

git clone https://github.com/apache/spark-connect-go.git
git submodule init --depth 1

make gen && make check && make test

Contributing

Please review the Contribution to Spark guide for information on how to get started contributing to the project.

About

Apache Spark Connect Client for Golang

https://spark.apache.org/

License:Apache License 2.0


Languages

Language:Python 86.1%Language:Makefile 13.9%