You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/09/14 01:26:28 UTC

[kylin] 02/03: KYLIN-5264 add doc for datasource

This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 8781d8c4a7bf29dc325b67746949d4930421fc7a
Author: Mukvin <bo...@163.com>
AuthorDate: Tue Sep 13 15:48:10 2022 +0800

    KYLIN-5264 add doc for datasource
---
 website/docs/datasource/images/hive_datasource.png | Bin 57779 -> 43114 bytes
 website/docs/datasource/images/select_dataset.png  | Bin 113355 -> 71613 bytes
 website/docs/datasource/import_hive.md             |   7 ++++---
 website/docs/datasource/intro.md                   |   1 +
 website/docs/monitor/intro.md                      |   4 ----
 5 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/website/docs/datasource/images/hive_datasource.png b/website/docs/datasource/images/hive_datasource.png
index 9b62f6a563..5bfd182f34 100644
Binary files a/website/docs/datasource/images/hive_datasource.png and b/website/docs/datasource/images/hive_datasource.png differ
diff --git a/website/docs/datasource/images/select_dataset.png b/website/docs/datasource/images/select_dataset.png
index 69158cf5e4..91e1eb5a1d 100644
Binary files a/website/docs/datasource/images/select_dataset.png and b/website/docs/datasource/images/select_dataset.png differ
diff --git a/website/docs/datasource/import_hive.md b/website/docs/datasource/import_hive.md
index 0ad3df7627..e1f6b1fced 100755
--- a/website/docs/datasource/import_hive.md
+++ b/website/docs/datasource/import_hive.md
@@ -40,7 +40,9 @@ This article introduces how to load Hive data source to a Kylin [project](../ope
 
 3. In the left navigation panel, click **Data Assets** > **Data Source**.
 
-4. Click **Add data source**. In the **Add New Source** dialog box, select **Hive** and click **Next**.![](images/hive_datasource.png)
+4. Click **Add data source**. In the **Add New Source** dialog box, select **Hive** and click **Next**.
+   
+   ![](images/hive_datasource.png)
 
 5. Select the target database/table (use the filter to quickly locate), and then click **Load**.   
 
@@ -64,8 +66,7 @@ This article introduces how to load Hive data source to a Kylin [project](../ope
 
 - Question: Besides Hive data source, what other data sources does Kylin support?
 
-  Answer: Kylin supports various data sources, including Hive and [Kakfa](import_kafka.md). Meanwhile, you can also [connect to other data sources by extending the data source SDK](../developer/rdbms_sdk/rdbms_sdk.md), for example, GBase. 
-
+  Answer: Kylin current only supports Hive. 
 
 
 ### Next step 
diff --git a/website/docs/datasource/intro.md b/website/docs/datasource/intro.md
index 84f1a87a31..dff09d83fc 100644
--- a/website/docs/datasource/intro.md
+++ b/website/docs/datasource/intro.md
@@ -22,5 +22,6 @@ The Kylin supports the integration of multiple data sources, such as Hive. You c
 Click the links below to learn how to load different types of data sources.
 
 - [Hive data source](import_hive.md)
+- [Data Sampling](data_sampling.md)
 
 
diff --git a/website/docs/monitor/intro.md b/website/docs/monitor/intro.md
index f3a25713f5..502268f7e3 100644
--- a/website/docs/monitor/intro.md
+++ b/website/docs/monitor/intro.md
@@ -14,10 +14,6 @@ last_update:
     date: 08/19/2022
 ---
 
-
-## Monitor Job
-
-
 Kylin introduces a **job monitor** module that allows users to view relevant information and execute jobs on the list.
 
 The job is built in the process of using Kylin, such as building an index and refreshing the source table data, etc.