Bonjour,

Je suis néophyte sur talend, J'essais d'importer un fichier de 5 000 000 de lignes dans une instance Redshift, après de multiples essais j'ai réussi à créer et importer 20 000 lignes dans Redshisft. Aussi j'ai essayé de généraliser l'import avec les 5 000 000 or vers les 66 000 lignes talend m'affiche le message suivant:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Exception in component tRedshiftOutput_1
org.postgresql.util.PSQLException: Une erreur d'entrée/sortie a eu lieu lors d'envoi vers le serveur.
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:283)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:510)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:386)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:332)
	at randstad.export_redshift_0_1.Export_redshift.tFileInputDelimited_1Process(Export_redshift.java:5035)
	at randstad.export_redshift_0_1.Export_redshift$2.run(Export_redshift.java:6844)
Caused by: java.io.EOFException
	at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:276)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1654)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
	... 5 more
[statistics] disconnected
ou memory allocate.

Je ne comprends pas bien ce que cela signifie est-ce lié à mon pc, au serveur Redshift ou autre.
Quelqu'un aurait une idée ?
Merci

Goulven