A user comes to you, complaining that when she attempts to submit a Hadoop job, it fails. There is a Directory in HDFS named /data/input. The Jar is named j.jar, and the driver class is named DriverClass. She runs the command: Hadoop jar j.jar DriverClass /data/input/data/output The error message returned includes the line: PriviligedActionException as:training (auth:SIMPLE) cause:org.apache.hadoop.mapreduce.lib.input.invalidInputException: Input path does not exist: file:/data/input What is the cause of the error?

🎲 Try a Random Question  |  Total Questions in Quiz: 35  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CCA-500: Cloudera Certified Administrator for Apache Hadoop Exam — practice the complete quiz, review flashcards, or try a random question.


A user comes to you, complaining that when she attempts to submit a Hadoop job, it fails. There is a Directory in HDFS named /data/input. The Jar is named j.jar, and the driver class is named DriverClass. She runs the command: Hadoop jar j.jar DriverClass /data/input/data/output The error message returned includes the line: PriviligedActionException as:training (auth:SIMPLE) cause:org.apache.hadoop.mapreduce.lib.input.invalidInputException: Input path does not exist: file:/data/input What is the cause of the error?