hdfs
Basic Usage of HDFS
1 | hdfs dfs -ls [hdfs dir] # List Files: |
Some explanation
[hdfs path]: This is the command-line interface for interacting with HDFS.
[file need upload]: Replace this with the path to the file you want to upload from your local file system.
[hdfs path]: Replace this with the path in HDFS where you want to upload the file.