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 2022/06/21 05:51:24 UTC

[incubator-kyuubi-website] branch master updated: Update Useful Developer Tools

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95cc0b4  Update Useful Developer Tools
95cc0b4 is described below

commit 95cc0b4fbf4def3827732a5e4f9d2918611e10a2
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Jun 21 13:50:31 2022 +0800

    Update Useful Developer Tools
---
 src/en/developer-tools.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/en/developer-tools.md b/src/en/developer-tools.md
index 77e7389..934fa00 100644
--- a/src/en/developer-tools.md
+++ b/src/en/developer-tools.md
@@ -65,10 +65,12 @@ For instance, you can build the Kyuubi modules without Kyuubi Codecov and Assemb
 
 Since v1.1.0, Kyuubi support building with different Spark profiles,
 
-Profile | Default  | Since
---- | --- | --- 
--Pspark-3.0 | Yes | 1.0.0
--Pspark-3.1 | No | 1.1.0
+Profile     | Default  | Since
+----------- | -------- | --- 
+-Pspark-3.0 | No       | 1.0.0
+-Pspark-3.1 | No       | 1.1.0
+-Pspark-3.2 | Yes      | 1.4.0
+-Pspark-3.3 | No       | 1.6.0
 
 
 ### Defining the Apache Mirror for Spark