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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Abrie_M
Contributor III
Contributor III

Specify tez queue in Replicate task

Good day

We want the Qlik Replicate tasks to run in a specific tez queue on Cloudera, but I'm stuck with the ODBC configuration.

In Compose it can be specified in the jdbc connection string: tez.queue.name=XXXX

I've tried in Replicate, putting it in the Internal Parameters on the Cloudera/Hadoop endpoint - additionalConnectionProperties=tez.queue.name=XXXX , but it still goes to the default queue on Cloudera.

 

Any ideas?

 

Thanx

Abrie

Labels (1)
1 Solution

Accepted Solutions
SwathiPulagam
Support
Support

Hi @Abrie_M ,

 

Go to Hadoop endpoint-->Advanced-->Internal parameters-->Add hiveJobAdditionalProperties internal property and provide key value pair as below

tez.queue.name=<qlikqueue>;

 

Thanks,

Swathi

View solution in original post

2 Replies
SwathiPulagam
Support
Support

Hi @Abrie_M ,

 

Go to Hadoop endpoint-->Advanced-->Internal parameters-->Add hiveJobAdditionalProperties internal property and provide key value pair as below

tez.queue.name=<qlikqueue>;

 

Thanks,

Swathi

Abrie_M
Contributor III
Contributor III
Author

Thanx a lot, Swathi. It worked!