We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ls
hdfs dfs -ls
Two parts:
hh ls
Usage: hadoop fs [generic options] -ls [-d] [-h] [-R] [<path> ...]
e.g. -
[~]$ hdfs dfs -ls /user/prungta Found 3 items drwx------ - prungta supergroup 0 2016-04-28 17:00 /user/prungta/.Trash drwxr-xr-x - prungta supergroup 0 2016-04-29 23:24 /user/prungta/.sparkStaging drwx------ - prungta supergroup 0 2016-05-03 18:34 /user/prungta/.staging [~]$ hh ls /user/prungta Found 3 items drwx------ - prungta supergroup 0 2016-04-29 00:00 .Trash drwxr-xr-x - prungta supergroup 0 2016-04-30 06:24 .sparkStaging drwx------ - prungta supergroup 0 2016-05-04 01:34 .staging
Looks like hh is doing three things differently:
hh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Two parts:
hh ls
accept the same flags ashdfs dfs -ls
hh ls
should be the same structure ashdfs dfs -ls
.e.g. -
Looks like
hh
is doing three things differently:The text was updated successfully, but these errors were encountered: