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 an asynchronous execution model with asyncio coroutines

acroz opened this issue · comments

This is implemented by PR #12, though I'm not super happy with some of the flow and will do some refactoring in another PR.

PR #13 finishes this task.