blob: 6ddd162da6cc75ed730a9c8682b0de04ead1c3b8 [file] [log] [blame]
Hyracks CLI Commands
* Connecting to a Hyracks Cluster Controller
connect to "<hostname>[:<port>]";
* Creating an application
create application <application name> "<absolute path to HAR file>";
* Destroying an application
destroy application <application name>;