Hadoop input folder not found

0 votes
I am new to Hadoop and trying installing hadoop-2.7.3 . I can start the following process and can see dfshealth.html#tab-datanode at port 50070. But I am stuck " Copy the input files into the distributed filesystem", this file is present but still I am getting this error saying:

No such file or directory

Can anyone help out with the problem?
Jun 14, 2019 in Big Data Hadoop by Rakesh
2,095 views

1 answer to this question.

0 votes

Hey,

This is because the user directory not found. Hadoop will copy the input into the user directory /user/username by default if the output directory does not specified.

Either create a user directory in Hadoop or copy the file using below command:

bin/hdfs dfs -put input /

This above command will copy the input directory into root(/) of HDFS.

answered Jun 14, 2019 by Gitika
• 65,910 points

Related Questions In Big Data Hadoop

+1 vote
1 answer
0 votes
1 answer

hadoop: command not found

The reason you are getting hadoop as ...READ MORE

answered Mar 28, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
13,324 views
0 votes
1 answer

Hadoop Mapreduce: Class Not Found Exception

Try adding this Job job = new Job(conf, ...READ MORE

answered Oct 29, 2018 in Big Data Hadoop by Omkar
• 69,210 points
3,509 views
0 votes
1 answer

Hadoop Hive: message:Version information not found in metastore. Unable to instantiate

These are the necessary tables required for metastore that are ...READ MORE

answered Nov 12, 2018 in Big Data Hadoop by Omkar
• 69,210 points
3,282 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,558 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,185 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,212 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP