You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 21:33:50 UTC

[GitHub] [arrow-datafusion] alippai opened a new issue #332: Publish on conda and nix

alippai opened a new issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332


   I'd be happy to use datafusion-cli without the need for the rust toolchain. For the end-users nix and conda (conda-forge) are more common package managers.
   
   **Describe alternatives you've considered**
   Homebrew, winget might be early, they are less dev focused.
   
   **Additional context**
   Are there special requirements by Apache? I assume it would need to be managed in a centralized way.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] matthewmturner commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
matthewmturner commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003102633


   @alippai FYI i believe `datafusion-cli` is available on brew now (https://github.com/apache/arrow-datafusion/issues/562)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alippai commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
alippai commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003191677


   Thanks for the details


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] cpcloud commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
cpcloud commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003176302


   @alippai Yeah, I believe `datafusion-cli` would be a separate conda and nix package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] cpcloud commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
cpcloud commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003129031


   nixpkgs pr here https://github.com/NixOS/nixpkgs/pull/152763


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] cpcloud commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
cpcloud commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003076835


   I've put up a conda package recipe for datafusion here https://github.com/conda-forge/staged-recipes/pull/17387.
   
   I just built it locally (on Linux), and the build passes.
   
   Packaging for nix is likely out of scope for datafusion maintainers, though it's not too bad to package up a Rust-backed Python package (see https://github.com/NixOS/nixpkgs/blob/a0dbe47318bbab7559ffbfa7c4872a517833409f/pkgs/development/python-modules/cryptography/default.nix#L24) in nixpkgs. Such a PR for datafusion would likely be merged shortly after a successful nixpkgs CI build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alippai commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
alippai commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003175941


   @cpcloud really nice, also it looks like it uncovered an upstream issue with the lock file, right? This is for the Datafusion python module / bindings and the Datafusion CLI would be a separate module?!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] cpcloud commented on issue #332: Publish on conda and nix

Posted by GitBox <gi...@apache.org>.
cpcloud commented on issue #332:
URL: https://github.com/apache/arrow-datafusion/issues/332#issuecomment-1003176793


   Regarding the lockfile, yeah `python/Cargo.lock` is out of date. I fixed that upstream here https://github.com/apache/arrow-datafusion/pull/1508, just waiting on a review from a maintainer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org