blob: b7e342cc08da3161bbd70ef36c05f2549494d037 [file] [log] [blame]
Ian Maxone2b799e2015-11-24 18:20:03 -08001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia at 2015-11-24
4 | Rendered using Apache Maven Fluido Skin 1.3.0
5-->
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8 <meta charset="UTF-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10 <meta name="Date-Revision-yyyymmdd" content="20151124" />
11 <meta http-equiv="Content-Language" content="en" />
12 <title>AsterixDB &#x2013; Introduction</title>
13 <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
14 <link rel="stylesheet" href="./css/site.css" />
15 <link rel="stylesheet" href="./css/print.css" media="print" />
16
17
18 <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
19
20
21
Ian Maxone2b799e2015-11-24 18:20:03 -080022
Ian Maxone2b799e2015-11-24 18:20:03 -080023
24 </head>
25 <body class="topBarDisabled">
26
27
28
29
30 <div class="container-fluid">
31 <div id="banner">
32 <div class="pull-left">
33 <a href="http://asterixdb.apache.org/" id="bannerLeft">
34 <img src="images/asterixlogo.png" alt="AsterixDB"/>
35 </a>
36 </div>
37 <div class="pull-right"> </div>
38 <div class="clear"><hr/></div>
39 </div>
40
41 <div id="breadcrumbs">
42 <ul class="breadcrumb">
43
44
45 <li id="publishDate">Last Published: 2015-11-24</li>
46
47
48
49 <li id="projectVersion" class="pull-right">Version: 0.8.7-incubating</li>
50
51 <li class="divider pull-right">|</li>
52
53 <li class="pull-right"> <a href="index.html" title="Documentation Home">
54 Documentation Home</a>
55 </li>
56
57 </ul>
58 </div>
59
60
61 <div class="row-fluid">
62 <div id="leftColumn" class="span3">
63 <div class="well sidebar-nav">
64
65
66 <ul class="nav nav-list">
67 <li class="nav-header">Documentation</li>
68
69 <li class="active">
70
71 <a href="#"><i class="none"></i>Installing and Managing AsterixDB using Managix</a>
72 </li>
73
74 <li>
75
76 <a href="yarn.html" title="Deploying AsterixDB using YARN">
77 <i class="none"></i>
78 Deploying AsterixDB using YARN</a>
79 </li>
80
81 <li>
82
83 <a href="aql/primer.html" title="AsterixDB 101: An ADM and AQL Primer">
84 <i class="none"></i>
85 AsterixDB 101: An ADM and AQL Primer</a>
86 </li>
87
88 <li>
89
90 <a href="aql/primer-sql-like.html" title="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)">
91 <i class="none"></i>
92 AsterixDB 101: An ADM and AQL Primer (For SQL Fans)</a>
93 </li>
94
95 <li>
96
97 <a href="aql/js-sdk.html" title="AsterixDB Javascript SDK">
98 <i class="none"></i>
99 AsterixDB Javascript SDK</a>
100 </li>
101
102 <li>
103
104 <a href="aql/datamodel.html" title="Asterix Data Model (ADM)">
105 <i class="none"></i>
106 Asterix Data Model (ADM)</a>
107 </li>
108
109 <li>
110
111 <a href="aql/manual.html" title="Asterix Query Language (AQL)">
112 <i class="none"></i>
113 Asterix Query Language (AQL)</a>
114 </li>
115
116 <li>
117
118 <a href="aql/functions.html" title="AQL Functions">
119 <i class="none"></i>
120 AQL Functions</a>
121 </li>
122
123 <li>
124
125 <a href="aql/allens.html" title="AQL Allen's Relations Functions">
126 <i class="none"></i>
127 AQL Allen's Relations Functions</a>
128 </li>
129
130 <li>
131
132 <a href="aql/similarity.html" title="AQL Support of Similarity Queries">
133 <i class="none"></i>
134 AQL Support of Similarity Queries</a>
135 </li>
136
137 <li>
138
139 <a href="aql/externaldata.html" title="Accessing External Data">
140 <i class="none"></i>
141 Accessing External Data</a>
142 </li>
143
144 <li>
145
146 <a href="feeds/tutorial.html" title="Support for Data Ingestion in AsterixDB">
147 <i class="none"></i>
148 Support for Data Ingestion in AsterixDB</a>
149 </li>
150
151 <li>
152
153 <a href="udf.html" title="Support for User Defined Functions in AsterixDB">
154 <i class="none"></i>
155 Support for User Defined Functions in AsterixDB</a>
156 </li>
157
158 <li>
159
160 <a href="aql/filters.html" title="Filter-Based LSM Index Acceleration">
161 <i class="none"></i>
162 Filter-Based LSM Index Acceleration</a>
163 </li>
164
165 <li>
166
167 <a href="api.html" title="HTTP API to AsterixDB">
168 <i class="none"></i>
169 HTTP API to AsterixDB</a>
170 </li>
171 </ul>
172
173
174
175 <hr class="divider" />
176
177 <div id="poweredBy">
178 <div class="clear"></div>
179 <div class="clear"></div>
180 <div class="clear"></div>
181 <a href="https://code.google.com/p/hyracks/" title="Hyracks" class="builtBy">
182 <img class="builtBy" alt="Hyracks" src="images/hyrax_ts.png" />
183 </a>
184 </div>
185 </div>
186 </div>
187
188
189 <div id="bodyColumn" class="span9" >
190
191 <!-- ! Licensed to the Apache Software Foundation (ASF) under one
192 ! or more contributor license agreements. See the NOTICE file
193 ! distributed with this work for additional information
194 ! regarding copyright ownership. The ASF licenses this file
195 ! to you under the Apache License, Version 2.0 (the
196 ! "License"); you may not use this file except in compliance
197 ! with the License. You may obtain a copy of the License at
198 !
199 ! http://www.apache.org/licenses/LICENSE-2.0
200 !
201 ! Unless required by applicable law or agreed to in writing,
202 ! software distributed under the License is distributed on an
203 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
204 ! KIND, either express or implied. See the License for the
205 ! specific language governing permissions and limitations
206 ! under the License.
207 ! --><h1>Introduction</h1>
208<div class="section">
209<h2><a name="Table_of_Contents"></a><a name="toc" id="toc">Table of Contents</a></h2>
210
211<ul>
212
213<li><a href="#PrerequisitesForInstallingAsterixDB">Prerequisites for Installing AsterixDB</a></li>
214
215<li><a href="#Section1SingleMachineAsterixDBInstallation">Section 1: Single-Machine AsterixDB installation</a></li>
216
217<li><a href="#Section2SingleMachineAsterixDBInstallationAdvanced">Section 2: Single-Machine AsterixDB installation (Advanced)</a></li>
218
219<li><a href="#Section3InstallingAsterixDBOnAClusterOfMultipleMachines">Section 3: Installing AsterixDB on a Cluster of Multiple Machines</a></li>
220
221<li><a href="#Section4ManagingTheLifecycleOfAnAsterixDBInstance">Section 4: Managing the Lifecycle of an AsterixDB Instance</a></li>
222
223<li><a href="#Section5FAQ">Section 5: Frequently Asked Questions</a></li>
224</ul>
225<p>This is a quickstart guide for getting AsterixDB running in a distributed environment. This guide also introduces the AsterixDB installer (nicknamed <i><i>Managix</i></i>) and describes how it can be used to create and manage an AsterixDB instance. By following the simple steps described in this guide, you will get a running instance of AsterixDB. You shall be able to use AsterixDB from its Web interface and manage its lifecycle using Managix. This document assumes that you are running some version of <i><i>Linux</i></i> or <i><i>MacOS X</i></i>.</p></div>
226<div class="section">
227<h2><a name="Prerequisites_for_Installing_AsterixDB_Back_to_TOC"></a><a name="PrerequisitesForInstallingAsterixDB" id="PrerequisitesForInstallingAsterixDB">Prerequisites for Installing AsterixDB</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
228<p>Prerequisite:</p>
229
230<ul>
231
232<li><a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK&gt;=7</a> (Otherwise known as JDK&gt;=1.7).</li>
233</ul>
234<p>To know the version of Java installed on your system, execute the following:</p>
235
236<div class="source">
237<div class="source">
238<pre> $ java -version
239</pre></div></div>
240<p>If your version is at least 1.7.0_x, similar to the output shown below, you are good to proceed.</p>
241
242<div class="source">
243<div class="source">
244<pre> java version &quot;1.7.0_13&quot;
245 Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
246 Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
247</pre></div></div>
248<p>If you need to upgrade or install java, please follow the instructions below.</p>
249
250<ul>
251
252<li>
253<p>For Linux: <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html">JDK 7 Linux Install</a> JDK would be installed at a path under /usr/lib/jvm/jdk-version .</p></li>
254
255<li>
256<p>For Mac: <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html">JDK 7 Mac Install</a> JDK would be installed at /Library/Java/JavaVirtualMachines/jdk-version/Contents/Home .</p></li>
257</ul>
258<p>The java installation directory is referred as JAVA_HOME. Since we upgraded/installed Java, we need to ensure JAVA_HOME points to the installation directory of JDK. Modify your ~/.bash_profile (or ~/.bashrc) and define JAVA_HOME accordingly. After the modification, execute the following:</p>
259
260<div class="source">
261<div class="source">
262<pre> $ java -version
263</pre></div></div>
264<p>If the version information you obtain does not show 1.7, you need to update the PATH variable. To do so, execute the following:</p>
265
266<div class="source">
267<div class="source">
268<pre> $ echo &quot;PATH=$JAVA_HOME/bin:$PATH&quot; &gt;&gt; ~/.bash_profile (or ~/.bashrc)
269 $ source ~/.bash_profile (or ~/.bashrc)
270</pre></div></div></div>
271<div class="section">
272<h2><a name="Section_1:_Single-Machine_AsterixDB_installation_Back_to_TOC"></a><a name="Section1SingleMachineAsterixDBInstallation" id="Section1SingleMachineAsterixDBInstallation">Section 1: Single-Machine AsterixDB installation</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
273<p>We assume a user called &#x201c;Joe&#x201d; with a home directory as /home/joe. On a Mac, the home directory for user Joe would be /Users/joe.</p>
274<div class="section">
275<h3><a name="Configuring_Environment"></a>Configuring Environment</h3>
276<p>Ensure that JAVA_HOME variable is defined and points to the the java installation directory on your machine. To verify, execute the following:</p>
277
278<div class="source">
279<div class="source">
280<pre> $ echo $JAVA_HOME
281</pre></div></div>
282<p>If you do not see any output, JAVA_HOME is not defined. We need to add the following line to your profile located at /home/joe/.bash_profile or /home/joe/.bashrc, whichever you are using. If you do not have any of these files, create a ~/.bash_profile file.</p>
283
284<div class="source">
285<div class="source">
286<pre> export JAVA_HOME=&lt;Path to Java installation directory&gt;
287</pre></div></div>
288<p>After you have edited ~/.bash_profile (or ~/.bashrc), execute the following to make the changes effective in current shell:</p>
289
290<div class="source">
291<div class="source">
292<pre> $ source /home/joe/.bash_profile (or /home/joe/.bashrc)
293</pre></div></div>
294<p>Before proceeding, verify that JAVA_HOME is defined by executing the following:</p>
295
296<div class="source">
297<div class="source">
298<pre> $ echo $JAVA_HOME
299</pre></div></div></div>
300<div class="section">
301<h3><a name="Configuring_SSH"></a>Configuring SSH</h3>
302<p>If SSH is not enabled on your system, please follow the instruction below to enable/install it or else skip to the section <a href="#Configuring_Password-less_SSH">Configuring Password-less SSH</a>.</p>
303<div class="section">
304<h4><a name="Enabling_SSH_on_Mac"></a>Enabling SSH on Mac</h4>
305<p>The Apple Mac OS X operating system has SSH installed by default but the SSH daemon is not enabled. This means you can&#x2019;t login remotely or do remote copies until you enable it. To enable it, go to &#x2018;System Preferences&#x2019;. Under &#x2018;Internet &amp; Networking&#x2019; there is a &#x2018;Sharing&#x2019; icon. Run that. In the list that appears, check the &#x2018;Remote Login&#x2019; option. Also check the &#x201c;All users&#x201d; radio button for &#x201c;Allow access for&#x201d;. This starts the SSH daemon immediately and you can remotely login using your username. The &#x2018;Sharing&#x2019; window shows at the bottom the name and IP address to use. You can also find this out using &#x2018;whoami&#x2019; and &#x2018;ifconfig&#x2019; from the Terminal application.</p></div>
306<div class="section">
307<h4><a name="Enabling_SSH_on_Linux"></a>Enabling SSH on Linux</h4>
308
309<div class="source">
310<div class="source">
311<pre> sudo apt-get install openssh-server
312</pre></div></div>
313<p>Assumming that you have enabled SSH on your system, let us proceed.</p></div>
314<div class="section">
315<h4><a name="Configuring_Password-less_SSH"></a>Configuring Password-less SSH</h4>
316<p>For our single-machine setup of AsterixDB, we need to configure password-less SSH access to localhost. We assume that you are on the machine where you want to install AsterixDB. To verify if you already have password-less SSH configured, execute the following:</p>
317
318<div class="source">
319<div class="source">
320<pre> $ ssh 127.0.0.1
321</pre></div></div>
322<p>If you get an output similar to one shown below, type &#x201c;yes&#x201d; and press enter.</p>
323
324<div class="source">
325<div class="source">
326<pre> The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established.
327 RSA key fingerprint is aa:7b:51:90:74:39:c4:f6:28:a2:9d:47:c2:8d:33:31.
328 Are you sure you want to continue connecting (yes/no)?
329</pre></div></div>
330<p>If you are not prompted for a password, that is if you get an output similar to one shown below, it signifies that you already have password-less SSH configured. </p>
331
332<div class="source">
333<div class="source">
334<pre> $ ssh 127.0.0.1
335 Last login: Sat Mar 23 22:52:49 2013
336</pre></div></div>
337<p>[Important: Password-less SSH requires the use of a (public,private) key-pair. The key-pair is located as a pair of files under $HOME/.ssh directory. It is required that the (public,private) key-pair files have default names (id_rsa.pub, id_rsa) respectively. If you are using different names, please rename the files to use the default names]</p>
338<p>Skip to the next section <a href="#Configuring_Managix">Configuring Managix</a>.</p>
339<p>You are here because you were prompted for a password. You need to configure password-less SSH.<br />We shall generate a (public,private) key-pair as id_rsa.pub and id_rsa respectively. If $HOME/.ssh already contains a (public,private) key-pair, please ensure the files are renamed before proceeding. Follow the instructions below.</p>
340
341<div class="source">
342<div class="source">
343<pre> $ ssh-keygen -t rsa -P &quot;&quot;
344 Generating public/private rsa key pair.
345 Enter file in which to save the key (/home/joe/.ssh/id_rsa):
346 [Important: Please ensure that we use the default value, so simply press enter]
347</pre></div></div>
348<p>If a key already exists, you should get an output similar to what is shown below. Press &#x2018;y&#x2019; to overwrite the existing key. It is required to use the default name. If you wish to not overwrite a pre-existing key, ensure that the pre-existing key is saved with a different name.</p>
349
350<div class="source">
351<div class="source">
352<pre> /home/joe/.ssh/id_rsa already exists.
353 Overwrite (y/n)?
354</pre></div></div>
355<p>You should see an output similar to one shown below:</p>
356
357<div class="source">
358<div class="source">
359<pre> The key fingerprint is:
360 4d:b0:30:14:45:cc:99:86:15:48:17:0b:39:a0:05:ca joe@joe-machine
361 The key's randomart image is:
362 +--[ RSA 2048]----+
363 | ..o+B@O= |
364 |.. o ==*+ |
365 |.E. oo . |
366 | o |
367 | S . |
368 | |
369 | |
370 | |
371 | |
372 +-----------------+
373</pre></div></div>
374<p>Note: for Linux users, you may not get an image representation of the key, but this is not an error. Next, execute the following:</p>
375
376<div class="source">
377<div class="source">
378<pre> $ cat $HOME/.ssh/id_rsa.pub &gt;&gt; $HOME/.ssh/authorized_keys
379 $ chmod 700 $HOME/.ssh/authorized_keys
380</pre></div></div>
381<p>We shall now retry SSH without password.</p>
382
383<div class="source">
384<div class="source">
385<pre> $ ssh 127.0.0.1
386</pre></div></div>
387<p>You may see an output similar to one shown below:</p>
388
389<div class="source">
390<div class="source">
391<pre> The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established.
392 RSA key fingerprint is aa:7b:51:90:74:39:c4:f6:28:a2:9d:47:c2:8d:33:31.
393 Are you sure you want to continue connecting (yes/no)?
394</pre></div></div>
395<p>Type &#x2018;yes&#x2019; and press the enter key. You should see an output similar to one shown below:</p>
396
397<div class="source">
398<div class="source">
399<pre> Warning: Permanently added '127.0.0.1' (RSA) to the list of known hosts.
400 Last login: Thu Mar 28 12:27:10 2013
401</pre></div></div>
402<p>You should now be able to log in without being prompted for a password or a response.</p>
403
404<div class="source">
405<div class="source">
406<pre> ssh 127.0.0.1
407 Last login: Sat Mar 23 22:54:40 2013
408</pre></div></div>
409<p>Execute &#x2018;exit&#x2019; to close the session.</p>
410
411<div class="source">
412<div class="source">
413<pre> $ exit
414 logout
415 Connection to 127.0.0.1 closed.
416</pre></div></div></div></div>
417<div class="section">
418<h3><a name="Configuring_Managix"></a>Configuring Managix</h3>
419<p>You will need the AsterixDB installer (a.k.a. Managix). Download Managix from <a class="externalLink" href="http://asterixdb.ics.uci.edu/download.html">here</a>; this includes the bits for Managix as well as AsterixDB.</p>
420<p>To be able to create an AsterixDB instance and manage its lifecycle, the Managix requires you to configure a set of configuration files namely:</p>
421
422<ul>
423
424<li><tt>conf/managix-conf.xml</tt>: A configuration XML file that contains configuration settings for Managix.</li>
425
426<li>A configuration XML file that describes the nodes in the cluster, e.g., <tt>clusters/local/local.xml</tt>.</li>
427</ul>
428<p>Since we intend to run AsterixDB on a single node, Managix can auto-configure itself and populate the above configuration files. To auto-configure Managix, execute the following in the MANAGIX_HOME directory:</p>
429
430<div class="source">
431<div class="source">
432<pre> /home/joe/asterix-mgmt&gt; $ managix configure
433</pre></div></div>
434<p>Let us do a sample run to validate the set of configuration files auto-generated by Managix.</p>
435
436<div class="source">
437<div class="source">
438<pre> /home/joe/asterix-mgmt&gt; $ managix validate
439 INFO: Environment [OK]
440 INFO: Managix Configuration [OK]
441
442
443 /home/joe/asterix-mgmt&gt; $ managix validate -c clusters/local/local.xml
444 INFO: Environment [OK]
445 INFO: Cluster configuration [OK]
446</pre></div></div></div>
447<div class="section">
448<h3><a name="Creating_an_AsterixDB_instance"></a>Creating an AsterixDB instance</h3>
449<p>Now that we have configured Managix, we shall next create an AsterixDB instance. An AsterixDB instance is identified by a unique name and is created using the <tt>create</tt> command. The usage description for the <tt>create</tt> command can be obtained by executing the following:</p>
450
451<div class="source">
452<div class="source">
453<pre> $ managix help -cmd create
454 Creates an AsterixDB instance with a specified name. Post creation, the instance is in ACTIVE state,
455 indicating its availability for executing statements/queries.
456 Usage arguments/options:
457 -n Name of the AsterixDB instance.
458 -c Path to the cluster configuration file
459</pre></div></div>
460<p>We shall now use the <tt>create</tt> command to create an AsterixDB instance by the name &#x201c;my_asterix&#x201d;. In doing so, we shall use the cluster configuration file that was auto-generated by Managix.</p>
461
462<div class="source">
463<div class="source">
464<pre> $ managix create -n my_asterix -c clusters/local/local.xml
465</pre></div></div>
466<p>A sample output of the above command is shown below:</p>
467
468<div class="source">
469<div class="source">
470<pre> INFO: Name:my_asterix
471 Created:Thu Mar 07 11:14:13 PST 2013
472 Web-Url:http://127.0.0.1:19001
473 State:ACTIVE
474</pre></div></div>
475<p>The third line above shows the web-url <a class="externalLink" href="http://127.0.0.1:19001">http://127.0.0.1:19001</a> for an AsterixDB&#x2019;s web interface. The AsterixDB instance is in the &#x2018;ACTIVE&#x2019; state, indicating that you may access the web interface by navigating to the web url.</p>
476<p>Type in the following &#x201c;Hello World&#x201d; query in the box:</p>
477
478<div class="source">
479<div class="source">
480<pre> let $message := 'Hello World!'
481 return $message
482</pre></div></div>
483<p>Press the &#x201c;Run&#x201d; button. If the query result shows on the output box, then Congratulations! You have successfully created an AsterixDB instance!</p></div></div>
484<div class="section">
485<h2><a name="Section_2:_Single-Machine_AsterixDB_installation_Advanced_Back_to_TOC"></a><a name="Section2SingleMachineAsterixDBInstallationAdvanced" id="Section2SingleMachineAsterixDBInstallationAdvanced">Section 2: Single-Machine AsterixDB installation (Advanced)</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
486<p>We assume that you have successfully completed the single-machine AsterixDB installation by following the instructions above in section <a href="#Section_1:_Single-Machine_AsterixDB_installation">AsterixDB installation</a>. In this section, we shall cover advanced topics related to AsterixDB configuration. Before we proceed, it is imperative to go through some preliminary concepts related to AsterixDB runtime.</p>
487<div class="section">
488<h3><a name="AsterixDB_Runtime"></a>AsterixDB Runtime</h3>
489<p>An AsterixDB runtime comprises of a &#x2018;&#x2018;master node&#x2019;&#x2019; and a set of &#x2018;&#x2018;worker nodes&#x2019;&#x2019;, each identified by a unique id. The master node runs a &#x2018;&#x2018;Cluster Controller&#x2019;&#x2019; service (a.k.a. &#x2018;&#x2018;CC&#x2019;&#x2019;), while each worker node runs a &#x2018;&#x2018;Node Controller&#x2019;&#x2019; service (a.k.a. &#x2018;&#x2018;NC&#x2019;&#x2019;). Please note that a node in an AsterixDB cluster is a logical concept in the sense that multiple nodes may map to a single physical machine, which is the case for a single-machine AsterixDB installation. This association or mapping between an AsterixDB node and a physical machine is captured in a cluster configuration XML file. In addition, the XML file contains properties and parameters associated with each node.</p>
490<div class="section">
491<h4><a name="AsterixDB_Runtime_Configuration"></a>AsterixDB Runtime Configuration</h4>
492<p>As observed earlier, Managix can auto-configure itself for a single-machine setup. As part of auto-configuration, Managix generated the cluster XML file. Let us understand the components of the generated cluster XML file. If you have configured Managix (via the <tt>configure</tt> command), you can find a similar cluster XML file as $MANAGIX_HOME/clusters/local/local.xml. The following is a sample XML file generated on a Ubuntu (Linux) setup:</p>
493
494<div class="source">
495<div class="source">
496<pre> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
497 &lt;cluster xmlns=&quot;cluster&quot;&gt;
498 &lt;name&gt;local&lt;/name&gt;
499 &lt;java_home&gt;/usr/lib/jvm/jdk1.7.0&lt;/java_home&gt;
500 &lt;log_dir&gt;/home/joe/asterix-mgmt/clusters/local/working_dir/logs&lt;/log_dir&gt;
501 &lt;txn_log_dir&gt;/home/joe/asterix-mgmt/clusters/local/working_dir/logs&lt;/txn_log_dir&gt;
502 &lt;iodevices&gt;/home/joe/asterix-mgmt/clusters/local/working_dir&lt;/iodevices&gt;
503 &lt;store&gt;storage&lt;/store&gt;
504 &lt;working_dir&gt;
505 &lt;dir&gt;/home/joe/asterix-mgmt/clusters/local/working_dir&lt;/dir&gt;
506 &lt;NFS&gt;true&lt;/NFS&gt;
507 &lt;/working_dir&gt;
508 &lt;master_node&gt;
509 &lt;id&gt;master&lt;/id&gt;
510 &lt;client_ip&gt;127.0.0.1&lt;/client_ip&gt;
511 &lt;cluster_ip&gt;127.0.0.1&lt;/cluster_ip&gt;
512 &lt;client_port&gt;1098&lt;/client_port&gt;
513 &lt;cluster_port&gt;1099&lt;/cluster_port&gt;
514 &lt;http_port&gt;8888&lt;/http_port&gt;
515 &lt;/master_node&gt;
516 &lt;node&gt;
517 &lt;id&gt;node1&lt;/id&gt;
518 &lt;cluster_ip&gt;127.0.0.1&lt;/cluster_ip&gt;
519 &lt;/node&gt;
520 &lt;/cluster&gt;
521</pre></div></div>
522<p>We shall next explain the components of the cluster configuration XML file.</p></div>
523<div class="section">
524<h4><a name="a1_Defining_nodes_in_AsterixDB_runtime"></a>(1) Defining nodes in AsterixDB runtime</h4>
525<p>The single-machine AsterixDB instance configuration that is auto-generated by Managix (using the <tt>configure</tt> command) involves a master node (CC) and a worker node (NC). Each node is assigned a unique id and provided with an ip address (called &#x2018;&#x2018;cluster_ip&#x2019;&#x2019;) that maps a node to a physical machine. The following snippet from the above XML file captures the master/worker nodes in our AsterixDB installation.</p>
526
527<div class="source">
528<div class="source">
529<pre> &lt;master_node&gt;
530 &lt;id&gt;master&lt;/id&gt;
531 &lt;client_ip&gt;127.0.0.1&lt;/client_ip&gt;
532 &lt;cluster_ip&gt;127.0.0.1&lt;/cluster_ip&gt;
533 &lt;client_port&gt;1098&lt;/client_port&gt;
534 &lt;cluster_port&gt;1099&lt;/cluster_port&gt;
535 &lt;http_port&gt;8888&lt;/http_port&gt;
536 &lt;/master_node&gt;
537 &lt;node&gt;
538 &lt;id&gt;node1&lt;/id&gt;
539 &lt;cluster_ip&gt;127.0.0.1&lt;/cluster_ip&gt;
540 &lt;/node&gt;
541</pre></div></div>
542<p>The following is a description of the different elements in the cluster configuration xml file.</p>
543
544<table border="0" class="table table-striped">
545
546<tr class="a">
547
548<td>Property</td>
549
550<td>Description</td>
551</tr>
552
553<tr class="b">
554
555<td>id</td>
556
557<td>A unique id for a node.</td>
558</tr>
559
560<tr class="a">
561
562<td>cluster_ip</td>
563
564<td>IP address of the machine to which a node maps to. This address is used for all internal communication between the nodes.</td>
565</tr>
566
567<tr class="b">
568
569<td>client_ip</td>
570
571<td>Provided for the master node. This IP should be reachable from clients that want to connect with AsterixDB via its web interface.</td>
572</tr>
573
574<tr class="a">
575
576<td>client_port</td>
577
578<td>Provided for the master node. This is the port at which the Cluster Controller (CC) service listens for connections from clients.</td>
579</tr>
580
581<tr class="b">
582
583<td>cluster_port</td>
584
585<td>Provided for the master node. This is the port used by the Cluster Controller (CC) service to listen for connections from Node Controllers (NCs). </td>
586</tr>
587
588<tr class="a">
589
590<td>http-port</td>
591
592<td>Provided for the master node. This is the http port used by the Cluster Controller (CC) service. </td>
593</tr>
594
595</table></div>
596<div class="section">
597<h4><a name="a2_Properties_associated_with_a_worker_node_NC_in_AsterixDB"></a>(2) Properties associated with a worker node (NC) in AsterixDB</h4>
598<p>The following is a list of properties associated with each worker node in an AsterixDB configuration.</p>
599
600<table border="0" class="table table-striped">
601
602<tr class="a">
603
604<td>Property</td>
605
606<td>Description</td>
607</tr>
608
609<tr class="b">
610
611<td>java_home</td>
612
613<td>Java installation directory at each node.</td>
614</tr>
615
616<tr class="a">
617
618<td>log_dir</td>
619
620<td>A directory where the worker node JVM may write logs.</td>
621</tr>
622
623<tr class="b">
624
625<td>txn_log_dir</td>
626
627<td>A directory where the worker node writes transaction logs.</td>
628</tr>
629
630<tr class="a">
631
632<td>iodevices</td>
633
634<td>Comma separated list of IO Device mount points.</td>
635</tr>
636
637<tr class="b">
638
639<td>store</td>
640
641<td>A data directory (under each iodevice) that AsterixDB uses to store data belonging to dataset(s).</td>
642</tr>
643</table>
644<p>All the above properties can be defined at the global level or a local level. In the former case, these properties apply to all the nodes in an AsterixDB configuration. In the latter case, these properties apply only to the node(s) under which they are defined. A property defined at the local level overrides the definition at the global level.</p></div>
645<div class="section">
646<h4><a name="a3_Working_directory_of_an_AsterixDB_instance"></a>(3) Working directory of an AsterixDB instance</h4>
647<p>Next we explain the following setting in the file $MANAGIX_HOME/clusters/local/local.xml.</p>
648
649<div class="source">
650<div class="source">
651<pre> &lt;working_dir&gt;
652 &lt;dir&gt;/Users/joe/asterix-mgmt/clusters/local/working_dir&lt;/dir&gt;
653 &lt;NFS&gt;true&lt;/NFS&gt;
654 &lt;/working_dir&gt;
655</pre></div></div>
656<p>Managix associates a working directory with an AsterixDB instance and uses this directory for transferring binaries to each node. If there is a directory that is readable by each node, Managix can use it to place binaries that can be accessed and used by all the nodes in the AsterixDB set up. A network file system (NFS) provides such a functionality for a cluster of physical machines so that a path on NFS is accessible from each machine in the cluster. In the single-machine set up described above, all nodes correspond to a single physical machine. Each path on the local file system is accessible to all the nodes in the AsterixDB setup and the boolean value for NFS above is thus set to <tt>true</tt>.</p></div></div>
657<div class="section">
658<h3><a name="Managix_Configuration"></a>Managix Configuration</h3>
659<p>Managix allows creation and management of multiple AsterixDB instances and uses Zookeeper as its back-end database to keep track of information related to each instance. We need to provide a set of one or more hosts that Managix can use to run a Zookeeper instance. Zookeeper runs as a daemon process on each of the specified hosts. At each host, Zookeeper stores data under the Zookeeper home directory specified as part of the configuration. The following is an example configuration <tt>$MANAGIX_HOME/conf/managix-conf.xml</tt> that has Zookeeper running on the localhost (127.0.0.1) :</p>
660
661<div class="source">
662<div class="source">
663<pre> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
664 &lt;configuration xmlns=&quot;installer&quot;&gt;
665 &lt;zookeeper&gt;
666 &lt;homeDir&gt;/home/joe/asterix/.installer/zookeeper&lt;/homeDir&gt;
667 &lt;clientPort&gt;2900&lt;/clientPort&gt;
668 &lt;servers&gt;
669 &lt;server&gt;127.0.0.1&lt;/server&gt;
670 &lt;/servers&gt;
671 &lt;/zookeeper&gt;
672 &lt;/configuration&gt;
673</pre></div></div>
674<p>It is possible to have a single host for Zookeeper. A larger number of hosts would use Zookeeper&#x2019;s replication and fault-tolerance feature such that a failure of a host running Zookeeper would not result in loss of information about existing AsterixDB instances.</p></div></div>
675<div class="section">
676<h2><a name="Section_3:_Installing_AsterixDB_on_a_Cluster_of_Multiple_MachinesBack_to_TOC"></a><a name="Section3InstallingAsterixDBOnAClusterOfMultipleMachines" id="Section3InstallingAsterixDBOnAClusterOfMultipleMachines">Section 3: Installing AsterixDB on a Cluster of Multiple Machines</a><font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
677<p>We assume that you have read the two sections above on single-machine AsterixDB setup. Next we explain how to install AsterixDB in a cluster of multiple machines. As an example, we assume we want to setup AsterixDB on a cluster of three machines, in which we use one machine (called machine A) as the master node and two other machines (called machine B and machine C) as the worker nodes, as shown in the following diagram:</p>
678<p><img src="images/AsterixCluster.png" alt="AsterixCluster" /></p>
679<p>Notice that each machine has a &#x2018;&#x2018;cluster_ip&#x2019;&#x2019; address, which is used by these machines for their intra-cluster communication. Meanwhile, the master machine also has a &#x2018;&#x2018;client_ip&#x2019;&#x2019; address, using which an end-user outside the cluster can communicate with this machine. The reason we differentiate between these two types of IP addresses is that we can have a cluster of machines using a private network. In this case they have internal ip addresses that cannot be used outside the network. In the case all the machines are on a public network, the &#x201c;client_ip&#x201d; and &#x201c;cluster_ip&#x201d; of the master machine can share the same address.</p>
680<p>Next we describe how to set up AsterixDB in this cluster, assuming no Managix has been installed on these machines.</p>
681<div class="section">
682<h3><a name="Step_1:_Configure_SSH"></a>Step (1): Configure SSH</h3>
683<p>The steps of setting up SSH are similar to those in the single-machine setup case. We assume we have a common user account called &#x201c;joe&#x201d; on each machine in the cluster.</p>
684<p>On the master machine, do the following:</p>
685
686<div class="source">
687<div class="source">
688<pre> machineA&gt; ssh 127.0.0.1
689</pre></div></div>
690<p>If you get an output similar to one shown below, type &#x201c;yes&#x201d; and press enter.</p>
691
692<div class="source">
693<div class="source">
694<pre> The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established.
695 RSA key fingerprint is aa:7b:51:90:74:39:c4:f6:28:a2:9d:47:c2:8d:33:31.
696 Are you sure you want to continue connecting (yes/no)?
697</pre></div></div>
698<p>If you are not prompted for a password, that is if you get an output similar to one shown below, it signifies that you already have password-less SSH configured. </p>
699
700<div class="source">
701<div class="source">
702<pre> $ ssh 127.0.0.1
703 Last login: Sat Mar 23 22:52:49 2013
704</pre></div></div>
705<p>[Important: Password-less SSH requires the use of a (public,private) key-pair. The key-pair is located as a pair of files under $HOME/.ssh directory. It is required that the (public,private) key-pair files have default names (id_rsa.pub, id_rsa) respectively. If you are using different names, please rename the files to use the default names]</p>
706<p>If you are prompted for a password, execute the following</p>
707
708<div class="source">
709<div class="source">
710<pre> machineA&gt; ssh-keygen -t rsa -P &quot;&quot;
711 machineA&gt; cat $HOME/.ssh/id_rsa.pub &gt;&gt; $HOME/.ssh/authorized_keys
712 machineA&gt; chmod 700 $HOME/.ssh/authorized_keys
713</pre></div></div>
714<p>If $HOME is not on the NFS, copy the id_rsa.pub to the directory ~/.ssh (login with the same account) on each machine, and then do the following on each machine. (Notice that this step is not needed if the folder &#x201c;.ssh&#x201d; is on the NFS and can be accessed by all the nodes.)</p>
715
716<div class="source">
717<div class="source">
718<pre> cd ~/.ssh
719 cat id_rsa.pub &gt;&gt; authorized_keys
720 chmod 700 $HOME/.ssh/authorized_keys
721</pre></div></div>
722<p>Then run the following step again and type &#x201c;yes&#x201d; if prompted:</p>
723
724<div class="source">
725<div class="source">
726<pre> machineA&gt; ssh 127.0.0.1
727</pre></div></div></div>
728<div class="section">
729<h3><a name="Step_2:_Define_the_AsterixDB_cluster"></a>Step (2): Define the AsterixDB cluster</h3>
730<p>We first log into the master machine as the user &#x201c;joe&#x201d;. On this machine, download Managix from <a class="externalLink" href="http://asterixdb.ics.uci.edu/download.html">here</a> (save as above), then do the following steps similar to the single-machine case described above:</p>
731
732<div class="source">
733<div class="source">
734<pre> machineA&gt; cd ~
735 machineA&gt; mkdir asterix-mgmt
736 machineA&gt; cd asterix-mgmt
737 machineA&gt; unzip &lt;path to the Managix zip bundle&gt;
738</pre></div></div>
739<p>Note that it is recommended that MANAGIX_HOME is not located on a network file system (NFS). Managix creates artifacts/logs that are not required to be shared. Any overhead associated with creating artifacts/logs on the NFS should be avoided.</p>
740<p>We also need an AsterixDB configuration XML file for the cluster. We give the name to the cluster, say, &#x201c;rainbow&#x201d;. We create a folder for the configuration of this cluster:</p>
741
742<div class="source">
743<div class="source">
744<pre> machineA&gt; mkdir asterix-mgmt/rainbow_cluster
745</pre></div></div>
746<p>For this cluster we create a configuration file <tt>$MANAGIX_HOME/rainbow_cluster/rainbow.xml</tt>. The following is a sample file with explanation of the properties:</p>
747
748<div class="source">
749<div class="source">
750<pre> &lt;cluster xmlns=&quot;cluster&quot;&gt;
751
752 &lt;!-- Name of the cluster --&gt;
753 &lt;name&gt;rainbow&lt;/name&gt;
754
755 &lt;!-- username, which should be valid for all the three machines --&gt;
756 &lt;username&gt;joe&lt;/username&gt;
757
758 &lt;!-- The working directory of Managix. It is recommended for the working
759 directory to be on a network file system (NFS) that can accessed by
760 all machines.
761 Managix creates the directory if it it doesn't exist. --&gt;
762 &lt;working_dir&gt;
763 &lt;dir&gt;/home/joe/managix-workingDir&lt;/dir&gt;
764 &lt;NFS&gt;true&lt;/NFS&gt;
765 &lt;/working_dir&gt;
766
767 &lt;!-- Directory for Asterix to store worker logs information for each machine.
768 Needs to be on the local file system of each machine.
769 Managix creates the directory if it doesn't exist.
770 This property can be overriden for a node by redefining at the node level. --&gt;
771 &lt;log_dir&gt;/mnt/joe/logs&lt;/log_dir&gt;
772
773 &lt;!-- Directory for Asterix to store transaction log information for each machine.
774 Needs to be on the local file system of each machine.
775 Managix creates the directory if it doesn't exist.
776 This property can be overriden for a node by redefining at the node level. --&gt;
777 &lt;txn_log_dir&gt;/mnt/joe/txn_logs&lt;/txn_log_dir&gt;
778
779 &lt;!-- Mount point of an iodevice. Use a comma separated list for a machine that
780 has multiple iodevices (disks).
781 This property can be overriden for a node by redefining at the node level. --&gt;
782 &lt;iodevices&gt;/mnt/joe&lt;/iodevices&gt;
783
784 &lt;!-- Path on each iodevice where Asterix will store its data --&gt;
785 &lt;store&gt;storage&lt;/store&gt;
786
787 &lt;!-- Java home for each machine --&gt;
788 &lt;java_home&gt;/usr/lib/jvm/jdk1.7.0&lt;/java_home&gt;
789
790 &lt;!-- IP addresses of the master machine A --&gt;
791 &lt;master_node&gt;
792 &lt;id&gt;master&lt;/id&gt;
793 &lt;client_ip&gt;128.195.52.177&lt;/client_ip&gt;
794 &lt;cluster_ip&gt;192.168.100.0&lt;/cluster_ip&gt;
795 &lt;client_port&gt;1098&lt;/client_port&gt;
796 &lt;cluster_port&gt;1099&lt;/cluster_port&gt;
797 &lt;http_port&gt;8888&lt;/http_port&gt;
798 &lt;/master_node&gt;
799
800 &lt;!-- IP address(es) of machine B --&gt;
801 &lt;node&gt;
802 &lt;id&gt;nodeB&lt;/id&gt;
803 &lt;cluster_ip&gt;192.168.100.1&lt;/cluster_ip&gt;
804 &lt;/node&gt;
805
806 &lt;!-- IP address(es) of machine C --&gt;
807 &lt;node&gt;
808 &lt;id&gt;nodeC&lt;/id&gt;
809 &lt;cluster_ip&gt;192.168.100.2&lt;/cluster_ip&gt;
810 &lt;/node&gt;
811 &lt;/cluster&gt;
812</pre></div></div>
813<p>As stated before, each of the above properties can be defined at the cluster level, in which case it applies to all the nodes in the system. Each property can also be defined at a node level.</p>
814<p>Once we have formed the cluster XML file, we can validate the configuration by doing the following:</p>
815
816<div class="source">
817<div class="source">
818<pre> managix validate -c rainbow_cluster/rainbow.xml
819</pre></div></div>
820<p>This will verify the contents of the file, and also attempt to ssh to each node in the cluster to ensure that password-less SSH is configured correctly. You may see output like</p>
821
822<div class="source">
823<div class="source">
824<pre> The authenticity of host '192.168.100.1 (192.168.100.1)' can't be established.
825 RSA key fingerprint is 89:80:31:1f:be:51:16:d7:2b:f5:e0:b3:2c:bd:83:94.
826 Are you sure you want to continue connecting (yes/no)?
827</pre></div></div>
828<p>and this output may be repeated for each node in the cluster. Answer &#x201c;yes&#x201d; each time.</p>
829<p>If the final output contains the following lines (possibly separated by the RSA prompts mentione above):</p>
830
831<div class="source">
832<div class="source">
833<pre> INFO: Environment [OK]
834 INFO: Cluster configuration [OK]
835</pre></div></div>
836<p>it means that the XML configuration file is correct!</p></div>
837<div class="section">
838<h3><a name="Step_3:_Configuring_Managix"></a>Step (3): Configuring Managix</h3>
839<p>Managix uses a configuration XML file at <tt>$MANAGIX_HOME/conf/managix-conf.xml</tt> to configure its own properties, such as its Zookeeper service. We can use the <tt>configure</tt> command to auto-generate this configuration file:</p>
840
841<div class="source">
842<div class="source">
843<pre> machineA&gt; managix configure
844</pre></div></div>
845<p>We use the <tt>validate</tt> command to validate the Managix configuration. To do so, execute the following.</p>
846
847<div class="source">
848<div class="source">
849<pre> machineA&gt; managix validate
850 INFO: Environment [OK]
851 INFO: Managix Configuration [OK]
852</pre></div></div>
853<p>Note that the <tt>configure</tt> command also generates a cluster configuration XML file at $MANAGIX_HOME/clusters/local/local.xml. This file is not needed in the case of a cluster of machines.</p></div>
854<div class="section">
855<h3><a name="Step_4:_Creating_an_AsterixDB_instance"></a>Step (4): Creating an AsterixDB instance</h3>
856<p>Now that we have configured Managix, we shall next create an AsterixDB instance, which is identified by a unique name and is created using the <tt>create</tt> command. The usage description for the <tt>create</tt> command can be obtained by executing the following:</p>
857
858<div class="source">
859<div class="source">
860<pre> machineA&gt; managix help -cmd create
861
862 Creates an AsterixDB instance with a specified name. Post creation, the instance is in ACTIVE state,
863 indicating its availability for executing statements/queries.
864 Usage arguments/options:
865 -n Name of the AsterixDB instance.
866 -c Path to the cluster configuration file
867</pre></div></div>
868<p>We shall now use the <tt>create</tt> command to create an AsterixDB instance called &#x201c;rainbow_asterix&#x201d;. In doing so, we shall use the cluster configuration file that was auto-generated by Managix.</p>
869
870<div class="source">
871<div class="source">
872<pre> machineA&gt; managix create -n rainbow_asterix -c clusters/rainbow.xml
873</pre></div></div>
874<p>If the response message does not have warning, then Congratulations! You have successfully installed AsterixDB on this cluster of machines!</p>
875<p>Please refer to the section <a href="#Section_4:_Managing_the_Lifecycle_of_an_AsterixDB_Instance">Managing the Lifecycle of an AsterixDB Instance</a> for a detailed description on the set of available commands/operations that let you manage the lifecycle of an AsterixDB instance. Note that the output of the commands varies with the cluster definition and may not apply to the cluster specification you built above.</p></div></div>
876<div class="section">
877<h2><a name="Section_4:_Managing_the_Lifecycle_of_an_AsterixDB_Instance_Back_to_TOC"></a><a name="Section4ManagingTheLifecycleOfAnAsterixDBInstance" id="Section4ManagingTheLifecycleOfAnAsterixDBInstance">Section 4: Managing the Lifecycle of an AsterixDB Instance</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
878<p>Now that we have an AsterixDB instance running, let us use Managix to manage the instance&#x2019;s lifecycle. Managix provides the following set of commands/operations:</p>
879<div class="section">
880<div class="section">
881<h4><a name="Managix_Commands"></a>Managix Commands</h4>
882
883<table border="0" class="table table-striped">
884
885<tr class="a">
886<td>Command</td>
887<td>Description</td></tr>
888
889<tr class="b">
890<td><a href="#Creating_an_AsterixDB_instance">create</a></td>
891<td>Creates a new asterix instance.</td></tr>
892
893<tr class="a">
894<td><a href="#Describe_Command">describe</a></td>
895<td>Describes an existing asterix instance.</td></tr>
896
897<tr class="b">
898<td><a href="#Stop_Command">stop</a></td>
899<td>Stops an asterix instance that is in the ACTIVE state.</td></tr>
900
901<tr class="a">
902<td><a href="#Start_Command">start</a></td>
903<td>Starts an AsterixDB instance.</td></tr>
904
905<tr class="b">
906<td><a href="#Backup_Command">backup</a></td>
907<td>Creates a backup for an existing AsterixDB instance.</td></tr>
908
909<tr class="a">
910<td><a href="#Restore_Command">restore</a></td>
911<td>Restores an AsterixDB instance.</td></tr>
912
913<tr class="b">
914<td><a href="#Delete_Command">delete</a></td>
915<td>Deletes an AsterixDB instance.</td></tr>
916
917<tr class="a">
918<td><a href="#Configuring_Managix">validate</a></td>
919<td>Validates the installer/cluster configuration.</td></tr>
920
921<tr class="b">
922<td><a href="#Configuring_Managix">configure</a></td>
923<td>Auto generates a configuration for an AsterixDB instance.</td></tr>
924
925<tr class="a">
926<td><a href="#Log_Command">log</a></td>
927<td>Produces a zip archive containing log files from each node in an AsterixDB instance.</td></tr>
928
929<tr class="b">
930<td><a href="#Shutdown_Command">shutdown</a></td>
931<td>Shuts down the installer service.</td></tr>
932</table>
933<p>You may obtain the above listing by simply executing &#x2018;managix&#x2019; :</p>
934
935<div class="source">
936<div class="source">
937<pre> $ managix
938</pre></div></div>
939<p>We already talked about <tt>create</tt> and <tt>validate</tt> commands. We shall next explain the rest of the commands listed above. We also provide sample output messages of these commands assuming we are running an AsterixDB instance on a single machine.</p>
940<div class="section">
941<h5><a name="Describe_Command"></a>Describe Command</h5>
942<p>The <tt>describe</tt> command provides information about an AsterixDB instance. The usage can be looked up by executing the following:</p>
943
944<div class="source">
945<div class="source">
946<pre> $ managix help -cmd describe
947
948 Provides information about an AsterixDB instance.
949 The following options are available:
950 [-n] Name of the AsterixDB instance.
951 [-admin] Provides a detailed description
952</pre></div></div>
953<p>The brackets indicate optional flags.</p>
954<p>The output of the <tt>describe</tt> command when used without the <tt>admin</tt> flag contains minimal information and is similar to the output of the <tt>create</tt> command. Let us try running the describe command in &#x201c;admin&#x201d; mode.</p>
955
956<div class="source">
957<div class="source">
958<pre> $ managix describe -n my_asterix -admin
959 INFO: Name:my_asterix
960 Created:Thu Mar 07 19:07:00 PST 2013
961 Web-Url:http://127.0.0.1:19001
962 State:ACTIVE
963 Master node:master:127.0.0.1
964 node1:127.0.0.1
965
966 Asterix version:0.0.5
967 Asterix Configuration
968 output_dir = /tmp/asterix_output/
969 Metadata Node:node1
970 Processes
971 NC at 127.0.0.1 [ 22195 ]
972 CC at 127.0.0.1 [ 22161 ]
973
974 Asterix Configuration
975 nc.java.opts :-Xmx1024m
976 cc.java.opts :-Xmx1024m
977 storage.buffercache.pagesize :32768
978 storage.buffercache.size :33554432
979 storage.buffercache.maxopenfiles :214748364
980 storage.memorycomponent.pagesize :32768
981 storage.memorycomponent.numpages :1024
982 storage.memorycomponent.globalbudget :536870192
983 storage.lsm.mergethreshold :3
984 storage.lsm.bloomfilter.falsepositiverate:0.01
985 txn.log.buffer.numpages :8
986 txn.log.buffer.pagesize :131072
987 txn.log.partitionsize :2147483648
988 txn.log.disksectorsize :4096
989 txn.log.groupcommitinterval :1
990 txn.log.checkpoint.lsnthreshold :67108864
991 txn.log.checkpoint.pollfrequency :120
992 txn.log.checkpoint.history :0
993 txn.lock.escalationthreshold :1000
994 txn.lock.shrinktimer :5000
995 txn.lock.timeout.waitthreshold :60000
996 txn.lock.timeout.sweepthreshold :10000
997 compiler.sortmemory :33554432
998 compiler.joinmemory :33554432
999 compiler.framesize :32768
1000 web.port :19001
1001 api.port :19002
1002 log.level :INFO
1003</pre></div></div>
1004<p>As seen above, the instance &#x2018;my_asterix&#x2019; is configured such that all processes running at the localhost (127.0.0.1). The process id for each process (JVM) is shown next to it.</p></div>
1005<div class="section">
1006<h5><a name="Stop_Command"></a>Stop Command</h5>
1007<p>The <tt>stop</tt> command can be used for shutting down an AsterixDB instance. After that, the instance is unavailable for executing queries. The usage can be looked up by executing the following.</p>
1008
1009<div class="source">
1010<div class="source">
1011<pre> $ managix help -cmd stop
1012
1013 Shuts an AsterixDB instance that is in ACTIVE state. After executing the stop command, the AsterixDB instance transits
1014 to the INACTIVE state, indicating that it is no longer available for executing queries.
1015
1016 Available arguments/options
1017 -n name of the AsterixDB instance.
1018</pre></div></div>
1019<p>To stop the AsterixDB instance.</p>
1020
1021<div class="source">
1022<div class="source">
1023<pre> $ managix stop -n my_asterix
1024 INFO: Stopped AsterixDB instance: my_asterix
1025
1026
1027 $ managix describe -n my_asterix
1028 INFO: Name: my_asterix
1029 Created:Thu Mar 07 19:07:00 PST 2013
1030 Web-Url:http://127.0.0.1:19001
1031 State:INACTIVE (Fri Mar 08 09:49:00 PST 2013)
1032</pre></div></div></div>
1033<div class="section">
1034<h5><a name="Start_Command"></a>Start Command</h5>
1035<p>The <tt>start</tt> command starts an AsterixDB instance that is in the INACTIVE state. The usage can be looked up by executing the following:</p>
1036
1037<div class="source">
1038<div class="source">
1039<pre> $ managix help -cmd start
1040
1041 Starts an AsterixDB instance that is in INACTIVE state. After executing the start command, the AsterixDB instance transits to the ACTIVE state, indicating that it is now available for executing statements/queries.
1042
1043 Available arguments/options
1044 -n name of the AsterixDB instance.
1045</pre></div></div>
1046<p>Let us now start the AsterixDB instance.</p>
1047
1048<div class="source">
1049<div class="source">
1050<pre> $ managix start -n my_asterix
1051 INFO: Name:my_asterix
1052 Created:Thu Mar 07 19:07:00 PST 2013
1053 Web-Url:http://127.0.0.1:19001
1054 State:ACTIVE (Fri Mar 08 09:49:00 PST 2013)
1055</pre></div></div></div>
1056<div class="section">
1057<h5><a name="Backup_Command"></a>Backup Command</h5>
1058<p>The backup command allows you to take a backup of the data stored with an AsterixDB instance. The backup can be taken on the local file system or on an HDFS instance. In either case, the snapshots are stored under a backup directory. You need to make sure the backup directory has appropriate read/write permissions. Configuring settings for backup can be found inside the Managix&#x2019;s configuration file located at <tt>$MANAGIX_HOME/conf/managix-conf.xml</tt>.</p>
1059<p><i>Configuring backup on the local file system</i></p>
1060<p>We need to provide a path to a backup directory on the local file system. The backup directory can be configured be editing the Managix configuration XML, found at <tt>$MANAGIX_HOME/conf/managix-conf.xml</tt>.</p>
1061
1062<div class="source">
1063<div class="source">
1064<pre> &lt;backup&gt;
1065 &lt;backupDir&gt;Provide path to the backup directory here&lt;/backupDir&gt;
1066 &lt;/backup&gt;
1067</pre></div></div>
1068<p>Prior to taking a backup of an AsterixDB instance, it is required for the instance to be in the INACTIVE state. We do so by using the <tt>stop</tt> command, as shown below:</p>
1069
1070<div class="source">
1071<div class="source">
1072<pre> $ managix stop -n my_asterix
1073 INFO: Stopped AsterixDB instance: my_asterix
1074</pre></div></div>
1075<p>We can now take the backup by executing the following:</p>
1076
1077<div class="source">
1078<div class="source">
1079<pre> $ managix backup -n my_asterix
1080 INFO: my_asterix backed up 0_Fri Mar 08 16:16:34 PST 2013 (LOCAL)
1081</pre></div></div>
1082<p><i>Configuring backup on an HDFS instance</i></p>
1083<p>To configure a backup to be taken on an HDFS instance, we need to provide required information about the running HDFS instance. This information includes the HDFS version and the HDFS url. Simply edit the Managix configuration file and provide the required information.</p>
1084
1085<div class="source">
1086<div class="source">
1087<pre> &lt;backup&gt;
1088 &lt;backupDir&gt;Provide path to the backup directory here&lt;/backupDir&gt;
1089 &lt;hdfs&gt;
1090 &lt;version&gt;0.20.2&lt;/version&gt;
1091 &lt;url&gt;&lt;/url&gt;
1092 &lt;/hdfs&gt;
1093 &lt;/backup&gt;
1094</pre></div></div>
1095<p>A sample output when a backup is taken on an HDFS is shown below:</p>
1096
1097<div class="source">
1098<div class="source">
1099<pre> $ managix backup -n my_asterix
1100 INFO: my_asterix backed up 1_Fri Mar 08 17:10:38 PST 2013 (HDFS)
1101</pre></div></div>
1102<p>Each time we take a backup, we are provided with a unique id (a monotonically increasing value starting with 0). This id is required when we need to restore from a previously taken backup. Information about all available backup snapshots can be obtained by using the <tt>describe</tt> command in the admin mode, as shown below:</p>
1103
1104<div class="source">
1105<div class="source">
1106<pre> $ managix describe -n my_asterix -admin
1107 INFO: Name:my_asterix
1108 Created:Fri Mar 08 15:11:12 PST 2013
1109 Web-Url:http://127.0.0.1:19001
1110 State:INACTIVE (Fri Mar 08 16:14:20 PST 2013)
1111 Master node:master:127.0.0.1
1112 node1:127.0.0.1
1113
1114 Backup:0 created at Fri Mar 08 16:16:34 PST 2013 (LOCAL)
1115 Backup:1 created at Fri Mar 08 17:10:38 PST 2013 (HDFS)
1116
1117 Asterix version:0.0.5
1118 Asterix Configuration
1119 Metadata Node:node1
1120 Processes
1121</pre></div></div>
1122<p>The above output shows the available backup identified by it&#x2019;s id (0). We shall next describe the method for restoring an AsterixDB instance from a backup snapshot.</p></div>
1123<div class="section">
1124<h5><a name="Restore_Command"></a>Restore Command</h5>
1125<p>The <tt>restore</tt> command allows you to restore an AsterixDB instance&#x2019;s data from a previously taken backup. The usage description can be obtained as follows:</p>
1126
1127<div class="source">
1128<div class="source">
1129<pre> $ managix help -cmd restore
1130
1131 Restores an AsterixDB instance's data from a previously taken backup.
1132 Available arguments/options
1133
1134 -n name of the AsterixDB instance
1135 -b id of the backup snapshot
1136</pre></div></div>
1137<p>The following command restores our AsterixDB instance from the backup snapshot identified by the id (0). Prior to restoring an instance from a backup, it is required that the instance is in the INACTIVE state.</p>
1138
1139<div class="source">
1140<div class="source">
1141<pre> $ managix restore -n my_asterix -b 0
1142 INFO: AsterixDB instance: my_asterix has been restored from backup
1143</pre></div></div>
1144<p>You can start the AsterixDB instance by using the start command.</p></div>
1145<div class="section">
1146<h5><a name="Log_Command"></a>Log Command</h5>
1147<p>The <tt>log</tt> command allows you to collect the log files coresponding to each node of an AsterixDB instance into a zip archive. The zip archive is produced on the local file system of the machine running managix. </p>
1148
1149<div class="source">
1150<div class="source">
1151<pre> $ managix help -cmd log
1152
1153 Creates a zip archive containing log files corresponding to each worker node (NC) and the master (CC) for an AsterixDB instance
1154
1155 Available arguments/options
1156 -n name of the AsterixDB instance.
1157 -d destination directory for producing the zip archive. Defaults to $MANAGIX_HOME/logdump.
1158</pre></div></div>
1159<p>The following is an example showing the use of the log command. </p>
1160
1161<div class="source">
1162<div class="source">
1163<pre> $ managix log -n my_asterix -d /Users/joe/logdump
1164 INFO: Log zip archive created at /Users/joe/logdump/log_Thu_Jun_06_00:53:51_PDT_2013.zip
1165</pre></div></div></div>
1166<div class="section">
1167<h5><a name="Delete_Command"></a>Delete Command</h5>
1168<p>As the name suggests, the <tt>delete</tt> command permanently removes an AsterixDB instance by cleaning up all associated data/artifacts. The usage can be looked up by executing the following:</p>
1169
1170<div class="source">
1171<div class="source">
1172<pre> $ managix help -cmd delete
1173 Permanently deletes an AsterixDB instance. The instance must be in the INACTIVE state.
1174
1175 Available arguments/options
1176 -n name of the AsterixDB instance.
1177
1178
1179 $ managix delete -n my_asterix
1180 INFO: AsterixDB instance my_asterix deleted.
1181</pre></div></div></div>
1182<div class="section">
1183<h5><a name="Shutdown_Command"></a>Shutdown Command</h5>
1184<p>Managix uses Zookeeper service for storing all information about created AsterixDB instances. The Zookeeper service runs in the background and can be shut down using the <tt>shutdown</tt> command.</p>
1185
1186<div class="source">
1187<div class="source">
1188<pre> $ managix shutdown
1189</pre></div></div></div>
1190<div class="section">
1191<h5><a name="Help_Command"></a>Help Command</h5>
1192<p>The <tt>help</tt> command provides a usage description of a Managix command.</p>
1193
1194<div class="source">
1195<div class="source">
1196<pre> $ managix help -cmd &lt;command name&gt;
1197</pre></div></div>
1198<p>As an example, for looking up the help for the <tt>configure</tt> command, execute the following</p>
1199
1200<div class="source">
1201<div class="source">
1202<pre> $ managix help -cmd configure
1203
1204 Auto-generates the AsterixDB installer configruation settings and AsterixDB cluster
1205 configuration settings for a single node setup.
1206</pre></div></div></div></div></div></div>
1207<div class="section">
1208<h2><a name="Section_5:_Frequently_Asked_Questions_Back_to_TOC"></a><a name="Section5FAQ" id="Section5FAQ">Section 5: Frequently Asked Questions</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
1209<div class="section">
1210<div class="section">
1211<div class="section">
1212<h5><a name="Question"></a>Question</h5>
1213<p>What happens if a machine acting as a node in the Asterix cluster becomes unreachable for some reason (network partition/machine failure) ?</p></div>
1214<div class="section">
1215<h5><a name="Answer"></a>Answer</h5>
1216<p>When a node leaves the Asterix cluster, the AsterixDB instance transits to an &#x2018;UNUSABLE&#x2019; state, indicating that it is no longer available for serving queries. To know which set of node(s) left the cluster, run the describe command with -admin flag. </p>
1217
1218<div class="source">
1219<div class="source">
1220<pre> $ $MANAGIX_HOME/bin/managix describe -n &lt;name of the AsterixDB instance&gt;-admin
1221</pre></div></div>
1222<p>Above command will show the state of AsterixDB instance and list the set of nodes that have left the cluster. </p>
1223<p>The failed node must be brought back to re-join the cluster. Once done, you may bring back the instance to an &#x2018;ACTIVE&#x2019; state by executing the following sequence. </p>
1224<p>1) Get rid of the Asterix processes running on the nodes in the cluster:-</p>
1225
1226<div class="source">
1227<div class="source">
1228<pre> managix stop -n my_asterix
1229</pre></div></div>
1230<p>The processes associated with the instance are terminated and the instance moves to the INACTIVE state.</p>
1231<p>2) Start the AsterixDB instance using the start command.</p>
1232
1233<div class="source">
1234<div class="source">
1235<pre> managix start -n &lt;name of your AsterixDB instance&gt;
1236</pre></div></div></div>
1237<div class="section">
1238<h5><a name="Question"></a>Question</h5>
1239<p>Do I need to create all the directories/paths I put into the cluster configuration XML ?</p></div>
1240<div class="section">
1241<h5><a name="Answer"></a>Answer</h5>
1242<p>Managix will create a path if it is not existing. It does so using the user account mentioned in the cluster configuration xml. Please ensure that the user account has appropriate permissions for creating the missing paths. </p></div>
1243<div class="section">
1244<h5><a name="Question"></a>Question</h5>
1245<p>Should MANAGIX_HOME be on the network file system (NFS) ?</p></div>
1246<div class="section">
1247<h5><a name="Answer"></a>Answer</h5>
1248<p>It is recommended that MANAGIX_HOME is not on the NFS. Managix produces artifacts/logs on disk which are not required to be shared. As such an overhead in creating the artifacts/logs on the NFS should be avoided.</p></div>
1249<div class="section">
1250<h5><a name="Question"></a>Question</h5>
1251<p>How do we change the underlying code (apply a code patch) for an &#x2018;active&#x2019; asterix instance?</p></div>
1252<div class="section">
1253<h5><a name="Answer"></a>Answer</h5>
1254<p>At times, end-user (particularly asterix developer) may run into the need to altering the underlying code that is being run by an asterix instance. In the current version of managix, this can be achieved as follows:-</p>
1255<p>Assume that you have an &#x2018;active&#x2019; instance by the name a1 that is running version v1 of asterix. You have a revised version of asterix - v2 that fixes some bug(s).</p>
1256<p>To upgrade asterix from v1 to v2:-</p>
1257<p>step 1) managix stop -n a1</p>
1258<p>step 2) managix shutdown</p>
1259<p>step 3) copy asterix-server zip (version v2) to asterix/</p>
1260<p>step 4) managix start -n a1</p>
1261<p>a1 now is running on version v2.</p>
1262<p>Limitations:-</p>
1263<p>a) Obviously this wont work in a situation where v2 has made a change that is incompatible with earlier version, such altering schema.</p>
1264<p>b) A change in asterix zip applies to all existing instances (after a restart) and subsequent instances that user creates.</p></div></div></div></div>
1265 </div>
1266 </div>
1267 </div>
1268
1269 <hr/>
1270
1271 <footer>
1272 <div class="container-fluid">
1273 <div class="row span12">Copyright &copy; 2015
1274 <a href="http://www.apache.org/">The Apache Software Foundation</a>.
1275 All Rights Reserved.
1276
1277 </div>
1278
1279 <?xml version="1.0" encoding="UTF-8"?>
1280<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
1281 feather logo, and the Apache AsterixDB project logo are either
1282 registered trademarks or trademarks of The Apache Software
1283 Foundation in the United States and other countries.
1284 All other marks mentioned may be trademarks or registered
1285 trademarks of their respective owners.</div>
1286
1287
1288 </div>
1289 </footer>
1290 </body>
1291</html>