51899/how-to-import-the-complete-directory-into-hdfs
First, need to create a directory in Hadoop:
$ hdfs dfs -mkdir New
then we have to execute the below command,
$ hdfs dfs -put <directory_name_which_is_in_local_file_system> <directory_name_in_hdfs_to_which_we_want_to_transfer_the_directory>
There are various tools and frameworks available ...READ MORE
Yes. you can use the hadoop fsck command to do ...READ MORE
Hi@akhtar, You can remove the directory using the ...READ MORE
The sole purpose of the virtual machine ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Hey, To load data from HDFS to pig ...READ MORE
--fields-terminated-by <char> READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.