I have a fully functional UIMA job that does simple annotation. I can successfully launch it via my local CAS GUI.
I have been trying to run the UIMA job on Hadoop using Apache Behemoth. I am wondering if someone has worked on this? The job runs successfully but in the hadoop output directory; there is no output from the UIMA job. I can see in the Hadoop job tracker output that the job completed successfully and it copied its input data to the final output directory.
Can someone point me to what could be going on here, and is there any additional changes we need to make in our UIMA code?
Thanks