acroz / pylivy

A Python client for Apache Livy, enabling use of remote Apache Spark clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support scala and SparkR sessions

acroz opened this issue · comments

Only PySpark is currently tested.

The session-kind branch now supports Scala Spark and SparkR sessions, but SQL sessions, reading data out into local dataframes from non-PySpark sessions, and mixed language sessions remain untested.

Code execution in scala, SparkR and Spark SQL is now tested in PR #8, but reading dataframes out remains to be done.

Reading DataFrames now implemented in PR #8.