chSize%28int%29
James Dyer
E-Commerce Systems
Ingram Content Group
(615) 213-4311
-Original Message-
From: pla [mailto:patrick.archib...@gmail.com]
Sent: Thursday, May 24, 2012 9:10 AM
To: solr-user@lucene.apache.org
Subject: Re: problem on running fullimport
Thanks Alexey Serba. I
Thanks Alexey Serba. I encountered the *java.sql.SQLException: Illegal value
for setFetchSize()* error after upgrading one of my servers to MySQL version
5.5.22.
PLA
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-on-running-fullimport-tp1707206p3985924.html
Sent fro
" Caused by: java.sql.SQLException: Illegal value for setFetchSize(). "
Try to add batchSize="-1" to your data source declaration
http://wiki.apache.org/solr/DataImportHandlerFaq#I.27m_using_DataImportHandler_with_a_MySQL_database._My_table_is_huge_and_DataImportHandler_is_going_out_of_memory._Wh
On Fri, Oct 15, 2010 at 7:42 AM, swapnil dubey wrote:
> Hi,
>
> I am using the full import option with the data-config file as mentioned
> below
>
>
>url="jdbc:mysql:///xxx" user="xxx" password="xx" />
>
>
>
>
>
>
>
>
> on running the full-imp