Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 322 Bytes

hadoop-command.md

File metadata and controls

19 lines (13 loc) · 322 Bytes

Hadoop commands

Usage

$ hdfs dfs [GENERIC_OPTIONS] [COMMAND_OPTIONS]

Examples

$ hdfs dfs -ls /nyc_taxi
$ hdfs dfs -du -h /nyc_taxi
$ hdfs dfs -rm -r /nyc_taxi

Reference