Back
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?
Simply upload the input files to hdfs.
Try this:
bin/hadoop fs -mkdir In
Hope this answer helps you!
31k questions
32.8k answers
501 comments
693 users