Useful Commands

Enterprise

Bacula Enterprise Only

This solution is only available for Bacula Enterprise. For upgrade inquiries, please reach out to sales@baculasystems.com.

List files inside a directory

# hadoop fs -ls /user/hadoop/file1

Upload a file

# hadoop fs -put /local-files/file1.txt /hdfs-path

Upload many files

# hadoop fs -put /local-files /hdfs-path

Download many files

# hadoop fs -get /hdfs-path /local-path

For a complete set of commands and options, refer to the Hadoop documentation:

See also

Previous articles:

Go back to: Operations.