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

[resolved] tJava BD Batch Spark Job

In a Big Data batch Spark job, you can write custom java code in tJava for your input rdd.  Is it possible to input multiple rdds to the same tJava component so the custom code can by written to leverage different data sets imported earlier in the job?  If so, could someone share an example.
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

After testing out a few different options, I figured out one that should work well.  java/spark code to read textfile from hdfs to a new rdd within the custom code so I can leverage that data set and the rdd that is an input.  Make sure to add java rdd imports in advance settings.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

After testing out a few different options, I figured out one that should work well.  java/spark code to read textfile from hdfs to a new rdd within the custom code so I can leverage that data set and the rdd that is an input.  Make sure to add java rdd imports in advance settings.