vinayakb | 0c86039 | 2012-10-06 18:47:20 +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>; |