Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parquet command line tool does not install "globally" #1710

Closed
kazuk opened this issue May 18, 2022 · 1 comment · Fixed by #1732
Closed

Parquet command line tool does not install "globally" #1710

kazuk opened this issue May 18, 2022 · 1 comment · Fixed by #1732
Labels
documentation Improvements or additions to documentation parquet Changes to the parquet crate

Comments

@kazuk
Copy link
Contributor

kazuk commented May 18, 2022

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
  1. switch other user.
  2. 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.

@kazuk kazuk added the bug label May 18, 2022
@alamb
Copy link
Contributor

alamb commented May 23, 2022

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

@alamb alamb added the documentation Improvements or additions to documentation label May 23, 2022
@alamb alamb changed the title Parquet command line tool installs "globally"? Parquet command line tool does not install "globally"? May 26, 2022
@alamb alamb added parquet Changes to the parquet crate and removed bug labels May 26, 2022
@alamb alamb changed the title Parquet command line tool does not install "globally"? Parquet command line tool does not install "globally" May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants