Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm currently testing out Talend's new Natural Language Processing feature on a Spark job on a multiple node MapR cluster. I created a job with 3 components: tFileInputDelimited -> tNLPPreprocessing -> tFileOutputDelimited
The job always results in an error:
Hi,
Could you please indicate on which build version you got this issue? Your spark job works well without tNLPPreprocessing component?
Have you tried to increase driver memory to see if it works?
Best regards
Sabrina
Hi Sabrina,
I'm currently using Talend 6.4.1.
Turns out the job works fine in local mode. It still fails if I don't run it in local mode though.
Also, yes, the job runs well without the tNLPPreprocessing component.