Hi, I have some questions regarding the job submission method, appreciate any suggestion!
In my java program I can submit job through executing this command: java -cp $DUCC_HOME/lib/uima-ducc-cli.jar org.apache.uima.ducc.cli.DuccJobSubmit *options* But I am wondering if ducc_submit can be done by http request, like PUT from user? Because the CLI employs HTTP to send requests to the DUCC controller, I am expecting to find something like PUT http://localhost:8080/ducc/submit to submit jobfiles programmically to the server. I checked some related files like ducc_base.py and ducc_submit, but didn't find what I am looking for. Any suggestion is appreciated, thanks for your time! Thanks, Yi-Wen
