Author: shaofengshi
Date: Thu Jan  7 03:22:00 2016
New Revision: 1723447

URL: http://svn.apache.org/viewvc?rev=1723447&view=rev
Log:
fix a doc issue in LDAP configuration

Modified:
    kylin/site/docs/install/advance_settings.html
    kylin/site/docs/tutorial/powerbi.html
    kylin/site/feed.xml

Modified: kylin/site/docs/install/advance_settings.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/advance_settings.html?rev=1723447&r1=1723446&r2=1723447&view=diff
==============================================================================
--- kylin/site/docs/install/advance_settings.html (original)
+++ kylin/site/docs/install/advance_settings.html Thu Jan  7 03:22:00 2016
@@ -1673,13 +1673,11 @@
                                                                <p>version: 
v0.7.2, since: v0.7.1</p>
                                                        
                                                        <article 
class="post-content" > 
-                                                       <h2 
id="enabling-lzo-compression">Enabling LZO compression</h2>
+                                                       <h2 
id="enable-lzo-compression">Enable LZO compression</h2>
 
-<p>By default Kylin leverages snappy compression to compress the output of MR 
jobs, as well as hbase table storage, reducing the storage overhead. We do not 
choose LZO compression in Kylin because hadoop venders tend to not include LZO 
in their distributions due to license(GPL) issues.</p>
+<p>By default Kylin leverages snappy compression to compress the output of MR 
jobs, as well as hbase table storage, reducing the storage overhead. We do not 
choose LZO compression in Kylin because hadoop venders tend to not include LZO 
in their distributions due to license(GPL) issues. To enable LZO in Kylin, 
follow these steps:</p>
 
-<p>To enable LZO in Kylin, follow these steps:</p>
-
-<h3 id="make-sure-lzo-is-working-in-your-environment">Make sure LZO is working 
in your environment</h3>
+<h4 id="make-sure-lzo-is-working-in-your-environment">Make sure LZO is working 
in your environment</h4>
 
 <p>We have a simple tool to test whether LZO is well installed on EVERY SERVER 
in hbase cluster ( 
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.4/bk_installing_manually_book/content/ch_install_hdfs_yarn_chapter.html#install-snappy-man-install
 ), and restart the cluster.<br />
 To test it on the hadoop CLI that you deployed Kylin, Just run</p>
@@ -1691,26 +1689,24 @@ To test if the hbase cluster is ready to
 
 <div class="highlight"><pre><code class="language-groff" 
data-lang="groff">create 'lzoTable', {NAME =&gt; 'colFam',COMPRESSION =&gt; 
'LZO'}</code></pre></div>
 
-<h3 id="use-lzo-for-hbase-compression">Use LZO for HBase compression</h3>
+<h4 id="use-lzo-for-hbase-compression">Use LZO for HBase compression</h4>
 
 <p>You’ll need to stop Kylin first by running <code 
class="highlighter-rouge">./kylin.sh stop</code>, and then modify 
$KYLIN_HOME/conf/kylin_job_conf.xml by uncommenting some configuration entries 
related to LZO compression. <br />
 After this, you need to run <code class="highlighter-rouge">./kylin.sh 
start</code> to start Kylin again. Now Kylin will use LZO to compress MR 
outputs and hbase tables.</p>
 
 <p>Goto $KYLIN_HOME/conf/kylin.properties, change 
kylin.hbase.default.compression.codec=snappy to 
kylin.hbase.default.compression.codec=lzo</p>
 
-<h3 id="use-lzo-for-mr-jobs">Use LZO for MR jobs</h3>
+<h4 id="use-lzo-for-mr-jobs">Use LZO for MR jobs</h4>
 
 <p>Modify $KYLIN_HOME/conf/kylin_job_conf.xml by changing all 
org.apache.hadoop.io.compress.SnappyCodec to 
com.hadoop.compression.lzo.LzoCodec.</p>
 
-<h3 id="restart-kylin">Restart Kylin</h3>
-
 <p>Start Kylin again. Now Kylin will use LZO to compress MR outputs and HBase 
tables.</p>
 
 <h2 id="enable-ldap-authentication">Enable LDAP authentication</h2>
 
 <p>Kylin supports LDAP authentication for enterprise or production deployment; 
This is implemented based on Spring Security framework; Before enable LDAP, 
please contact your LDAP administrator to get necessary information, like LDAP 
server URL, username/password, search patterns, etc;</p>
 
-<h2 id="configure-ldap-properties-confkylinproperties">Configure LDAP 
properties conf/kylin.properties</h2>
+<h4 id="configure-ldap-properties-confkylinproperties">Configure LDAP 
properties conf/kylin.properties</h4>
 
 <p>Firstly, provide your LDAP URL, and username/password if the LDAP server is 
secured;</p>
 
@@ -1728,11 +1724,11 @@ ldap.user.groupSearchBase=OU=Group,DC=my
 </code></pre>
 </div>
 
-<p>If you have service accounts (e.g, for system integration) which also need 
be authenticated, you can configure them in ldap.service.*; If not, leave them 
be empty;</p>
+<p>If you have service accounts (e.g, for system integration) which also need 
be authenticated, you can configure them in ldap.service.*; Otherwise, leave 
them be empty;</p>
 
-<h3 id="enable-ldap-mode">Enable LDAP mode</h3>
+<h4 id="enable-ldap-mode">Enable LDAP mode</h4>
 
-<p>Set “kylin.sandbox=true” in conf/kylin.properties, then restart Kylin 
server; In the Login page, use a LDAP account name/password to login.</p>
+<p>Set “kylin.sandbox=false” in conf/kylin.properties, then restart Kylin 
server; In the Login page, use a LDAP account name/password to login.</p>
 
                                                        </article>
                                                </div>

Modified: kylin/site/docs/tutorial/powerbi.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/tutorial/powerbi.html?rev=1723447&r1=1723446&r2=1723447&view=diff
==============================================================================
--- kylin/site/docs/tutorial/powerbi.html (original)
+++ kylin/site/docs/tutorial/powerbi.html Thu Jan  7 03:22:00 2016
@@ -1737,7 +1737,7 @@ Please make sure to download and install
 <img src="/images/tutorial/odbc/ms_tool/Picture7.png" alt="" /></p>
   </li>
   <li>
-    <p>Now you can start to enjou analyzing with Power BI.<br />
+    <p>Now you can start to enjoy analyzing with Power BI.<br />
 <img src="/images/tutorial/odbc/ms_tool/Picture8.png" alt="" /></p>
   </li>
   <li>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1723447&r1=1723446&r2=1723447&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Jan  7 03:22:00 2016
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 05 Jan 2016 22:10:55 -0800</pubDate>
-    <lastBuildDate>Tue, 05 Jan 2016 22:10:55 -0800</lastBuildDate>
+    <pubDate>Wed, 06 Jan 2016 19:20:16 -0800</pubDate>
+    <lastBuildDate>Wed, 06 Jan 2016 19:20:16 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to