Every language has its own quirks / features -- so I don't think there
exists a document on how to go about doing this for a new language. The
most related write up I know of is the wiki page on PySpark internals
https://cwiki.apache.org/confluence/display/SPARK/PySpark+Internals written
by Josh Rosen -- It covers some of the issues like closure capture,
serialization, JVM communication that you'll need to handle for a new
language.

Thanks
Shivaram

On Tue, Jun 23, 2015 at 1:35 PM, Vasili I. Galchin <vigalc...@gmail.com>
wrote:

> Hello,
>
>       I want to add language support for another language(other than
> Scala, Java et. al.). Where is documentation that explains to provide
> support for a new language?
>
> Thank you,
>
> Vasili
>

Reply via email to