Dependency issue with Talend Open Studio for Big Data 5.1
I just download the recent version - TOS_BD-r84309-V5.1.1
I created a new project and imported the TALENDDEMOSJAVA project components. When I attempt to run any of the components like Oracle Output or MySQL Connection it gives a ClassNotFoundException looking for the driver classes. I see warnings in the IDE saying the some jars are missing.
Since these are just the built in components I assumed the dependencies would be included, but I am really new to TOS. Do I need to install something else first before the Big Data install?
Any ideas?
-Jonathan
Hi
Try the last work around.
Use tLibarryLoad to load this jar file at the beginning of this job.
Does it work fine? If so, it means this jar file is correct.
There must be some detail I miss in the process of installing jar file by using module view.
Regards,
Pedro
Yeah we might have done something wrong while adding the jar through the modules tab. Who knows? I just realized the MySQL/Oracle jars are GPL and that is why you can't include with BD which is Apache 2.
Thanks again for your help. Very cool tool.