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 2022/05/18 06:17:25 UTC

[GitHub] [arrow-rs] kazuk opened a new issue, #1710: Parquet command line tool installs "globally"?

kazuk opened a new issue, #1710:
URL: https://github.com/apache/arrow-rs/issues/1710

   **Describe the bug**
   
   on this documentation.
   
   https://github.com/apache/arrow-rs/blob/master/parquet/src/bin/parquet-rowcount.rs#L26
   ```
   //! After this `parquet-rowcount` should be globally available:
   ```
   
   showing `cargo install --help` as bellow.
   
   ```
   $ cargo install --help
   cargo-install 
   Install a Rust binary. Default location is $HOME/.cargo/bin
   <snip>
   ```
   
    I think, this is not globally. install for user.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. install `parquet`
   
   ```
   cargo install parquet --features=cli
   ```
   
   2. switch other user.
   3. run `parquet-rowcount`
   
   Error command not found.
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] alamb commented on issue #1710: Parquet command line tool installs "globally"?

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1710:
URL: https://github.com/apache/arrow-rs/issues/1710#issuecomment-1134550051

   Thanks for the report @kazuk  -- any help to fix this with a PR would be great!


-- 
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-rs] tustvold closed issue #1710: Parquet command line tool installs "globally"?

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1710: Parquet command line tool installs "globally"?
URL: https://github.com/apache/arrow-rs/issues/1710


-- 
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