Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (55.6k points)

Can anyone tell me which script is used for Interaction to HDFS?

1 Answer

0 votes
by (119k points)

Hadoop supports shell-like commands script for interaction to HDFS directly and other file systems that Hadoop supports. You can use the following command to know the list of shell commands supported by Hadoop.

bin/hdfs dfs -help

Use the following command to see the more detailed help for a command.

bin/hdfs dfs -help command-name

These shell commands are used for operations like copying files, changing file permissions, changing replication of files, etc.

If you wish to learn Hadoop from Industry experts, you can sign up for this Hadoop Certification course by Intellipaat.

I recommend watching this video on how HDFS works for a better understanding:

Browse Categories

...