blob: 6ddd162da6cc75ed730a9c8682b0de04ead1c3b8 [file] [log] [blame]
vinayakba955f162011-01-01 07:51:18 +00001Hyracks CLI Commands
2
3 * Connecting to a Hyracks Cluster Controller
4
5 connect to "<hostname>[:<port>]";
6
7 * Creating an application
8
9 create application <application name> "<absolute path to HAR file>";
10
11 * Destroying an application
12
13 destroy application <application name>;