Support Questions

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

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
New Contributor

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