Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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
Labels (3)
15 Replies
Anonymous
Not applicable
Author

Nope DI works fine.
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

Using tLibraryLoad did the trick. Why doesn't BD package the jar files like DI?
Anyway thanks for your help.
Anonymous
Not applicable
Author

Hi
I just download TOS for BD 5.1 and addthe MySQL driver jars directly using the modules tab succefully. That's so weird.
Regards,
Pedro
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

Hi
The Installation Guide has been updated for TOSBD 5.1 - http://talendforge.org/wiki/doku.php?id=doc:installation_guide#install_jar_dependencies, which explains the steps to install the 3rd party jar files.
Ciaran