Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
karivadhan
Contributor
Contributor

Talend Spark jobs ignores context values passed

I am calling 2 spark jobs from one DI job and passing only 2 context values from parent job to child.

But , on runtime , Spark job ignores these context values passed from DI job.

It takes NULL instead.

Above this , the spark jobs also ignores certain inbuilt context variables as well.

Has anyone faced such issue ?

Any help would be appreciated.

Labels (2)
1 Reply
BMichelle1628740752
Contributor
Contributor

The tJava component is setting a new context value for your context variable, and prints that value to ensure that your value is getting picked up.

 

mypennmedicine