1

我正在尝试Infobright从 Kettle Spoon 连接到数据库。15 分 2 秒后,我收到以下消息:

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:通信链路故障。

有人可以告诉我在哪里更改勺子/水壶中的设置,或者是否有任何其他问题给我这个错误消息。

先感谢您。

4

2 回答 2

1

好的,这就是我所怀疑的——这实际上是一个 MySQL 的东西——对长时间运行的查询的限制。

如果您确实需要超过 15 分钟,您可以调整参数,请参见此处:

http://wiki.pentaho.com/display/eai/mysql

于 2013-01-18T09:39:16.097 回答
0

In pentaho if you follow the below instructions then you can easily avoid communication link failure messages.

1)Increase the write_net to 12000 secs(2 mins) 2)Increase the heap memory size as 1024

Because pentaho is a java based language if you are running the long running queries it cant handle the huge amount data.

于 2013-05-03T10:51:04.373 回答