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 2014/03/28 04:01:32 UTC

svn commit: r1582584 - in /tajo/site/docs/0.8.0: configuration/cluster_setup.html getting_started/prerequisites.html jdbc_driver.html

Author: jhkim
Date: Fri Mar 28 03:01:32 2014
New Revision: 1582584

URL: http://svn.apache.org/r1582584
Log:
Update the hadoop version to hadoop-2.3.0 and fix the typo

Modified:
    tajo/site/docs/0.8.0/configuration/cluster_setup.html
    tajo/site/docs/0.8.0/getting_started/prerequisites.html
    tajo/site/docs/0.8.0/jdbc_driver.html

Modified: tajo/site/docs/0.8.0/configuration/cluster_setup.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/0.8.0/configuration/cluster_setup.html?rev=1582584&r1=1582583&r2=1582584&view=diff
==============================================================================
--- tajo/site/docs/0.8.0/configuration/cluster_setup.html (original)
+++ tajo/site/docs/0.8.0/configuration/cluster_setup.html Fri Mar 28 03:01:32 2014
@@ -1,5 +1,6 @@
 
 
+
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
@@ -182,7 +183,7 @@
 <span class="nt">&lt;/property&gt;</span>
 
 <span class="nt">&lt;property&gt;</span>
-  <span class="nt">&lt;name&gt;</span>tajo.master.client-rpc.addres<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;name&gt;</span>tajo.master.client-rpc.address<span class="nt">&lt;/name&gt;</span>
   <span class="nt">&lt;value&gt;</span>hostname:26002<span class="nt">&lt;/value&gt;</span>
 <span class="nt">&lt;/property&gt;</span>
 
@@ -197,16 +198,14 @@
 <h3>Make base directories and set permissions<a class="headerlink" href="#make-base-directories-and-set-permissions" title="Permalink to this headline">¶</a></h3>
 <p>If you want to know Tajo’s configuration in more detail, see Configuration page.
 Before launching the tajo, you should create the tajo root dir and set the permission as follows:</p>
-<div class="highlight-python"><div class="highlight"><pre>$ $HADOOP_HOME/bin/hadoop fs -mkdir       /tajo
-$ $HADOOP_HOME/bin/hadoop fs -chmod g+w   /tajo
-</pre></div>
+<div class="highlight-python"><pre>$ $HADOOP_HOME/bin/hadoop fs -mkdir       /tajo
+$ $HADOOP_HOME/bin/hadoop fs -chmod g+w   /tajo</pre>
 </div>
 </div>
 <div class="section" id="launch-a-tajo-cluster">
 <h3>Launch a Tajo cluster<a class="headerlink" href="#launch-a-tajo-cluster" title="Permalink to this headline">¶</a></h3>
 <p>Then, execute <tt class="docutils literal"><span class="pre">start-tajo.sh</span></tt></p>
-<div class="highlight-python"><div class="highlight"><pre>$ $TAJO_HOME/bin/start-tajo.sh
-</pre></div>
+<div class="highlight-python"><pre>$ $TAJO_HOME/bin/start-tajo.sh</pre>
 </div>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>

Modified: tajo/site/docs/0.8.0/getting_started/prerequisites.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/0.8.0/getting_started/prerequisites.html?rev=1582584&r1=1582583&r2=1582584&view=diff
==============================================================================
--- tajo/site/docs/0.8.0/getting_started/prerequisites.html (original)
+++ tajo/site/docs/0.8.0/getting_started/prerequisites.html Fri Mar 28 03:01:32 2014
@@ -1,5 +1,6 @@
 
 
+
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
@@ -166,7 +167,7 @@
 <h1>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this headline">¶</a></h1>
 <blockquote>
 <div><ul class="simple">
-<li>Hadoop 2.2.0 and higher</li>
+<li>Hadoop 2.2.0 or higher</li>
 <li>Java 1.6 or higher</li>
 <li>Protocol buffer 2.5.0</li>
 </ul>

Modified: tajo/site/docs/0.8.0/jdbc_driver.html
URL: http://svn.apache.org/viewvc/tajo/site/docs/0.8.0/jdbc_driver.html?rev=1582584&r1=1582583&r2=1582584&view=diff
==============================================================================
--- tajo/site/docs/0.8.0/jdbc_driver.html (original)
+++ tajo/site/docs/0.8.0/jdbc_driver.html Fri Mar 28 03:01:32 2014
@@ -1,5 +1,6 @@
 
 
+
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
@@ -263,7 +264,7 @@ In addition to the following JAR files, 
 <li>commons-logging-1.1.1.jar</li>
 <li>guava-11.0.2.jar</li>
 <li>protobuf-java-2.5.0.jar</li>
-<li>netty-3.6.2.Final.jar</li>
+<li>netty-3.6.6.Final.jar</li>
 <li>commons-lang-2.5.jar</li>
 <li>commons-configuration-1.6.jar</li>
 <li>slf4j-api-1.7.5.jar</li>
@@ -323,7 +324,7 @@ So, the host names must be shared with t
 
     <script type="text/javascript">
         var DOCUMENTATION_OPTIONS = {
-            URL_ROOT:'./',
+            URL_ROOT:'',
             VERSION:'0.8.0',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',