Author: lidong
Date: Mon Nov  4 14:08:27 2019
New Revision: 1869369

URL: http://svn.apache.org/viewvc?rev=1869369&view=rev
Log:
KYLIN-4205 configuration support set hive.intermediate-table-prefix

Modified:
    kylin/site/cn/docs/install/configuration.html
    kylin/site/docs/install/configuration.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs/install/configuration.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs/install/configuration.html?rev=1869369&r1=1869368&r2=1869369&view=diff
==============================================================================
--- kylin/site/cn/docs/install/configuration.html (original)
+++ kylin/site/cn/docs/install/configuration.html Mon Nov  4 14:08:27 2019
@@ -519,6 +519,7 @@ var _hmt = _hmt || [];
   <li><code 
class="highlighter-rouge">kylin.source.hive.database-for-flat-table</code>:指定存放
 Hive 中间表的 Hive 数据库名字,默认值为 
default,请确保启动 Kylin 
实例的用户有操作该数据库的权限</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.flat-table-storage-format</code>:指定
 Hive 中间表的存储格式,默认值为 SEQUENCEFILE</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.flat-table-field-delimiter</code>:指定
 Hive 中间表的分隔符,默认值为  \u001F</li>
+  <li><code 
class="highlighter-rouge">kylin.source.hive.intermediate-table-prefix</code>:指定
 Hive 中间表的表名前缀,默认值为  kylin_intermediate_</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.redistribute-flat-table</code>:是否重分é
… Hive 平表,默认值为 TRUE</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.redistribute-column-count</code>:重分é
…åˆ—的数量,默认值为 3</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.table-dir-create-first</code>:默认值为
 FALSE</li>

Modified: kylin/site/docs/install/configuration.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/configuration.html?rev=1869369&r1=1869368&r2=1869369&view=diff
==============================================================================
--- kylin/site/docs/install/configuration.html (original)
+++ kylin/site/docs/install/configuration.html Mon Nov  4 14:08:27 2019
@@ -6698,6 +6698,11 @@ The default setting use relatively less
   <li><code 
class="highlighter-rouge">kylin.source.hive.database-for-flat-table</code>: 
specifies the name of the Hive database that stores the Hive intermediate 
table. The default is <em>default</em>. Make sure that the user who started the 
Kylin instance has permission to operate the database.</li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.flat-table-storage-format</code>: 
specifies the storage format of the Hive intermediate table. The default value 
is <em>SEQUENCEFILE</em></li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.flat-table-field-delimiter</code>: 
specifies the delimiter of the Hive intermediate table. The default value is 
<em>\u001F</em></li>
+  <li>
+    <ul>
+      <li><code 
class="highlighter-rouge">kylin.source.hive.intermediate-table-prefix</code>: 
specifies the table name prefix of the Hive intermediate table. The default 
value is <em>kylin_intermediate_</em></li>
+    </ul>
+  </li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.redistribute-flat-table</code>: 
whether to redistribute the Hive flat table. The default value is 
<em>TRUE</em></li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.redistribute-column-count</code>: 
number of redistributed columns. The default value is <em>3</em></li>
   <li><code 
class="highlighter-rouge">kylin.source.hive.table-dir-create-first</code>: the 
default value is <em>FALSE</em></li>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1869369&r1=1869368&r2=1869369&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Mon Nov  4 14:08:27 2019
@@ -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>Thu, 31 Oct 2019 06:59:16 -0700</pubDate>
-    <lastBuildDate>Thu, 31 Oct 2019 06:59:16 -0700</lastBuildDate>
+    <pubDate>Mon, 04 Nov 2019 05:59:17 -0800</pubDate>
+    <lastBuildDate>Mon, 04 Nov 2019 05:59:17 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to