Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HDPCD Horton certification. #pig task

avatar

In practice exam they wanted us to store the result of a pig script in a particular location. For the first run it is works fine but throws a error in second run.(The evaluator who will be running our code will get an error). Did such issues taken care during actual exam.

1 ACCEPTED SOLUTION

avatar
Guru

@Anshu Kumar - this is not a concern that you need to have on the exam. In order for a task on the exam to be marked as correct, you must have already executed your code and the output must exist in HDFS. If the desired output folder specified by the task instructions is not in HDFS, then that task will be immediately marked as wrong.

Do not worry about how the evaluator grades the exam. Focus on generating the desired output by carefully following the task instructions, making sure that you run your code, and making sure your code generated the desired output.

View solution in original post

5 REPLIES 5

avatar
Guru

@Anshu Kumar - this is not a concern that you need to have on the exam. In order for a task on the exam to be marked as correct, you must have already executed your code and the output must exist in HDFS. If the desired output folder specified by the task instructions is not in HDFS, then that task will be immediately marked as wrong.

Do not worry about how the evaluator grades the exam. Focus on generating the desired output by carefully following the task instructions, making sure that you run your code, and making sure your code generated the desired output.

avatar

Thanks @Rich Raposa.

avatar
New Contributor

Is there any cutoff for this exam like 70% or 80% to pass the exam?

avatar
Guru

The number of tasks is subject to change at any time, as is the passing score. Right now the exam has 7 tasks and you must complete 5 successfully to pass.

avatar
New Contributor

Oh thank you! @Rich Raposa