About this document
Hadoop Installation and File Management Guide by bhuvans80_m is a document available to read on EtoBox.
Hadoop provides utilities to manage files in HDFS. To add files, use hadoop fs -put to copy from local to HDFS and hadoop fs -mkdir to create directories. To retrieve files, use hadoop fs -get to download from HDFS to local. For deleting files, use hadoop fs -rm. Common tasks also include listing contents with hadoop fs -ls, copying between HDFS and local with hadoop fs -cp, and moving files within HDFS with hadoop fs -mv.
- Author
- bhuvans80_m
- Language
- EN