What steps will reproduce the problem?
1.cd YTEX_HOME\examples\fracture\cui
2 ..\..\..\setenv.cmd
3 java %JAVA_OPTS% ytex.kernel.SparseDataExporterImpl -prop export.xml -type
sparsematrix
What is the expected output? What do you see instead?
A non-null table from the export.xml operation in the cui folder.
What version of the product are you using? On what operating system?
Ytex V08 on Window 7.
Please provide any additional information below.
It turned out that in the export.xml file, there is mysql query with condition
where certainty<>-1 but the table ytex.v_document_ontoanno does not have the
column. Instead, the table has a polarity column. Change certainty to polarity
can export a table correctly.
Is this a bug?
Original issue reported on code.google.com by zjz...@gmail.com on 19 Sep 2012 at 1:12
Original issue reported on code.google.com by
zjz...@gmail.com
on 19 Sep 2012 at 1:12