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

Add count cmd including quota usage #337

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

meoww-bot
Copy link

Thanks for your code , it's perfect that native support kerberos without any other 3rd-party dependence.

I want to add quota-related support to this gohdfs client.

So firstly I try to add count -q.

root@datanode:/# time /tmp/hdfs count -q -h /user/hive
QUOTA   REM_QUOTA SPACE_QUOTA REM_SPACE_QUOTA DIR_COUNT FILE_COUNT CONTENT_SIZE PATHNAME
none    inf       1.0G        1.0G            4         0          0B           /user/hive

real	0m0.014s
user	0m0.010s
sys	0m0.004s
root@datanode:/# time /opt/hadoop-3.2.1/bin/hdfs dfs -count -h -q -v /user/hive
       QUOTA       REM_QUOTA     SPACE_QUOTA REM_SPACE_QUOTA    DIR_COUNT   FILE_COUNT       CONTENT_SIZE PATHNAME
        none             inf             1 G             1 G            4            0                  0 /user/hive

real	0m2.281s
user	0m3.138s
sys	0m0.689s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant