An app is restarted by specifying "-originalAppId <application id>" parameter in dtcli.
For code, follow the path from STRAM option for originalAppId. When restart with originalAppId is specified, the entire application directory of orignal APP is copied into new application directory and then new app starts which actually is restoring the state from last checkpointed state of the original APP. Regards Sandeep Regards, Sandeep On Tue, Dec 1, 2015 at 11:03 AM, Timothy Farkas <[email protected]> wrote: > Hello all, > > I am wondering how an app is restarted from the checkpointed state of a > previous application. What checkpoint is each operator restored to, and > where in the code can I look at this to get more familiar? > > Thanks, > Tim >
