vinayakb | a955f16 | 2011-01-01 07:51:18 +0000 | [diff] [blame] | 1 | Hyracks 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>; |