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: 
_AnonymousUser
Specialist III
Specialist III

tJavaMR without tHDFSInput?

Hello, i would like to know if it is possible to implement a job like this:

tJavaMR -> tLogRow

Indeed, is the tHDFSinput block mandatory?
Given that the map code needs an InputRowStruct value, do i have to put the output of the tHDFSinput?
Thank you
Labels (3)
1 Reply
willm1
Creator
Creator

See https://help.talend.com/search/all?query=tJavaMR&content-lang=en
Your output from tJavaMR can be passed to tLogRow for viewing, but that means you've done your computation but not stored the data back to Hadoop. The input (read) and output (write) are interfaces to your Hadoop cluster...