Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Diego_Queiroz
Contributor III
Contributor III

tBigQueryOutput: Not able to insert data

Currently, tBigQueryOutput is raising this error (Talend Open Studio for Data Integration 7.3.1):

 

----

0695b00000F8iHCAAZ.png---- 

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor;

at com.google.api.gax.retrying.BasicRetryingFuture.<init>(BasicRetryingFuture.java:77)

at com.google.api.gax.retrying.DirectRetryingExecutor.createFuture(DirectRetryingExecutor.java:73)

at com.google.cloud.RetryHelper.run(RetryHelper.java:73)

at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:51)

at com.google.cloud.bigquery.BigQueryImpl.getTable(BigQueryImpl.java:408)

at local_project.segundojob_0_1.SegundoJob.tFileInputDelimited_2Process(SegundoJob.java:2444)

at local_project.segundojob_0_1.SegundoJob.runJobInTOS(SegundoJob.java:3464)

at local_project.segundojob_0_1.SegundoJob.main(SegundoJob.java:3313)

----

 

I researched this problem on Internet, and I'm almost sure it is a bug with the component itself.

Is there something that can be done? Is there a place to file this issue?

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

Would you mind posting your job design screenshots on community? Which will be helpful for us to get more information about your job.

Feel free to file your issue on talend bug tracker.

https://jira.talendforge.org/secure/Dashboard.jspa

Best regards

Sabrina

MaksymB
Contributor
Contributor

Could you please try to align library guava using tLibraryLoad component and specify at least guava-20.0 version.