Skip to content

Tags: sreev/dask-sql

Tags

0.1.2

Toggle 0.1.2's commit message
Fixed dependencies

0.1.1

Toggle 0.1.1's commit message
Fix setup.py to be used without sphinx dependency

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement a SQL server speaking the presto protocol (dask-contrib#56)

* Implement a SQL server speaking the presto protocol

This server can be used to run dask-sql in a standalone application.
It is e.g. possible to run it in a dask-cluster
and answer SQL queries from external.

* Stylefix

* Fixes to docker build setup

0.1.0-rc4

Toggle 0.1.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement a SQL server speaking the presto protocol (dask-contrib#56)

* Implement a SQL server speaking the presto protocol

This server can be used to run dask-sql in a standalone application.
It is e.g. possible to run it in a dask-cluster
and answer SQL queries from external.

* Stylefix

* Fixes to docker build setup

0.1.0rc3

Toggle 0.1.0rc3's commit message
Added docu link to README

0.1.0rc2

Toggle 0.1.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[WIP] Run on ubuntu and windows (dask-contrib#26)

* Run on ubuntu and windows

* Specify the full binary path for Windows

* Make sure to properly print out the parameters

* Do not test for dtypes, as Windows seems not to be consistent with Linux here

* Fix a wrong jvmpath

Normally, jpype is quite good in finding the correct class path.
However, for conda installations on windows server, it seems
to pick up the wrong dll.

0.1.0rc1

Toggle 0.1.0rc1's commit message
Added long description to setup.py