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