This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Open
Conversation
|
Is this project dead? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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