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

How to load context in v6.2.1 Big Data Batch Jobs

Product: Big Data Enterprise
Job Type: Big Data Batch
Version: v6.2.1
Build id: 20160704_1411
I'm trying to load the context from a java properties file, as I have done for DI Standard Jobs: 
tFileInputDelimited ---> tContextLoad
However, the tContextLoad component is not available for Big Data Batch Jobs.
How can I load the context from a file in Big Data Batch jobs?
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,
So far, tcontextload or implicit tcontextload is not available in talend big data batch job.
What does your whole job design look like? 
Best regards
Sabrina
Anonymous
Not applicable
Author

xdshi, thanks for the response. Is context loading planned for a future release?
A less that ideal work-around could be to load the context in a parent DI job and use a tRunJob to call the Big Data job. The context will be passed to the Big Data job.