Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to start mySQL in HDPCDeveloper_2.2 PracticeExam instance?

avatar

Is mySQL already installed on HDPCD Practice Exam instance? if yes, How to start mySQL in HDPCD Practice Exam instance?

1 ACCEPTED SOLUTION

avatar
Guru

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 solution in original post

14 REPLIES 14

avatar

Hi Rich,

As you suggested I have sent my Public DNS of my instance to certification@hortonworks.com

Thanks,

Ramesh.

avatar
Guru

Thanks. I logged in to it and everything looks fine. MySQL is running on the namenode, as expected, and I can run the mysql client to view the data in it.

Let me know if you need any further assistance.

avatar
Master Mentor

@Ramesh Egamamidi are you still having issues with this? Can you accept best answer or provide your own solution?

avatar

Solution provided by Rich worked for me. Thank you.

avatar

Hi Rich/Ramesh, what is the solution to resolve.