blob: 18cfccb2288bcbd898b1964e75f2b28cf7e83ea8 [file] [log] [blame]
Ian Maxon137fc3b2015-06-30 16:23:48 -07001~~Copyright 2009-2013 by The Regents of the University of California
2~~Licensed under the Apache License, Version 2.0 (the "License");
3~~you may not use this file except in compliance with the License.
4~~you may obtain a copy of the License from
5~~
6~~ http://www.apache.org/licenses/LICENSE-2.0
7~~
8~~Unless required by applicable law or agreed to in writing, software
9~~distributed under the License is distributed on an "AS IS" BASIS,
10~~WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11~~See the License for the specific language governing permissions and
12~~limitations under the License.
13
vinayakb0c860392012-10-06 18:47:20 +000014Hyracks CLI Commands
15
16 * Connecting to a Hyracks Cluster Controller
17
18 connect to "<hostname>[:<port>]";
19
20 * Creating an application
21
22 create application <application name> "<absolute path to HAR file>";
23
24 * Destroying an application
25
26 destroy application <application name>;