exception - Error while indexing csv file -


I am trying to index the csv file in endeca. Indexing is working properly, when the line length is less than 65536. Big data is throwing it under the exception.

FATAL 02/18/14 15: 45: 53.122 UTC (13 92738353122) Forge {Base Line}: TextObjectInststream: "/ opt / soft / Endacca / App / MyApp" on reading / data / processing /TestRecord.csv ", delimiter" "not found within the allowed distance of 65536 characters ................................ ............. ..... ................................ ......... Error 02/17/14 16:10: 58.060 UTC (1392653458060) Forge {Baseline}: I / O Exception: Error reading data from Java: Throwed in EdfException: edf / src / Format / shared / textObjectInputStream.cpp: 76. Message is: exit

I How can I increase the large data in Endacca to index large data (with more than 65537 characters in a row)?

I think that you have decided this. If not, your error occurs when the line delimiter is not set correctly in your record adapter

If your record is in the If the file is valid, then switch to XML or something else.


Comments