I've seen a lot of tutorials on the web describing about enabling https in hadoop 2.x. But couldn't find anything related to https on hadoop 1.x.
Mainly, I need to implement https for namenode, jobtracker, tasktracker, datanodes web UIs to open through https connnection. As of now, they can be access through a open http protocol.
Once this is implemented, I want to restrict Hadoop clusters exchange internal data such as file system images, the quorum journals, and the user data through the HTTPS protocol.
We are using hadoop 1.2.1 as of now. Any advice would be of great help