Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Tsend mail attach File from Hadoop

Hi ,

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.

 

"hdfs://example.com:8020/test/test.txt"

 

this path is I'm using in tsendmail component

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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.