Add a packaged version of dask-sql
See original GitHub issueCurrently, dask-sql
can only be installed via the source. We should find out, if uploading the packaged jar (contained in a wheel) together with the python code makes sense and if and how we can create a conda package (probably via conda-forge).
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Top Results From Across the Web
Add a packaged version of dask-sql · Issue #2 · dask-contrib/dask ...
Currently, dask-sql can only be installed via the source. We should find out, if uploading the packaged jar (contained in a wheel) together...
Read more >Installation — dask-sql documentation - Read the Docs
Install the package from the conda-forge channel: ... Before installation, make sure you have a running java installation with version >= 8.
Read more >dask-sql - PyPI
dask -sql is a distributed SQL query engine in Python. It allows you to query and transform your data using a mixture of...
Read more >Dask Installation - Dask documentation
This installs Dask and all common dependencies, including pandas and NumPy. Dask packages are maintained both on the default channel and on conda-forge....
Read more >Distributed SQL queries with Dask-SQL - Coiled Docs
First, you will install dask-sql and coiled-runtime, a Dask meta-package. Save the following file as environment.yml . You can get most up-to-date version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just had a play with this. Fun!
I ran into tiny speed bumps, but they were expected at this stage. In general it was fun to play around.
On Tue, Sep 8, 2020 at 10:07 AM Nils Braun notifications@github.com wrote:
I think after having created correct tests for different versions and having the pipy Package and the conda forge package ready and automatic I can close this issue.