Author: lidong
Date: Sun Jan 12 14:16:08 2020
New Revision: 1872676

URL: http://svn.apache.org/viewvc?rev=1872676&view=rev
Log:
Add necessary advice for usage of livy

Modified:
    kylin/site/docs/howto/howto_ldap_and_sso.html
    kylin/site/docs31/tutorial/cube_spark.html
    kylin/site/feed.xml

Modified: kylin/site/docs/howto/howto_ldap_and_sso.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/howto/howto_ldap_and_sso.html?rev=1872676&r1=1872675&r2=1872676&view=diff
==============================================================================
--- kylin/site/docs/howto/howto_ldap_and_sso.html (original)
+++ kylin/site/docs/howto/howto_ldap_and_sso.html Sun Jan 12 14:16:08 2020
@@ -7058,11 +7058,12 @@ java -classpath kylin-server-base-\<v
 </code></pre>
 </div>
 
-<p>Config them in the conf/kylin.properties:</p>
+<p>Config them in the conf/kylin.properties. When you use the customized CA 
certificate library for user authentication based on LDAPs, you need to 
configure ‘kylin.security.ldap.connection-truststore’, the value of this 
configuration will be added to the JVM parameter javax.net.ssl.trustStore:</p>
 
 <div class="highlighter-rouge"><pre 
class="highlight"><code>kylin.security.ldap.connection-server=ldap://&lt;your_ldap_host&gt;:&lt;port&gt;
 kylin.security.ldap.connection-username=&lt;your_user_name&gt;
 kylin.security.ldap.connection-password=&lt;your_password_encrypted&gt;
+kylin.security.ldap.connection-truststore=&lt;your_customized_CA_certificate_library&gt;
 </code></pre>
 </div>
 

Modified: kylin/site/docs31/tutorial/cube_spark.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs31/tutorial/cube_spark.html?rev=1872676&r1=1872675&r2=1872676&view=diff
==============================================================================
--- kylin/site/docs31/tutorial/cube_spark.html (original)
+++ kylin/site/docs31/tutorial/cube_spark.html Sun Jan 12 14:16:08 2020
@@ -7156,6 +7156,8 @@ kylin.engine.livy-conf.livy-url=http://i
 kylin.engine.livy-conf.livy-key.file=hdfs:///path/kylin-job-3.0.0-SNAPSHOT.jar
 
kylin.engine.livy-conf.livy-arr.jars=hdfs:///path/hbase-client-1.2.0-{$env.version}.jar,hdfs:///path/hbase-common-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop2-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-server-1.2.0-{$env.version}.jar,hdfs:///path/htrace-core-3.2.0-incubating.jar,hdfs:///path/metrics-core-2.2.0.jar</code></pre></div>
 
+<p>It’s worth noting that there should be spaces between the paths of two 
jars.</p>
+
 <h2 id="optional">Optional</h2>
 
 <p>As we all know, the cubing job includes several steps and the steps 
‘extract fact table distinct value’, ‘build dimension dictionary’ and 
‘build UHC dimension dictionary’ can also be built by spark. The 
configurations are as follows.</p>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1872676&r1=1872675&r2=1872676&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sun Jan 12 14:16:08 2020
@@ -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>Wed, 08 Jan 2020 01:10:23 -0800</pubDate>
-    <lastBuildDate>Wed, 08 Jan 2020 01:10:23 -0800</lastBuildDate>
+    <pubDate>Sun, 12 Jan 2020 05:59:09 -0800</pubDate>
+    <lastBuildDate>Sun, 12 Jan 2020 05:59:09 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to