Also, the START command throws this error: java.lang.IllegalArgumentException: START quarks.runtime.etiao.EtiaoJob.stateChange(EtiaoJob.java:107) quarks.runtime.etiao.EtiaoJob.stateChange(EtiaoJobBean.java:77)
Can someone confirm that the only Job.Action currently supported is STOP? Thanks, Susan > On May 25, 2016, at 6:41 AM, Susan Cline <[email protected]> wrote: > > Although the Job.Action enum has PAUSE and RESUME constants they did not > appear to have any impact on > my running quarks application when I issued them. Are these implemented yet? > > Thanks, > > Susan > >> On May 24, 2016, at 11:13 AM, Dan Debrunner <[email protected]> wrote: >> >> On 5/24/2016 10:54 AM, Queenie Ma wrote: >>> In the Javadoc, I see one command to "Submit (start) a registered >>> application" using the "quarksControl" command. Is there an example of >>> sample command data to stop a registered application? From the >>> documentation, it seems like the device command would still be >>> "quarksControl", but it is unclear what the JSON values should be. >> >> Sorry, forgot it hasn't been merged yet: >> >> https://github.com/apache/incubator-quarks/pull/120 >> >> Dan. >> >
