Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

shell commnads #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

shell commnads #351

wants to merge 1 commit into from

Conversation

ameet20
Copy link

@ameet20 ameet20 commented Mar 29, 2019

please add following shell commands:

#Directory creation in HDFS for a specific given path.
hadoopfs-mkdir

#Listing of the directory contents.
hadoopfs-ls

#HDFS file Upload/download.
#Upload:
hadoopfs -put:

#Copy single src file, or multiple src files from local file system to the Hadoop data file system
hadoopfs-put …

#hadoopfs -get:
#Copies/Downloads files to the local file system
hadoopfs-get

#File copying from source to destination
hadoopfs-cp

#Copying of file to HDFS from a local file and vice-versa
hadoopfs-copyFromLocalURI

#File moving from source to destination.
hadoopfs-mv

#File or directory removal in HDFS.
hadoopfs-rm

#Repetitive version of delete.
hadoopfs-rmr

#Showing the file’s final few lines.
hadoopfs-tail<path[filename]>

#Showing the aggregate length of a file.
hadoopfs-du

@ft0907
Copy link

ft0907 commented Mar 28, 2022

Is this project dead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants