I want to attach some file from hadoop to send in email attachment I used tsendmail and provided the path of the hadoop using hdfs protocol but it is not working can anyone help me in this.
I think you'll have to pull down the file to the local filesystem using tHDFSGet then attach it to the email. I don't think the tSendMail component will recognize a HDFS path.