Hi
I'm currently trying to use the processor inside a data management workflow for a small POC: we are using CSVW as datasource (a CSV of ~5Mb, exposed on an "internal" http endpoint).
For my test I'm calling the processor from the shell and it works ok, instead when calling it from a Java wrapper (from Eclipse, with maven) sometimes it ends giving me no errors at all and producing less data!
Can there be issues related to dependencies, memory configuration, bad multithread or anyt other kind of requirements that I should be aware of and I could have missed?
What you suggest to check? Or on the other hand can you suggest me how to wrap the processor from Java? So I'll be able by myself to look for what I'm missing.
Thanks in advance.
Hi
I'm currently trying to use the processor inside a data management workflow for a small POC: we are using CSVW as datasource (a CSV of ~5Mb, exposed on an "internal" http endpoint).
For my test I'm calling the processor from the shell and it works ok, instead when calling it from a Java wrapper (from Eclipse, with maven) sometimes it ends giving me no errors at all and producing less data!
Can there be issues related to dependencies, memory configuration, bad multithread or anyt other kind of requirements that I should be aware of and I could have missed?
What you suggest to check? Or on the other hand can you suggest me how to wrap the processor from Java? So I'll be able by myself to look for what I'm missing.
Thanks in advance.