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: 
TomG1
Creator
Creator

Using Custom Code in tJavarow

Hi,

 

Is it possible to write custom java code in tJavarow  for Big data jobs.

I am using tJavarow inside a spark job.

but the custom code is not executed.

The following is the custom code

context.Flag="YES";

System.out.println("###################### This output is from tJavaRow ###################");

the value is not assigned as well as the message is not printed.

 

Thanks

 

 

Labels (4)
11 Replies
Anonymous
Not applicable

Thanks for the post.  Any suggestions for working with multiple datasets within one tJava?  Meaning, two different tables from two different tInput components.  Today I put one to a dummy tJava and put the order as that one gets loaded first so then I can just call that rdd in my second tJava.

smer
Contributor II
Contributor II

Hello,

 

It is possible to know the number of lines in input and output  in the flux with the tjava ?

(ex: tJavaExemple.zip)

 

Tks

smer