Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (19k points)

I am trying to specify In folder but i get this error:

18/11/28 22:05:27 ERROR security.UserGroupInformation: PriviledgedActionException as:USER cause:org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: hdfs://localhost:9100/user/USER/In

How to solve this?

1 Answer

0 votes
by (33.1k points)

Simply upload the input files to hdfs. 

Try this:

bin/hadoop fs -mkdir In

Hope this answer helps you!

Browse Categories

...