Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sakura99
Contributor III
Contributor III

how to setting connection timeout in talend

Hi all, I was testing the ETL from my sql production to bigdata (hive).

And I found that my records are reduced from 1200 to 28.

What went wrong? Are there any tools to settings the connection timeout in talend?

Any help or ideas will be appreciated.

Labels (4)
5 Replies
Anonymous
Not applicable

Hello,

There is an option and it is only used by talend studio.

Window / Preferences ... / Talend / Performance --> Activate the Timeout for the Database Connection.

You can set a timeout in components using JDBC additional parameters.

What does your job design look like?

Best regards

Sabrina

 

 

 

sakura99
Contributor III
Contributor III
Author

0693p00000Ac0pqAAB.jpgis there, at any chance, that the reduction of the row is not caused by talend timeout? What are those things that I have to check?

Anonymous
Not applicable

Hello,

Is the whole work flow? From above screenshot, the row rate is decreasing obviously after tMap component. What's transformation are you achieving?

Best regards

Sabrina

sakura99
Contributor III
Contributor III
Author

from lower case into upper case. The columns is about 20 columns..

sakura99
Contributor III
Contributor III
Author

is it any issue about how the tdbinput sql works? e.g : I want to ingest xx_xx an the source column is xx_"xx" is there any treatment (I was using String Handling but produce error)