You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by jh...@apache.org on 2016/04/18 11:40:19 UTC

svn commit: r1739720 [4/5] - in /tajo/site: ./ docs/devel/ docs/devel/_static/ docs/devel/backup_and_restore/ docs/devel/configuration/ docs/devel/functions/ docs/devel/index/ docs/devel/partitioning/ docs/devel/sql_language/ docs/devel/storage_plugins...

Modified: tajo/site/docs/devel/sql_language/explain.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/explain.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/explain.html (original)
+++ tajo/site/docs/devel/sql_language/explain.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>EXPLAIN &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>EXPLAIN &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="Time Zone" href="../time_zone.html"/>
         <link rel="prev" title="Predicates" href="predicates.html"/> 
@@ -101,7 +101,7 @@
 <li class="toctree-l2"><a class="reference internal" href="joins.html">Joins</a></li>
 <li class="toctree-l2"><a class="reference internal" href="sql_expression.html">SQL Expressions</a></li>
 <li class="toctree-l2"><a class="reference internal" href="predicates.html">Predicates</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">EXPLAIN</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">EXPLAIN</a></li>
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="../time_zone.html">Time Zone</a><ul>
@@ -309,7 +309,7 @@ Block Id: eb_0000000000000_0000_000003 [
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -329,7 +329,7 @@ Block Id: eb_0000000000000_0000_000003 [
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/sql_language/insert.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/insert.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/insert.html (original)
+++ tajo/site/docs/devel/sql_language/insert.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>INSERT (OVERWRITE) INTO &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>INSERT (OVERWRITE) INTO &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="ALTER TABLE" href="alter_table.html"/>
         <link rel="prev" title="Data Definition Language" href="ddl.html"/> 
@@ -95,7 +95,7 @@
 <li class="toctree-l1 current"><a class="reference internal" href="../sql_language.html">SQL Language</a><ul class="current">
 <li class="toctree-l2"><a class="reference internal" href="data_model.html">Data Model</a></li>
 <li class="toctree-l2"><a class="reference internal" href="ddl.html">Data Definition Language</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">INSERT (OVERWRITE) INTO</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">INSERT (OVERWRITE) INTO</a></li>
 <li class="toctree-l2"><a class="reference internal" href="alter_table.html">ALTER TABLE</a></li>
 <li class="toctree-l2"><a class="reference internal" href="queries.html">Queries</a></li>
 <li class="toctree-l2"><a class="reference internal" href="joins.html">Joins</a></li>
@@ -250,7 +250,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -270,7 +270,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/sql_language/joins.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/joins.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/joins.html (original)
+++ tajo/site/docs/devel/sql_language/joins.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Joins &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Joins &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="SQL Expressions" href="sql_expression.html"/>
         <link rel="prev" title="Queries" href="queries.html"/> 
@@ -98,7 +98,7 @@
 <li class="toctree-l2"><a class="reference internal" href="insert.html">INSERT (OVERWRITE) INTO</a></li>
 <li class="toctree-l2"><a class="reference internal" href="alter_table.html">ALTER TABLE</a></li>
 <li class="toctree-l2"><a class="reference internal" href="queries.html">Queries</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Joins</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Joins</a></li>
 <li class="toctree-l2"><a class="reference internal" href="sql_expression.html">SQL Expressions</a></li>
 <li class="toctree-l2"><a class="reference internal" href="predicates.html">Predicates</a></li>
 <li class="toctree-l2"><a class="reference internal" href="explain.html">EXPLAIN</a></li>
@@ -230,7 +230,7 @@ Currently, Tajo supports cross, inner, a
 </pre></div>
 </div>
 <p><code class="docutils literal"><span class="pre">join_condition</span></code> can be specified in the <code class="docutils literal"><span class="pre">WHERE</span></code> clause as well as the <code class="docutils literal"><span class="pre">ON</span></code> clause.</p>
-<p>For more information, please refer to <a class="reference internal" href="predicates.html"><em>Predicates</em></a>.</p>
+<p>For more information, please refer to <a class="reference internal" href="predicates.html"><span class="doc">Predicates</span></a>.</p>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
 <p class="last">Currently, Tajo cannot natively support non-equality conditions. It means that inner joins with non-equality conditions will be executed with cross joins. Outer joins with non-equality conditions cannot be executed yet.</p>
@@ -325,7 +325,7 @@ To perform join globally in the second s
 Here, the cost of shuffle is expensive especially when the input relation size is very small.</p>
 <p>Broadcast join is a good solution to handle this problem. In broadcast join, the small relations are replicated to every worker who participates in the join computation.
 Thus, they can perform join without expensive data shuffle.</p>
-<p>Tajo provides a session variable for broadcast join configuration. (For more detailed information of session variables, please refer to <a class="reference internal" href="../tsql/variables.html"><em>Session Variables</em></a>.)</p>
+<p>Tajo provides a session variable for broadcast join configuration. (For more detailed information of session variables, please refer to <a class="reference internal" href="../tsql/variables.html"><span class="doc">Session Variables</span></a>.)</p>
 <ul class="simple">
 <li><code class="docutils literal"><span class="pre">BROADCAST_NON_CROSS_JOIN_THRESHOLD</span></code> and <code class="docutils literal"><span class="pre">BROADCAST_CROSS_JOIN_THRESHOLD</span></code> are thresholds for broadcast join. Only the relations who are larger than this threshold can be broadcasted.</li>
 </ul>
@@ -352,7 +352,7 @@ Thus, they can perform join without expe
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -372,7 +372,7 @@ Thus, they can perform join without expe
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/sql_language/predicates.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/predicates.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/predicates.html (original)
+++ tajo/site/docs/devel/sql_language/predicates.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Predicates &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Predicates &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="EXPLAIN" href="explain.html"/>
         <link rel="prev" title="SQL Expressions" href="sql_expression.html"/> 
@@ -100,7 +100,7 @@
 <li class="toctree-l2"><a class="reference internal" href="queries.html">Queries</a></li>
 <li class="toctree-l2"><a class="reference internal" href="joins.html">Joins</a></li>
 <li class="toctree-l2"><a class="reference internal" href="sql_expression.html">SQL Expressions</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Predicates</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Predicates</a></li>
 <li class="toctree-l2"><a class="reference internal" href="explain.html">EXPLAIN</a></li>
 </ul>
 </li>
@@ -405,7 +405,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -425,7 +425,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/sql_language/queries.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/queries.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/queries.html (original)
+++ tajo/site/docs/devel/sql_language/queries.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Queries &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Queries &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="Joins" href="joins.html"/>
         <link rel="prev" title="ALTER TABLE" href="alter_table.html"/> 
@@ -97,7 +97,7 @@
 <li class="toctree-l2"><a class="reference internal" href="ddl.html">Data Definition Language</a></li>
 <li class="toctree-l2"><a class="reference internal" href="insert.html">INSERT (OVERWRITE) INTO</a></li>
 <li class="toctree-l2"><a class="reference internal" href="alter_table.html">ALTER TABLE</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Queries</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Queries</a></li>
 <li class="toctree-l2"><a class="reference internal" href="joins.html">Joins</a></li>
 <li class="toctree-l2"><a class="reference internal" href="sql_expression.html">SQL Expressions</a></li>
 <li class="toctree-l2"><a class="reference internal" href="predicates.html">Predicates</a></li>
@@ -296,7 +296,7 @@ both join tables. These common columns a
 <span class="k">WHERE</span> <span class="n">col1</span> <span class="k">IN</span> <span class="p">(</span><span class="k">SELECT</span> <span class="n">col1</span> <span class="k">FROM</span> <span class="n">table1</span> <span class="k">WHERE</span> <span class="n">col2</span> <span class="o">&gt;</span> <span class="mi">0</span> <span class="k">AND</span> <span class="n">col2</span> <span class="o">&lt;</span> <span class="mi">100</span><span class="p">)</span> <span class="k">AS</span> <span class="n">alias_name</span>
 </pre></div>
 </div>
-<p>For more detailed information, please refer to <a class="reference internal" href="joins.html"><em>Joins</em></a>.</p>
+<p>For more detailed information, please refer to <a class="reference internal" href="joins.html"><span class="doc">Joins</span></a>.</p>
 </div>
 </div>
 </div>
@@ -309,7 +309,7 @@ both join tables. These common columns a
 </pre></div>
 </div>
 <p><code class="docutils literal"><span class="pre">search_condition</span></code> can be any boolean expression.
-In order to know additional predicates, please refer to <a class="reference internal" href="predicates.html"><em>Predicates</em></a>.</p>
+In order to know additional predicates, please refer to <a class="reference internal" href="predicates.html"><span class="doc">Predicates</span></a>.</p>
 </div>
 <div class="section" id="groupby-and-having-clauses">
 <h2>Groupby and Having Clauses<a class="headerlink" href="#groupby-and-having-clauses" title="Permalink to this headline">¶</a></h2>
@@ -414,7 +414,7 @@ the same partition as the current row.</
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -434,7 +434,7 @@ the same partition as the current row.</
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/sql_language/sql_expression.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/sql_language/sql_expression.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/sql_language/sql_expression.html (original)
+++ tajo/site/docs/devel/sql_language/sql_expression.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>SQL Expressions &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>SQL Expressions &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="SQL Language" href="../sql_language.html"/>
         <link rel="next" title="Predicates" href="predicates.html"/>
         <link rel="prev" title="Joins" href="joins.html"/> 
@@ -99,7 +99,7 @@
 <li class="toctree-l2"><a class="reference internal" href="alter_table.html">ALTER TABLE</a></li>
 <li class="toctree-l2"><a class="reference internal" href="queries.html">Queries</a></li>
 <li class="toctree-l2"><a class="reference internal" href="joins.html">Joins</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">SQL Expressions</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">SQL Expressions</a></li>
 <li class="toctree-l2"><a class="reference internal" href="predicates.html">Predicates</a></li>
 <li class="toctree-l2"><a class="reference internal" href="explain.html">EXPLAIN</a></li>
 </ul>
@@ -221,7 +221,7 @@
 <span class="n">expression</span><span class="p">::</span><span class="k">type</span>
 </pre></div>
 </div>
-<p>In addition, several functions are provided for type conversion. Please refer to <a class="reference internal" href="../functions/data_type_func_and_operators.html"><em>Data Type Functions and Operators</em></a> and <a class="reference internal" href="../functions/datetime_func_and_operators.html"><em>DateTime Functions and Operators</em></a>.</p>
+<p>In addition, several functions are provided for type conversion. Please refer to <a class="reference internal" href="../functions/data_type_func_and_operators.html"><span class="doc">Data Type Functions and Operators</span></a> and <a class="reference internal" href="../functions/datetime_func_and_operators.html"><span class="doc">DateTime Functions and Operators</span></a>.</p>
 </div>
 <div class="section" id="string-literals">
 <h2>String Literals<a class="headerlink" href="#string-literals" title="Permalink to this headline">¶</a></h2>
@@ -236,7 +236,7 @@
 <div class="highlight-sql"><div class="highlight"><pre><span class="n">function_name</span> <span class="p">([</span><span class="n">expression</span> <span class="p">[,</span> <span class="n">expression</span> <span class="p">...</span> <span class="p">]]</span> <span class="p">)</span>
 </pre></div>
 </div>
-<p>For more information about functions, please refer to <a class="reference internal" href="../functions.html"><em>Functions</em></a>.</p>
+<p>For more information about functions, please refer to <a class="reference internal" href="../functions.html"><span class="doc">Functions</span></a>.</p>
 </div>
 <div class="section" id="window-function-calls">
 <h2>Window Function Calls<a class="headerlink" href="#window-function-calls" title="Permalink to this headline">¶</a></h2>
@@ -244,7 +244,7 @@
 <div class="highlight-sql"><div class="highlight"><pre><span class="n">function_name</span> <span class="n">OVER</span> <span class="p">(</span> <span class="n">window_definition</span> <span class="p">)</span>
 </pre></div>
 </div>
-<p>where <em>function_name</em> is the name of aggregation function. Any aggregation function or window function can be used. For built-in aggregation functions and window functions, please refer to <a class="reference internal" href="../functions/agg_func.html"><em>Aggregation Functions</em></a> and <a class="reference internal" href="../functions/window_func.html"><em>Window Functions</em></a>.</p>
+<p>where <em>function_name</em> is the name of aggregation function. Any aggregation function or window function can be used. For built-in aggregation functions and window functions, please refer to <a class="reference internal" href="../functions/agg_func.html"><span class="doc">Aggregation Functions</span></a> and <a class="reference internal" href="../functions/window_func.html"><span class="doc">Window Functions</span></a>.</p>
 <p><em>window_definition</em> has the following syntax.</p>
 <div class="highlight-sql"><div class="highlight"><pre>[ PARTITION BY expression [, ...] ]
 [ ORDER BY expression [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] ]
@@ -283,7 +283,7 @@ With <em>ORDER BY</em> list, result valu
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -303,7 +303,7 @@ With <em>ORDER BY</em> list, result valu
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/storage_plugins.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/storage_plugins.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/storage_plugins.html (original)
+++ tajo/site/docs/devel/storage_plugins.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Storage Plugin &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Storage Plugin &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Storage Plugin Overview" href="storage_plugins/overview.html"/>
         <link rel="prev" title="Hash Partitioning" href="partitioning/hash_partitioning.html"/> 
 
@@ -132,7 +132,7 @@
 <li class="toctree-l2"><a class="reference internal" href="partitioning/hash_partitioning.html">Hash Partitioning</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Storage Plugin</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Storage Plugin</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="storage_plugins/overview.html">Storage Plugin Overview</a></li>
 <li class="toctree-l2"><a class="reference internal" href="storage_plugins/postgresql.html">PostgreSQL Storage Handler</a></li>
 </ul>
@@ -235,7 +235,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -255,7 +255,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/storage_plugins/overview.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/storage_plugins/overview.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/storage_plugins/overview.html (original)
+++ tajo/site/docs/devel/storage_plugins/overview.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Storage Plugin Overview &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Storage Plugin Overview &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Storage Plugin" href="../storage_plugins.html"/>
         <link rel="next" title="PostgreSQL Storage Handler" href="postgresql.html"/>
         <link rel="prev" title="Storage Plugin" href="../storage_plugins.html"/> 
@@ -134,7 +134,7 @@
 </ul>
 </li>
 <li class="toctree-l1 current"><a class="reference internal" href="../storage_plugins.html">Storage Plugin</a><ul class="current">
-<li class="toctree-l2 current"><a class="current reference internal" href="">Storage Plugin Overview</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Storage Plugin Overview</a></li>
 <li class="toctree-l2"><a class="reference internal" href="postgresql.html">PostgreSQL Storage Handler</a></li>
 </ul>
 </li>
@@ -232,7 +232,7 @@
 <span class="p">}</span>
 </pre></div>
 </div>
-<p>Each storage instance (i.e., <a class="reference internal" href="../table_management/tablespaces.html"><em>Tablespaces</em></a>) is identified by an URI. The scheme of URI plays a role to identify storage type. For example, <code class="docutils literal"><span class="pre">hdfs://</span></code> is used for Hdfs storage, <code class="docutils literal"><span class="pre">jdbc://</span></code> is used for JDBC-based storage, and <code class="docutils literal"><span class="pre">hbase://</span></code> is used for HBase storage.</p>
+<p>Each storage instance (i.e., <a class="reference internal" href="../table_management/tablespaces.html"><span class="doc">Tablespaces</span></a>) is identified by an URI. The scheme of URI plays a role to identify storage type. For example, <code class="docutils literal"><span class="pre">hdfs://</span></code> is used for Hdfs storage, <code class="docutils literal"><span class="pre">jdbc://</span></code> is used for JDBC-based storage, and <code class="docutils literal"><span class="pre">hbase://</span></code> is used for HBase storage.</p>
 <p>You should substitute a scheme name without <code class="docutils literal"><span class="pre">://</span></code> for <code class="docutils literal"><span class="pre">${scheme}</span></code>.</p>
 <p>See an example for HBase storage.</p>
 <div class="highlight-json"><div class="highlight"><pre><span class="p">{</span>
@@ -266,7 +266,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -286,7 +286,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/storage_plugins/postgresql.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/storage_plugins/postgresql.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/storage_plugins/postgresql.html (original)
+++ tajo/site/docs/devel/storage_plugins/postgresql.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>PostgreSQL Storage Handler &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>PostgreSQL Storage Handler &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Storage Plugin" href="../storage_plugins.html"/>
         <link rel="next" title="Index (Experimental Feature)" href="../index_overview.html"/>
         <link rel="prev" title="Storage Plugin Overview" href="overview.html"/> 
@@ -135,7 +135,7 @@
 </li>
 <li class="toctree-l1 current"><a class="reference internal" href="../storage_plugins.html">Storage Plugin</a><ul class="current">
 <li class="toctree-l2"><a class="reference internal" href="overview.html">Storage Plugin Overview</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">PostgreSQL Storage Handler</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">PostgreSQL Storage Handler</a></li>
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="../index_overview.html">Index (Experimental Feature)</a><ul>
@@ -217,7 +217,7 @@
 </div>
 <div class="section" id="configuration">
 <h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
-<p>PostgreSQL storage handler is a builtin storage handler. So, you can eaisly register PostgreSQL databases to a Tajo cluster if you just add the following line to <code class="docutils literal"><span class="pre">conf/storage-site.json</span></code> file. If you want to know more information about <code class="docutils literal"><span class="pre">storage-site.json</span></code>, please refer to <a class="reference internal" href="../table_management/tablespaces.html"><em>Tablespaces</em></a>.</p>
+<p>PostgreSQL storage handler is a builtin storage handler. So, you can eaisly register PostgreSQL databases to a Tajo cluster if you just add the following line to <code class="docutils literal"><span class="pre">conf/storage-site.json</span></code> file. If you want to know more information about <code class="docutils literal"><span class="pre">storage-site.json</span></code>, please refer to <a class="reference internal" href="../table_management/tablespaces.html"><span class="doc">Tablespaces</span></a>.</p>
 <div class="highlight-json"><div class="highlight"><pre><span class="p">{</span>
   <span class="nt">&quot;spaces&quot;</span><span class="p">:</span> <span class="p">{</span>
     <span class="nt">&quot;pgsql_db1&quot;</span><span class="p">:</span> <span class="p">{</span>
@@ -263,7 +263,7 @@ PostgreSQL connection parameters.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -283,7 +283,7 @@ PostgreSQL connection parameters.</p>
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/swift_integration.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/swift_integration.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/swift_integration.html (original)
+++ tajo/site/docs/devel/swift_integration.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>OpenStack Swift Integration &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>OpenStack Swift Integration &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Tajo JDBC Driver" href="jdbc_driver.html"/>
         <link rel="prev" title="HBase Integration" href="hbase_integration.html"/> 
 
@@ -155,7 +155,7 @@
 <li class="toctree-l2"><a class="reference internal" href="hbase_integration.html#usage">Usage</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">OpenStack Swift Integration</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">OpenStack Swift Integration</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="#swift-configuration">Swift configuration</a></li>
 <li class="toctree-l2"><a class="reference internal" href="#hadoop-configurations">Hadoop configurations</a></li>
 <li class="toctree-l2"><a class="reference internal" href="#tajo-configuration">Tajo configuration</a></li>
@@ -284,7 +284,7 @@ Here is an example of <code class="docut
 <div class="section" id="tajo-configuration">
 <h2>Tajo configuration<a class="headerlink" href="#tajo-configuration" title="Permalink to this headline">¶</a></h2>
 <p>Finally, you need to configure the classpath of Tajo by adding the following line to <code class="docutils literal"><span class="pre">${TAJO_HOME}/conf/tajo-evn.sh</span></code>.</p>
-<div class="highlight-sh"><div class="highlight"><pre><span class="nb">export</span> <span class="nv">TAJO_CLASSPATH</span><span class="o">=</span>$HADOOP_HOME/share/hadoop/tools/lib/hadoop-openstack-x.x.x.jar
+<div class="highlight-sh"><div class="highlight"><pre><span class="nb">export </span><span class="nv">TAJO_CLASSPATH</span><span class="o">=</span><span class="nv">$HADOOP_HOME</span>/share/hadoop/tools/lib/hadoop-openstack-x.x.x.jar
 </pre></div>
 </div>
 </div>
@@ -295,7 +295,7 @@ Here is an example of <code class="docut
 </pre></div>
 </div>
 <p>Once a table is created, you can execute any SQL queries on that table as other tables stored on HDFS.
-For query execution details, please refer to <a class="reference internal" href="sql_language.html"><em>SQL Language</em></a>.</p>
+For query execution details, please refer to <a class="reference internal" href="sql_language.html"><span class="doc">SQL Language</span></a>.</p>
 </div>
 </div>
 
@@ -317,7 +317,7 @@ For query execution details, please refe
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -337,7 +337,7 @@ For query execution details, please refe
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management.html (original)
+++ tajo/site/docs/devel/table_management.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Table Management &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Table Management &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Overview of Tajo Tables" href="table_management/table_overview.html"/>
         <link rel="prev" title="Python Functions" href="functions/python.html"/> 
 
@@ -118,7 +118,7 @@
 <li class="toctree-l2"><a class="reference internal" href="functions.html#user-defined-functions">User-defined Functions</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Table Management</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Table Management</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="table_management/table_overview.html">Overview of Tajo Tables</a></li>
 <li class="toctree-l2"><a class="reference internal" href="table_management/tablespaces.html">Tablespaces</a></li>
 <li class="toctree-l2"><a class="reference internal" href="table_management/data_formats.html">Data Formats</a></li>
@@ -237,7 +237,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -257,7 +257,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/compression.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/compression.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/compression.html (original)
+++ tajo/site/docs/devel/table_management/compression.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Compression &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Compression &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Table Management" href="../table_management.html"/>
         <link rel="next" title="Table Partitioning" href="../table_partitioning.html"/>
         <link rel="prev" title="SequenceFile" href="sequencefile.html"/> 
@@ -123,7 +123,7 @@
 <li class="toctree-l2"><a class="reference internal" href="table_overview.html">Overview of Tajo Tables</a></li>
 <li class="toctree-l2"><a class="reference internal" href="tablespaces.html">Tablespaces</a></li>
 <li class="toctree-l2"><a class="reference internal" href="data_formats.html">Data Formats</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Compression</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Compression</a></li>
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="../table_partitioning.html">Table Partitioning</a><ul>
@@ -228,15 +228,15 @@ Currently, compression configuration aff
 <td><strong>Property Name</strong></td>
 <td><strong>Avaliable Values</strong></td>
 </tr>
-<tr class="row-even"><td><a class="reference internal" href="text.html"><em>text</em></a>/<a class="reference internal" href="json.html"><em>json</em></a>/<a class="reference internal" href="rcfile.html"><em>rcfile</em></a>/<a class="reference internal" href="sequencefile.html"><em>sequencefile</em></a> <a class="footnote-reference" href="#f1" id="id1">[1]</a></td>
+<tr class="row-even"><td><a class="reference internal" href="text.html"><span class="doc">text</span></a>/<a class="reference internal" href="json.html"><span class="doc">json</span></a>/<a class="reference internal" href="rcfile.html"><span class="doc">rcfile</span></a>/<a class="reference internal" href="sequencefile.html"><span class="doc">sequencefile</span></a> <a class="footnote-reference" href="#f1" id="id1">[1]</a></td>
 <td>compression.codec</td>
 <td>Fully Qualified Classname in Hadoop <a class="footnote-reference" href="#f2" id="id2">[2]</a></td>
 </tr>
-<tr class="row-odd"><td><a class="reference internal" href="parquet.html"><em>parquet</em></a></td>
+<tr class="row-odd"><td><a class="reference internal" href="parquet.html"><span class="doc">parquet</span></a></td>
 <td>parquet.compression</td>
 <td>uncompressed/snappy/gzip/lzo</td>
 </tr>
-<tr class="row-even"><td><a class="reference internal" href="orc.html"><em>orc</em></a></td>
+<tr class="row-even"><td><a class="reference internal" href="orc.html"><span class="doc">orc</span></a></td>
 <td>orc.compression.kind</td>
 <td>none/snappy/zlib</td>
 </tr>
@@ -247,7 +247,7 @@ Currently, compression configuration aff
 <table class="docutils footnote" frame="void" id="f1" rules="none">
 <colgroup><col class="label" /><col /></colgroup>
 <tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>For sequence file, you should specify &#8216;compression.type&#8217; in addition to &#8216;compression.codec&#8217;. Refer to <a class="reference internal" href="sequencefile.html"><em>SequenceFile</em></a>.</td></tr>
+<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>For sequence file, you should specify &#8216;compression.type&#8217; in addition to &#8216;compression.codec&#8217;. Refer to <a class="reference internal" href="sequencefile.html"><span class="doc">SequenceFile</span></a>.</td></tr>
 </tbody>
 </table>
 <table class="docutils footnote" frame="void" id="f2" rules="none">
@@ -277,7 +277,7 @@ Currently, compression configuration aff
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -297,7 +297,7 @@ Currently, compression configuration aff
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/data_formats.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/data_formats.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/data_formats.html (original)
+++ tajo/site/docs/devel/table_management/data_formats.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Data Formats &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Data Formats &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Table Management" href="../table_management.html"/>
         <link rel="next" title="TEXT" href="text.html"/>
         <link rel="prev" title="Tablespaces" href="tablespaces.html"/> 
@@ -122,7 +122,7 @@
 <li class="toctree-l1 current"><a class="reference internal" href="../table_management.html">Table Management</a><ul class="current">
 <li class="toctree-l2"><a class="reference internal" href="table_overview.html">Overview of Tajo Tables</a></li>
 <li class="toctree-l2"><a class="reference internal" href="tablespaces.html">Tablespaces</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Data Formats</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Data Formats</a></li>
 <li class="toctree-l2"><a class="reference internal" href="compression.html">Compression</a></li>
 </ul>
 </li>
@@ -242,7 +242,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -262,7 +262,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/json.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/json.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/json.html (original)
+++ tajo/site/docs/devel/table_management/json.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>JSON &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>JSON &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="RCFile" href="rcfile.html"/>
         <link rel="prev" title="TEXT" href="text.html"/> 
@@ -217,9 +217,9 @@
 Tajo supports JSON as its data format. In this section, you will get an overview of how to create JSON tables and query on them.</p>
 <div class="section" id="how-to-create-a-json-table">
 <h2>How to Create a JSON Table ?<a class="headerlink" href="#how-to-create-a-json-table" title="Permalink to this headline">¶</a></h2>
-<p>You can create a JSON table using the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement. (For more information, please refer to <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.)
+<p>You can create a JSON table using the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement. (For more information, please refer to <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.)
 For example, please consider an example data as follows:</p>
-<div class="highlight-bash"><div class="highlight"><pre>$ hdfs dfs -cat /table1/table.json
+<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>hdfs dfs -cat /table1/table.json
 <span class="o">{</span> <span class="s2">&quot;title&quot;</span> : <span class="s2">&quot;Hand of the King&quot;</span>, <span class="s2">&quot;name&quot;</span> : <span class="o">{</span> <span class="s2">&quot;first_name&quot;</span>: <span class="s2">&quot;Eddard&quot;</span>, <span class="s2">&quot;last_name&quot;</span>: <span class="s2">&quot;Stark&quot;</span><span class="o">}}</span>
 <span class="o">{</span> <span class="s2">&quot;title&quot;</span> : <span class="s2">&quot;Assassin&quot;</span>, <span class="s2">&quot;name&quot;</span> : <span class="o">{</span> <span class="s2">&quot;first_name&quot;</span>: <span class="s2">&quot;Arya&quot;</span>, <span class="s2">&quot;last_name&quot;</span>: <span class="s2">&quot;Stark&quot;</span><span class="o">}}</span>
 <span class="o">{</span> <span class="s2">&quot;title&quot;</span> : <span class="s2">&quot;Dancing Master&quot;</span>, <span class="s2">&quot;name&quot;</span> : <span class="o">{</span> <span class="s2">&quot;first_name&quot;</span>: <span class="s2">&quot;Syrio&quot;</span>, <span class="s2">&quot;last_name&quot;</span>: <span class="s2">&quot;Forel&quot;</span><span class="o">}}</span>
@@ -315,7 +315,7 @@ Besides, You can also use your own <code
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -335,7 +335,7 @@ Besides, You can also use your own <code
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/orc.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/orc.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/orc.html (original)
+++ tajo/site/docs/devel/table_management/orc.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>ORC &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>ORC &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="SequenceFile" href="sequencefile.html"/>
         <link rel="prev" title="Parquet" href="parquet.html"/> 
@@ -218,7 +218,7 @@ writing, and processing data.
 For more details, please refer to <a class="reference external" href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC">ORC Files</a> at Hive wiki.</p>
 <div class="section" id="how-to-create-an-orc-table">
 <h2>How to Create an ORC Table?<a class="headerlink" href="#how-to-create-an-orc-table" title="Permalink to this headline">¶</a></h2>
-<p>If you are not familiar with <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.</p>
+<p>If you are not familiar with <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.</p>
 <p>In order to specify a certain file format for your table, you need to use the <code class="docutils literal"><span class="pre">USING</span></code> clause in your <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code>
 statement. Below is an example statement for creating a table using orc files.</p>
 <div class="highlight-sql"><div class="highlight"><pre><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">table1</span> <span class="p">(</span>
@@ -269,7 +269,7 @@ We are currently working on adding suppo
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -289,7 +289,7 @@ We are currently working on adding suppo
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/parquet.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/parquet.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/parquet.html (original)
+++ tajo/site/docs/devel/table_management/parquet.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Parquet &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Parquet &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="ORC" href="orc.html"/>
         <link rel="prev" title="RCFile" href="rcfile.html"/> 
@@ -219,7 +219,7 @@ regardless of the choice of data process
 For more details, please refer to <a class="reference external" href="http://parquet.io/">Parquet File Format</a>.</p>
 <div class="section" id="how-to-create-a-parquet-table">
 <h2>How to Create a Parquet Table?<a class="headerlink" href="#how-to-create-a-parquet-table" title="Permalink to this headline">¶</a></h2>
-<p>If you are not familiar with <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.</p>
+<p>If you are not familiar with <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.</p>
 <p>In order to specify a certain file format for your table, you need to use the <code class="docutils literal"><span class="pre">USING</span></code> clause in your <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code>
 statement. Below is an example statement for creating a table using parquet files.</p>
 <div class="highlight-sql"><div class="highlight"><pre><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">table1</span> <span class="p">(</span>
@@ -269,7 +269,7 @@ However, we are currently working on add
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -289,7 +289,7 @@ However, we are currently working on add
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/rcfile.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/rcfile.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/rcfile.html (original)
+++ tajo/site/docs/devel/table_management/rcfile.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>RCFile &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>RCFile &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="Parquet" href="parquet.html"/>
         <link rel="prev" title="JSON" href="json.html"/> 
@@ -217,7 +217,7 @@
 which shares many similarities with SequenceFile.</p>
 <div class="section" id="how-to-create-a-rcfile-table">
 <h2>How to Create a RCFile Table?<a class="headerlink" href="#how-to-create-a-rcfile-table" title="Permalink to this headline">¶</a></h2>
-<p>If you are not familiar with the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to the Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.</p>
+<p>If you are not familiar with the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to the Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.</p>
 <p>In order to specify a certain file format for your table, you need to use the <code class="docutils literal"><span class="pre">USING</span></code> clause in your <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code>
 statement. Below is an example statement for creating a table using RCFile.</p>
 <div class="highlight-sql"><div class="highlight"><pre><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">table1</span> <span class="p">(</span>
@@ -353,7 +353,7 @@ you should set the <code class="docutils
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -373,7 +373,7 @@ you should set the <code class="docutils
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/sequencefile.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/sequencefile.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/sequencefile.html (original)
+++ tajo/site/docs/devel/table_management/sequencefile.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>SequenceFile &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>SequenceFile &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="Compression" href="compression.html"/>
         <link rel="prev" title="ORC" href="orc.html"/> 
@@ -321,7 +321,7 @@ Here is an example statement for this ca
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -341,7 +341,7 @@ Here is an example statement for this ca
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/table_overview.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/table_overview.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/table_overview.html (original)
+++ tajo/site/docs/devel/table_management/table_overview.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Overview of Tajo Tables &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Overview of Tajo Tables &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Table Management" href="../table_management.html"/>
         <link rel="next" title="Tablespaces" href="tablespaces.html"/>
         <link rel="prev" title="Table Management" href="../table_management.html"/> 
@@ -120,7 +120,7 @@
 </ul>
 </li>
 <li class="toctree-l1 current"><a class="reference internal" href="../table_management.html">Table Management</a><ul class="current">
-<li class="toctree-l2 current"><a class="current reference internal" href="">Overview of Tajo Tables</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Overview of Tajo Tables</a></li>
 <li class="toctree-l2"><a class="reference internal" href="tablespaces.html">Tablespaces</a></li>
 <li class="toctree-l2"><a class="reference internal" href="data_formats.html">Data Formats</a></li>
 <li class="toctree-l2"><a class="reference internal" href="compression.html">Compression</a></li>
@@ -217,7 +217,7 @@
 <div class="section" id="tablespaces">
 <h2>Tablespaces<a class="headerlink" href="#tablespaces" title="Permalink to this headline">¶</a></h2>
 <p>Tablespaces is a physical location where files or data objects representing data rows can be stored. Once defined, a tablespace can be referred to by a name when creating a database or a table. Especially, it is very useful when a Tajo cluster instance should use heterogeneous storage systems such as HDFS, MySQL, and Oracle because each tablespace can be specified to use a different storage system.</p>
-<p>Please refer to <a class="reference internal" href="tablespaces.html"><em>Tablespaces</em></a> if you want to know more information about tablespaces.</p>
+<p>Please refer to <a class="reference internal" href="tablespaces.html"><span class="doc">Tablespaces</span></a> if you want to know more information about tablespaces.</p>
 </div>
 <div class="section" id="managed-table">
 <h2>Managed Table<a class="headerlink" href="#managed-table" title="Permalink to this headline">¶</a></h2>
@@ -264,14 +264,14 @@ The <code class="docutils literal"><span
                   <span class="s1">&#39;compression.codec&#39;</span><span class="o">=</span><span class="s1">&#39;org.apache.hadoop.io.compress.SnappyCodec&#39;</span><span class="p">);</span>
 </pre></div>
 </div>
-<p>Each physical table layout has its own specialized properties. They will be addressed in <a class="reference internal" href="data_formats.html"><em>Data Formats</em></a>.</p>
+<p>Each physical table layout has its own specialized properties. They will be addressed in <a class="reference internal" href="data_formats.html"><span class="doc">Data Formats</span></a>.</p>
 </div>
 <div class="section" id="common-table-properties">
 <h3>Common Table Properties<a class="headerlink" href="#common-table-properties" title="Permalink to this headline">¶</a></h3>
 <p>There are some common table properties which are used in most tables.</p>
 <div class="section" id="compression">
 <h4>Compression<a class="headerlink" href="#compression" title="Permalink to this headline">¶</a></h4>
-<p>See <a class="reference internal" href="compression.html"><em>Compression</em></a>.</p>
+<p>See <a class="reference internal" href="compression.html"><span class="doc">Compression</span></a>.</p>
 </div>
 <div class="section" id="time-zone">
 <h4>Time zone<a class="headerlink" href="#time-zone" title="Permalink to this headline">¶</a></h4>
@@ -283,7 +283,7 @@ The <code class="docutils literal"><span
 <span class="p">)</span> <span class="k">USING</span> <span class="nb">TEXT</span> <span class="k">WITH</span><span class="p">(</span><span class="s1">&#39;timezone&#39;</span><span class="o">=</span><span class="s1">&#39;ASIA/Seoul&#39;</span><span class="p">)</span> <span class="k">LOCATION</span> <span class="s1">&#39;/path-to-table/&#39;</span>
 </pre></div>
 </div>
-<p>In order to learn time zone, please refer to <a class="reference internal" href="../time_zone.html"><em>Time Zone</em></a>.</p>
+<p>In order to learn time zone, please refer to <a class="reference internal" href="../time_zone.html"><span class="doc">Time Zone</span></a>.</p>
 </div>
 </div>
 </div>
@@ -307,7 +307,7 @@ The <code class="docutils literal"><span
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -327,7 +327,7 @@ The <code class="docutils literal"><span
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/tablespaces.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/tablespaces.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/tablespaces.html (original)
+++ tajo/site/docs/devel/table_management/tablespaces.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Tablespaces &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Tablespaces &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Table Management" href="../table_management.html"/>
         <link rel="next" title="Data Formats" href="data_formats.html"/>
         <link rel="prev" title="Overview of Tajo Tables" href="table_overview.html"/> 
@@ -121,7 +121,7 @@
 </li>
 <li class="toctree-l1 current"><a class="reference internal" href="../table_management.html">Table Management</a><ul class="current">
 <li class="toctree-l2"><a class="reference internal" href="table_overview.html">Overview of Tajo Tables</a></li>
-<li class="toctree-l2 current"><a class="current reference internal" href="">Tablespaces</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Tablespaces</a></li>
 <li class="toctree-l2"><a class="reference internal" href="data_formats.html">Data Formats</a></li>
 <li class="toctree-l2"><a class="reference internal" href="compression.html">Compression</a></li>
 </ul>
@@ -224,12 +224,12 @@ When you create a managed table, you can
 If the tablespace is not specified, the default tablespace of the table&#8217;s database is used.</p>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
-<p class="last">For creating a table, see <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.</p>
+<p class="last">For creating a table, see <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.</p>
 </div>
 </div>
 <div class="section" id="configuration">
 <h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
-<p>By default, Tajo use <code class="docutils literal"><span class="pre">${tajo.rootdir}/warehouse</span></code> in <a class="reference internal" href="../configuration/tajo-site-xml.html"><em>conf/tajo-site.xml</em></a> as a default tablespace. It also allows users to register additional tablespaces using <code class="docutils literal"><span class="pre">storage-site.json</span></code> file like below.</p>
+<p>By default, Tajo use <code class="docutils literal"><span class="pre">${tajo.rootdir}/warehouse</span></code> in <a class="reference internal" href="../configuration/tajo-site-xml.html"><span class="doc">conf/tajo-site.xml</span></a> as a default tablespace. It also allows users to register additional tablespaces using <code class="docutils literal"><span class="pre">storage-site.json</span></code> file like below.</p>
 <div class="section" id="conf-storage-site-json-file">
 <h3>conf/storage-site.json file<a class="headerlink" href="#conf-storage-site-json-file" title="Permalink to this headline">¶</a></h3>
 <p>The configuration file has the following struct:</p>
@@ -256,10 +256,10 @@ If the tablespace is not specified, the
 <span class="p">}</span>
 </pre></div>
 </div>
-<p>For more details, see <a class="reference internal" href="../configuration/storage-site-json.html"><em>conf/storage-site.json</em></a>.</p>
+<p>For more details, see <a class="reference internal" href="../configuration/storage-site-json.html"><span class="doc">conf/storage-site.json</span></a>.</p>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
-<p class="last">Also, each tablespace can use different storage type. Please see <a class="reference internal" href="../storage_plugins.html"><em>Storage Plugin</em></a> if you want to know more information about it.</p>
+<p class="last">Also, each tablespace can use different storage type. Please see <a class="reference internal" href="../storage_plugins.html"><span class="doc">Storage Plugin</span></a> if you want to know more information about it.</p>
 </div>
 </div>
 </div>
@@ -283,7 +283,7 @@ If the tablespace is not specified, the
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -303,7 +303,7 @@ If the tablespace is not specified, the
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_management/text.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_management/text.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_management/text.html (original)
+++ tajo/site/docs/devel/table_management/text.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>TEXT &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>TEXT &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="../index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="../index.html"/>
         <link rel="up" title="Data Formats" href="data_formats.html"/>
         <link rel="next" title="JSON" href="json.html"/>
         <link rel="prev" title="Data Formats" href="data_formats.html"/> 
@@ -220,7 +220,7 @@ some other character or string, most com
 The vertical bar is used as the default field delimiter in Tajo.</p>
 <div class="section" id="how-to-create-a-text-table">
 <h2>How to Create a TEXT Table ?<a class="headerlink" href="#how-to-create-a-text-table" title="Permalink to this headline">¶</a></h2>
-<p>If you are not familiar with the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to the Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><em>Data Definition Language</em></a>.</p>
+<p>If you are not familiar with the <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> statement, please refer to the Data Definition Language <a class="reference internal" href="../sql_language/ddl.html"><span class="doc">Data Definition Language</span></a>.</p>
 <p>In order to specify a certain file format for your table, you need to use the <code class="docutils literal"><span class="pre">USING</span></code> clause in your <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code>
 statement. The below is an example statement for creating a table using <em>TEXT</em> format.</p>
 <div class="highlight-sql"><div class="highlight"><pre><span class="k">CREATE</span> <span class="k">TABLE</span>
@@ -328,7 +328,7 @@ clause in a Hive&#8217;s <code class="do
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -348,7 +348,7 @@ clause in a Hive&#8217;s <code class="do
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/table_partitioning.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/table_partitioning.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/table_partitioning.html (original)
+++ tajo/site/docs/devel/table_partitioning.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Table Partitioning &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Table Partitioning &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Introduction to Partitioning" href="partitioning/intro_to_partitioning.html"/>
         <link rel="prev" title="Compression" href="table_management/compression.html"/> 
 
@@ -125,7 +125,7 @@
 <li class="toctree-l2"><a class="reference internal" href="table_management/compression.html">Compression</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Table Partitioning</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Table Partitioning</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="partitioning/intro_to_partitioning.html">Introduction to Partitioning</a></li>
 <li class="toctree-l2"><a class="reference internal" href="partitioning/column_partitioning.html">Column Partitioning</a></li>
 <li class="toctree-l2"><a class="reference internal" href="partitioning/range_partitioning.html">Range Partitioning</a></li>
@@ -236,7 +236,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -256,7 +256,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/tajo_client_api.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/tajo_client_api.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/tajo_client_api.html (original)
+++ tajo/site/docs/devel/tajo_client_api.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Tajo Client API &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Tajo Client API &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="FAQ" href="faq.html"/>
         <link rel="prev" title="Tajo JDBC Driver" href="jdbc_driver.html"/> 
 
@@ -170,7 +170,7 @@
 <li class="toctree-l2"><a class="reference internal" href="jdbc_driver.html#an-example-jdbc-client">An Example JDBC Client</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Tajo Client API</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Tajo Client API</a></li>
 <li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
 </ul>
 
@@ -208,9 +208,6 @@
             
   <div class="section" id="tajo-client-api">
 <h1>Tajo Client API<a class="headerlink" href="#tajo-client-api" title="Permalink to this headline">¶</a></h1>
-<div class="admonition-todo admonition" id="index-0">
-<p class="first last admonition-title">Todo</p>
-</div>
 </div>
 
 
@@ -231,7 +228,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -251,7 +248,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/time_zone.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/time_zone.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/time_zone.html (original)
+++ tajo/site/docs/devel/time_zone.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Time Zone &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Time Zone &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Functions" href="functions.html"/>
         <link rel="prev" title="EXPLAIN" href="sql_language/explain.html"/> 
 
@@ -103,7 +103,7 @@
 <li class="toctree-l2"><a class="reference internal" href="sql_language/explain.html">EXPLAIN</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Time Zone</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Time Zone</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="#server-cluster-time-zone">Server Cluster Time Zone</a></li>
 <li class="toctree-l2"><a class="reference internal" href="#table-time-zone">Table Time Zone</a></li>
 <li class="toctree-l2"><a class="reference internal" href="#client-time-zone">Client Time Zone</a></li>
@@ -231,7 +231,7 @@ When each table row are read or written,
 <span class="p">)</span> <span class="k">USING</span> <span class="nb">TEXT</span> <span class="k">WITH</span><span class="p">(</span><span class="s1">&#39;timezone&#39;</span><span class="o">=</span><span class="s1">&#39;ASIA/Seoul&#39;</span><span class="p">)</span> <span class="k">LOCATION</span> <span class="s1">&#39;/path-to-table/&#39;</span>
 </pre></div>
 </div>
-<p>In order to learn table properties, please refer to <a class="reference internal" href="table_management/table_overview.html"><em>Overview of Tajo Tables</em></a>.</p>
+<p>In order to learn table properties, please refer to <a class="reference internal" href="table_management/table_overview.html"><span class="doc">Overview of Tajo Tables</span></a>.</p>
 </div>
 <div class="section" id="client-time-zone">
 <h2>Client Time Zone<a class="headerlink" href="#client-time-zone" title="Permalink to this headline">¶</a></h2>
@@ -318,7 +318,7 @@ When each table row are read or written,
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -338,7 +338,7 @@ When each table row are read or written,
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true

Modified: tajo/site/docs/devel/tsql.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/devel/tsql.html?rev=1739720&r1=1739719&r2=1739720&view=diff
==============================================================================
--- tajo/site/docs/devel/tsql.html (original)
+++ tajo/site/docs/devel/tsql.html Mon Apr 18 09:40:18 2016
@@ -7,7 +7,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>Tajo Shell (TSQL) &mdash; Apache Tajo 0.11.0 documentation</title>
+  <title>Tajo Shell (TSQL) &mdash; Apache Tajo 0.12.0-SNAPSHOT documentation</title>
   
 
   
@@ -28,7 +28,7 @@
   
 
   
-    <link rel="top" title="Apache Tajo 0.11.0 documentation" href="index.html"/>
+    <link rel="top" title="Apache Tajo 0.12.0-SNAPSHOT documentation" href="index.html"/>
         <link rel="next" title="Meta Commands" href="tsql/meta_command.html"/>
         <link rel="prev" title="The storage-site.json File" href="configuration/storage-site-json.html"/> 
 
@@ -80,7 +80,7 @@
 <li class="toctree-l2"><a class="reference internal" href="configuration/storage-site-json.html">The storage-site.json File</a></li>
 </ul>
 </li>
-<li class="toctree-l1 current"><a class="current reference internal" href="">Tajo Shell (TSQL)</a><ul>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Tajo Shell (TSQL)</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="tsql/meta_command.html">Meta Commands</a></li>
 <li class="toctree-l2"><a class="reference internal" href="tsql/dfs_command.html">Executing HDFS commands</a></li>
 <li class="toctree-l2"><a class="reference internal" href="tsql/variables.html">Session Variables</a></li>
@@ -241,7 +241,7 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2015, Apache Tajo Team.
+        &copy; Copyright 2016, Apache Tajo Team.
     </p>
   </div>
 
@@ -261,7 +261,7 @@
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
-            VERSION:'0.11.0',
+            VERSION:'0.12.0-SNAPSHOT',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
             HAS_SOURCE:  true