Member since
09-23-2015
151
Posts
110
Kudos Received
50
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
642 | 08-12-2016 04:05 AM | |
1285 | 08-07-2016 03:58 AM | |
616 | 07-27-2016 06:24 PM | |
1095 | 07-20-2016 03:14 PM | |
725 | 07-18-2016 12:54 PM |
02-22-2016
05:00 PM
1 Kudo
MySQL works fine on the practice exam. It is not running on the Ubuntu client - mysqld is running on the namenode server, so if you want to view the databases and tables in MySQL then you must ssh onto the namenode: $ ssh root@namenode (password is hadoop)
# mysql --user=root --password=hadoop Let me know if that answers your question.
... View more
02-15-2016
09:59 PM
1 Kudo
Hi @Vidya SK - the Java exam currently consists of a single task, but that is subject to change at any time.
... View more
02-12-2016
03:09 AM
1 Kudo
@Vidya SK The connection URL for the practice exam is: --connect jdbc:mysql://namenode/flightinfo There is nothing special you need to do prior to running the Sqoop command. The environment is configured properly for Sqoop to connect to MySQL. The entire working Sqoop command can be found in the /home/horton/solutions/ folder.
... View more
02-12-2016
03:05 AM
1 Kudo
@Saurabh Singh - can you accept the answer if it answers your question?
... View more
02-09-2016
03:11 PM
1 Kudo
Hi @Gurjinder Singh - the exams are currently $250 per attempt. We have an FAQ page that contains more details: http://hortonworks.com/hdp-certified-developer-faq-page/
... View more
02-08-2016
02:53 PM
1 Kudo
@Vidya SK - each task on the HDPCD exam is worth 1 point and it is either correct or wrong. There is no partial credit. If a task has subtasks - the entire task is still worth 1 point. Keep in mind the practice exam is meant to get you familiar with the environment, and to also give you an idea of the types of tasks on the real exam, but it is not perfectly exactly reflective of the real exam. For example, in the practice exam all the tasks depend on each other, while on the real exam the tasks are completely independent. To fully prepare for the HDPCD exam, you should be able to complete all of the exam objectives listed on our website. That should be your main focus while preparing and studying for the exam.
... View more
02-05-2016
07:47 PM
1 Kudo
@Daniel Hendrix Using the Hortonworks Community Connection is perfect - it allows others who may have similar issues to find answers quickly. I appreciate you sharing these typos. It looks like there is a minor disconnect between the data files in the practice exam and the solutions provided. We will take a look at this the next time we update the practice exam. Keep in mind there are two main goals of the practice exam: To become familiar with the environment that the real exam uses To get a sense of the types of tasks you will be asked to perform It is not meant to be an all-inclusive study guide. For a candidate to truly be prepared for the HDPCD exam, you should be able to complete all of the tasks listed in the exam objectives: http://hortonworks.com/training/class/hdp-certified-developer-hdpcd-exam/ Let me know if you have any other questions or issues. Thanks, Rich
... View more
02-05-2016
03:04 PM
2 Kudos
That is correct. We are not interested in "how" you do something - only that you can accomplish it. For example, you may be asked to write a Pig script that satisfies a set of criteria. We don't care what your code looks like, as long you use Pig and the output satisfies all the given criteria.
... View more
02-05-2016
02:53 PM
1 Kudo
That sounds like a typo on the practice exam - thanks for pointing it out. The key factor in grading exams is the result (after verifying that you completed each task using the specified framework). In each task on the exam, you will be asked to write some type of code or script and execute it. Each task is worth 1 point and it is either correct or wrong. There is no partial credit. You must execute your code and it must generate the desired output in the desired location in order for a task to be marked as correct. Please let me know if you have any other questions. Thanks, Rich Raposa Certification Manager
... View more
02-05-2016
02:16 PM
1 Kudo
Hi @Daniel Hendrix You are correct - you should be able to start a Flume agent from the command line. The docs show how to do this: https://flume.apache.org/FlumeUserGuide.html#starting-an-agent You also need to know how to configure a memory channel, which is also demonstrated in the docs: https://flume.apache.org/FlumeUserGuide.html#memory-channel I would recommend going through the same tutorial that you found here: http://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-server-log-data/ Within that tutorial, configure a memory channel and try starting it from the command line. Let me know if you have any issues along the way and I'll be glad to assist. Thanks, Rich Raposa Certification Manager
... View more
02-03-2016
11:30 PM
1 Kudo
Hi @Satish S Something must have failed during the creation of your EC2 instance. The only thing you can do at this point is to terminate the instance and launch a new one. Make sure when you create the instance that you define the proper security group and open the right ports. If your new instance has the same issue, please let me know. Thanks, Rich
... View more
02-03-2016
11:16 PM
You spelled "input-fields-terminated-by" incorrectly. I would bet that it will work once you fix that.
... View more
02-03-2016
09:44 PM
1 Kudo
Everything is configured perfectly fine on the real exam for Sqoop to work. It's also configured correctly on the practice exam. If you are having trouble getting the command to work, the solution is in the /home/horton/solutions folder on the Ubuntu instance. Try running the solution. If that fails, please share the error and I can help you from there.
... View more
02-02-2016
03:01 PM
2 Kudos
Hi @Saurabh Singh The only applications running on your local machine during the exam are Chrome and your camera. More important than the processor is your internet connection. You need a very good, consistent internet connection to take the exam. The OS does not matter - Windows is fine. If you want to test out your system, I would highly recommend taking the practice exam. It uses a similar environment and the same VNC protocol of the real exam. You can not take the exam at a pro-metric testing center - the exam is only available online on your own computer. Let me know if you have any more questions. Thanks, Rich
... View more
01-31-2016
10:49 PM
2 Kudos
Hi @Saurabh Singh The pattern of the exam is hands-on, performance based. You will be given an HDP cluster and a collection of tasks. Each task is worth 1 point, and the passing score appears in the exam instructions. For example, the exam might have 7 tasks and you need to get 5 correct to pass. (That is just an example and your actual number of tasks may vary.) You should be able to perform all of the tasks in the exam objectives listed here: http://hortonworks.com/training/class/hdp-certified-developer-hdpcd-exam/ I highly recommend you attempt the practice exam, which uses a similar environment as the real exam and contains tasks similar to the real exam: http://hortonworks.com/wp-content/uploads/2015/02/HDPCD-PracticeExamGuide1.pdf We have an FAQ page that contains some useful certification details: http://hortonworks.com/hdp-certified-developer-faq-page/ Let me know if you have any other questions.
... View more
01-29-2016
09:25 PM
1 Kudo
To use Flume, you do not need to edit the flume.conf file. The better way to write a Flume agent is to create your own Flume config file (and save it in whatever folder you like). Then when you start the Flume agent you point it to your config file with the -f flag; for example: flume-ng agent -n my_agent_name -c conf -f my_flume_agent.conf
... View more
01-22-2016
01:33 AM
The correct answer is up above - about turning off safemode on the namenode
... View more
01-21-2016
07:00 PM
I explained the fix above and the steps involved, but my answer got out of order in this discussion. It's the answer about shutting off safemode on the NN.
... View more
01-21-2016
06:13 PM
2 Kudos
Hi @Jeeva Jeeva : it looks like your NameNode was in safemode. Leaving safemode allowed your cluster to startup properly. Here is what I did - then ran start_all_services.sh and everything started up fine: $ ssh root@namenode (password is "hadoop")
# su - hdfs
$ hdfs dfsadmin -safemode leave
... View more
01-21-2016
05:45 PM
1 Kudo
Like I said in the answer above, if restarting services fails then the quickest and easiest fix is to terminate the EC2 instance and start a new one. Have you done that yet? I can't login to your instance - I do not know the IP address.
... View more
01-20-2016
08:54 PM
2 Kudos
If you startup one of our practice exams and the cluster services are not running, here are some things to try first: 1. Run the start_all_services.sh script. You can watch the progress of this script in Ambari - it uses the Ambari REST API to start all HDP services. 2. Login to Ambari and try to start services that way 3. Restart the ambari-agent process on each node in the cluster (password for root is hadoop), then run start_all_services.sh again: ssh root@namenode "ambari-agent restart"
ssh root@resourcemanager "ambari-agent restart" # This only applies the HDPCA exam
ssh root@hiveserver "ambari-agent restart" # This only applies to the HDPCA exam If none of the steps above fix the issue, then it is likely an issue with the Docker containers not starting properly. Since you do not have root access on your practice exam, the quickest solution is to simply terminate your EC2 instance and startup another one. -Rich
... View more
01-20-2016
06:26 PM
2 Kudos
Email me your public dns and I can take a look. certification@hortonworks.com
... View more
01-14-2016
09:21 PM
Hi Vidya, It is really not a big enough instance. The exam uses c3.4xlarge, which is overkill. You should get decent performance somewhere in the middle - maybe try a c3.2xlarge. -Rich
... View more
01-13-2016
03:46 PM
FYI: WebHDFS is not an exam objective of the HDPCD exam.
... View more
01-13-2016
03:36 PM
Thanks for pointing that out @Daniel Hendrix - we will get the PDF fixed right away. -Rich
... View more
01-13-2016
03:32 PM
Just FYI: WebHDFS is not a part of the HDPCD exam.
... View more
01-13-2016
03:31 PM
The two best resources to prepare for the exam are: 1. Going through the list of exam objectives and making sure you know how to perform each task: http://hortonworks.com/training/class/hdp-certified-developer-hdpcd-exam/ 2. Working through the practice exam -Rich
... View more
01-13-2016
03:28 PM
Hi Daniel, There are no WebHDFS questions on the exam. The exam objectives are listed here: http://hortonworks.com/training/class/hdp-certified-developer-hdpcd-exam/ Have you tried the practice exam? It contains tasks similar to the real exam, and more importantly you get to see what the exam environment is like: http://hortonworks.com/wp-content/uploads/2015/02/HDPCD-PracticeExamGuide1.pdf Thanks, Rich Raposa Certification Manager
... View more
01-12-2016
10:07 PM
2 Kudos
OK - I think I answered my own question: sorry for the confusion. Ambari 2.2.x appears to be smarter than its predecessors. The reason my initial REST request "failed" was because HDFS was already running, so Ambari simply ignored the request. REST API requests used to always show up in the "Background Operations" window, but now they do not if the service doesn't need starting. That decision seems fine with me - just caught me off guard! Thanks for providing feedback. -Rich
... View more
- « Previous
- Next »