I have installed mysql 5X in one t2.micro instance. And Installed hadoop in another t2.micro instance.
When i tried to connect to mysql from hadoop its saying connection failure. I am able to ssh between systems. How to make communications possible at application level. Like a java program in one system to insert data to mysql table in another instance.