Member since
09-23-2015
151
Posts
110
Kudos Received
50
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1351 | 08-12-2016 04:05 AM | |
2632 | 08-07-2016 03:58 AM | |
1162 | 07-27-2016 06:24 PM | |
1704 | 07-20-2016 03:14 PM | |
1229 | 07-18-2016 12:54 PM |
01-02-2016
07:19 PM
Let me make a comment for anyone reading this who is attempting the practice exam: mysqld is already running on the namenode and you do not need to start it. If you want to connect to mysql, follow the instructions I provided below. It is possible that mysqld may have stopped, but very unlikely. If you are having problems with the Sqoop tasks, make sure your connection URL is correct. Look in /home/horton/solutions for the correct URL.
... View more
01-02-2016
06:07 PM
Send me the public dns of your instance. Email it to certification@hortonworks.com. I'll take a look
... View more
12-31-2015
06:47 PM
What errors are you getting? And what is the command you are using to run the code? Perhaps you could share your code also. Thanks.
... View more
12-31-2015
04:05 AM
You need to ssh onto the namenode first: ssh root@namenode (password is hadoop) No need to start mysqld on the namenode - it's already running. You can view what's in the DB by running mysql: # mysql --user root -p Password is "hadoop". Let me know if that works.
... View more
12-28-2015
02:27 AM
No worries. I am just trying to make it clear for anyone in the future who is preparing for our exams. The HCatLoader and HCatStorer classes have different package names, so the subject of this post is misleading and has nothing to do with missing JAR files. If you use the correct class name then everything works fine.
... View more
12-28-2015
02:11 AM
That issue with Ambari has nothing to do with the environment of the practice exam. The package name for HCatLoader and HCatStorer changed in HDP 2.0. Using the proper class name (shown above) is the answer to this question.
... View more
12-26-2015
04:46 PM
Can you share the error? I am guessing it is either not an error (there is a warning you can ignore), or you are using the wrong package name for HCatLoader. The class name to use is: org.apache.hive.hcatalog.pig.HCatLoader Let me know if you get it to work.
... View more
12-22-2015
01:42 AM
Yes - restart the ambari-agent and then run start_all_services.sh. Let me know if that fixes the issue. If not, I can login to your instance and see what the issue is.
... View more
12-16-2015
05:19 PM
Are you talking about running a Pig UDF written in Python? You need to make sure you are using streaming_python instead of jython. What does your REGISTER command look like?
... View more
12-16-2015
05:08 PM
1 Kudo
If you do an "INSERT OVERWRITE" then all the files in the table's LOCATION will be deleted and replaced with the new data.
... View more
- « Previous
- Next »