You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/28 08:41:00 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4624] [Docs] Fix table headers in kyuubi_vs_hive.md

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

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 443256589 [KYUUBI #4624] [Docs] Fix table headers in kyuubi_vs_hive.md
443256589 is described below

commit 443256589a06b45b3b8371be40471cd1d482c0b3
Author: Derick Cypho <de...@gmail.com>
AuthorDate: Tue Mar 28 16:40:35 2023 +0800

    [KYUUBI #4624] [Docs] Fix table headers in kyuubi_vs_hive.md
    
    ### _Why are the changes needed?_
    
    Fix the Markdown formatting for the table that demonstrates the difference between Kyuubi and HiveServer2.
    The before table is as shown down below:
    ![image](https://user-images.githubusercontent.com/55829354/228123507-6ac2c7a9-d398-4e93-8315-a0a2b0df7287.png)
    Document readability improvement.
    
    Closes #4624 from DerickCypho/patch-1.
    
    Closes #4624
    
    4e9394a9c [Bowen Liang] Update docs/overview/kyuubi_vs_hive.md
    a9935bfa2 [Bowen Liang] Update docs/overview/kyuubi_vs_hive.md
    44c21e23e [Bowen Liang] Update docs/overview/kyuubi_vs_hive.md
    776782590 [Bowen Liang] Update docs/overview/kyuubi_vs_hive.md
    95b367e33 [DerickCypho] Fix table headers in kyuubi_vs_hive.md
    6e42f9d8b [DerickCypho] Fix table headers for kyuubi_vs_hive.md
    6684d2f46 [DerickCypho] Update kyuubi_vs_hive.md
    
    Lead-authored-by: Derick Cypho <de...@gmail.com>
    Co-authored-by: Bowen Liang <bo...@apache.org>
    Co-authored-by: DerickCypho <55...@users.noreply.github.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit 1811c909e0bfeab4fe65174e4bd9695f2bd50c17)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/overview/kyuubi_vs_hive.md | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/docs/overview/kyuubi_vs_hive.md b/docs/overview/kyuubi_vs_hive.md
index 43ffac146..80038c178 100644
--- a/docs/overview/kyuubi_vs_hive.md
+++ b/docs/overview/kyuubi_vs_hive.md
@@ -32,16 +32,14 @@ have multiple reducer stages.
 
 ## Differences Between Kyuubi and HiveServer2
 
-- 
-
-|             Kyuubi             |                                   HiveServer2                                   |
-|--------------------------------|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| ** Language **                 | Spark SQL                                                                       | Hive QL                                                                                                                                                            |
-| ** Optimizer **                | Spark SQL Catalyst                                                              | Hive Optimizer                                                                                                                                                     |
-| ** Engine **                   | up to Spark 3.x                                                                 | MapReduce/[up to Spark 2.3](https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started#HiveonSpark:GettingStarted-VersionCompatibility)/Tez |
-| ** Performance **              | High                                                                            | Low                                                                                                                                                                |
-| ** Compatibility with Spark ** | Good                                                                            | Bad(need to rebuild on a specific version)                                                                                                                         |
-| ** Data Types **               | [Spark Data Types](https://spark.apache.org/docs/latest/sql-ref-datatypes.html) | [Hive Data Types](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Types)                                                                           |
+|                              |                                     Kyuubi                                      |                                                                            HiveServer2                                                                             |
+|------------------------------|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **Language**                 | Spark SQL                                                                       | Hive QL                                                                                                                                                            |
+| **Optimizer**                | Spark SQL Catalyst                                                              | Hive Optimizer                                                                                                                                                     |
+| **Engine**                   | up to Spark 3.x                                                                 | MapReduce/[up to Spark 2.3](https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started#HiveonSpark:GettingStarted-VersionCompatibility)/Tez |
+| **Performance**              | High                                                                            | Low                                                                                                                                                                |
+| **Compatibility with Spark** | Good                                                                            | Bad(need to rebuild on a specific version)                                                                                                                         |
+| **Data Types**               | [Spark Data Types](https://spark.apache.org/docs/latest/sql-ref-datatypes.html) | [Hive Data Types](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Types)                                                                           |
 
 ## Performance