0% found this document useful (0 votes)
4 views3 pages

Hadoop Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Hadoop Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

// BIG DATA LAB TASK ( Tuesday : 19/09/23)

Hadoop Commands

Open Terminal in Cloudera and start typing the


below Commands:
1. $ hostname
2. $ sudo /home/cloudera/cloudera-manager - -express
- -force
3. $ service hadoop-hdfs-namenode restart
- The above 3 commands were to start hadoop

4. $ hadoop fs -ls /
5. $ hdfs dfs -ls /
- The above 4 & 5 commands were to list hadoop files

- The below commands were to execute hadoop commands

6. $ sudo -u hdfs hadoop dfs -mkdir


/KimmiKumari
7. $ hdfs dfs -ls /
8. $ hdfs dfs -lsr /
9. $ sudo -u hdfs hadoop dfs -touchz
/KimmiKumari/myfile.txt
10. $ gedit kk.txt ----------------- enter your
contents, save and close the file -----
11. $ sudo -u hdfs hadoop dfs -put kk.txt
/KimmiKumari
12. $ sudo su ---------------- enter root---------
13. $ hadoop fs -get /KimmiKumari/kk.txt
/root/Desktop
14. $ exit ----------------------exit from root -----
15. $ sudo -u hdfs hadoop dfs -mkdir /Kimmi
16. $ sudo -u hdfs hadoop dfs -cp
/KimmiKumari /Kimmi
17. $ sudo -u hdfs hadoop dfs -touchz
/KimmiKumari/PP.txt
18. $ sudo -u hdfs hadoop dfs -mv
/KimmiKumari/PP.txt /Kimmi
19. $ sudo -u hdfs hadoop dfs -rm
/KimmiKumari
20. $ sudo -u hdfs hadoop dfs -du /Kimmi
21. $ sudo -u hdfs hadoop dfs -dus /Kimmi
22. $ sudo -u hdfs hadoop dfs -setrep -R -w
4 /Kimmi/PP.txt
23. $ sudo -u hdfs hadoop dfs -stat /Kimmi
24. $ sudo -u hdfs hadoop dfs -rm
/Kimmi/PP.txt
25. $ sudo -u hdfs hadoop dfs -rmr /Kimmi
26. $ service hadoop-hdfs-namenode stop

KIMMI KUMARI
Assistant Professor
SOIS

You might also like