Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Thanx a lot, Swathi. It worked!