I'm using Cloudera Hadoop environment.
I've been familiar with WebHDFS over the past few days. I'm using it to perform various HDFS operations through REST API.
But, now i need to secure the communication to WebHDFS i.e using SSL/HTTPS.
Is this possible ? If yes, are there any defined steps to achieve this ?
PS : Currently, I don't want to go for using Kerberos.