Kotlin / kotlin-spark-shell

Kotlin Language support for Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Language Support for Apache Spark

Kotlin Experimental JetBrains team project

The project is a Kotlin Shell for Apache Spark. It's based on ki-shell and provide the same user experience, including syntax highlighting, a type inference, and some level of completion.

Kotlin API extension will also work in the shell.

Build From Source

To build from source use:

git clone https://github.com/Kotlin/kotlin-spark-shell
cd kotlin-spark-shell
mvn package

It may be useful to build the project with a specific version of Kotlin or Scala. To do so use:

mvn -Dkotlin.version=1.4.10 -Dscala.version=2.11

About

Kotlin Language support for Apache Spark

License:Apache License 2.0


Languages

Language:Kotlin 95.4%Language:Shell 2.4%Language:Batchfile 2.2%