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

question: how can I get the size of the table in accumulo? #647

Closed
misslzyan opened this issue Sep 14, 2018 · 2 comments
Closed

question: how can I get the size of the table in accumulo? #647

misslzyan opened this issue Sep 14, 2018 · 2 comments
Assignees
Labels
question This issue describes a user question and should be answered; it may be a possible bug.

Comments

@misslzyan
Copy link

how can I get this size of the table in accumulo ?
I want to know the storage information about the table in MB .

@keith-turner
Copy link
Contributor

The accumulo shell has a du command that takes one or more table names as an argument. If given multiple tables, it will compute the amount of overlapping space which is useful for cloned tables.

@ctubbsii ctubbsii added the question This issue describes a user question and should be answered; it may be a possible bug. label Sep 14, 2018
@misslzyan
Copy link
Author

thank you ! I will try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This issue describes a user question and should be answered; it may be a possible bug.
Projects
None yet
Development

No branches or pull requests

3 participants