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

tFileOutputDelimited not using queue for mapreduce process

Hi, I have a job that extracts the XML files from Hbase in Hadoop and parse it to the pipe delimited text format file. So my question here is the MapReduce-queue is not used for this job although I see  the pipe delimited data before completion of the data. Is there a case this happens in talend big data studio? Please let me know if any idea to this.

My question is  

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This is because job running on standalone mode. I need to configure in yarn mode for queue.

View solution in original post

9 Replies
Anonymous
Not applicable
Author

Hello,

Could you please post your current job setting screenshots on forum which will be helpful for us to address your issue?

Best regards

Sabrina

Anonymous
Not applicable
Author

sure. Attaching along to this.. 0683p000009LrNz.jpg

Anonymous
Not applicable
Author

I posted the screenshot. Any idea to this? Anyone?? Any idea??

Anonymous
Not applicable
Author

Hello,

Do you mean not all messages are correctly transferred from tfileoutputdelimited_1-->tHDFSOutput?

Best regards

Sabrina

Anonymous
Not applicable
Author

No. Messages are correctly transferred however I don't see logs on Resource Manager on this. When we are extracting XML files and parsing/converting to Text (Pipe Delimited or other), there should be MapReduce process taken place for this. But I don't see this happening.
Anonymous
Not applicable
Author

So no solution to this?

Anonymous
Not applicable
Author

Hi,

We cannot repro this issue on our side. Could you please indicate on which build version you got this issue?

Best regards

Sabrina

Anonymous
Not applicable
Author

6.3 version.
Anonymous
Not applicable
Author

This is because job running on standalone mode. I need to configure in yarn mode for queue.