This project is mirrored from https://gitee.com/yxydde/incubator-kyuubi.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 30 Aug, 2021 1 commit
  2. 27 Aug, 2021 2 commits
  3. 25 Aug, 2021 4 commits
  4. 23 Aug, 2021 1 commit
  5. 22 Aug, 2021 3 commits
  6. 17 Aug, 2021 2 commits
  7. 12 Aug, 2021 1 commit
  8. 11 Aug, 2021 1 commit
  9. 09 Aug, 2021 1 commit
  10. 04 Aug, 2021 1 commit
    • Cheng Pan's avatar
      [KYUUBI #888] Add scala version suffix on scala modules · 4fecf139
      Cheng Pan authored
      <!--
      Thanks for sending a pull request!
      
      Here are some tips for you:
        1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
        2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
        3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
      -->
      
      ### _Why are the changes needed?_
      <!--
      Please clarify why the changes are needed. For instance,
        1. If you add a feature, you can talk about the use case of it.
        2. If you fix a bug, you can clarify why it is a bug.
      -->
      - Add scala version suffix on scala modules to match the name pattern.
      - Enable `kyuubi-extension-spark-3-1` in daily publish snapshot
      
      ### _How was this patch tested?_
      - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      - [ ] Add screenshots for manual tests if appropriate
      
      - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #888 from pan3793/scala.
      
      Closes #888
      
      571eb9c3 [Cheng Pan] comments
      16cb263a [Cheng Pan] remove hardcode scala version in pom
      6090c798 [Cheng Pan] Fix shade
      5178847f [Cheng Pan] Fixup
      a1547753 [Cheng Pan] Fix engine jar name
      2cf4793e [Cheng Pan] fix
      cac96531 [Cheng Pan] Enable kyuubi-extension-spark-3-1 in daily publish snapshot
      1ca31de5 [Cheng Pan] Add scala version suffix on scala modules
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarulysses-you <ulyssesyou18@gmail.com>
      4fecf139
  11. 03 Aug, 2021 1 commit
    • Kent Yao's avatar
      [KYUUBI #885] Add Event for Engine · f6d5069b
      Kent Yao authored
      <!--
      Thanks for sending a pull request!
      
      Here are some tips for you:
        1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
        2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
        3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
      -->
      
      ### _Why are the changes needed?_
      <!--
      Please clarify why the changes are needed. For instance,
        1. If you add a feature, you can talk about the use case of it.
        2. If you fix a bug, you can clarify why it is a bug.
      -->
      
      ### _How was this patch tested?_
      - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      - [ ] Add screenshots for manual tests if appropriate
      
      - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #885 from yaooqinn/engineevent.
      
      Closes #885
      
      6a7ac341 [Kent Yao] refine
      41baf0e7 [Kent Yao] refine
      2c141a06 [Kent Yao] test history server
      d1b0823a [Kent Yao] test history server
      3aae8417 [Kent Yao] dump the final engine status
      257e50f5 [Kent Yao] Add Event for Engine
      f1f1f0e8 [Kent Yao] Add Event for Engine
      85addc6e [Kent Yao] Add Event for Engine
      cece5888 [Kent Yao] Add Event for Engine
      Authored-by: default avatarKent Yao <yao@apache.org>
      Signed-off-by: default avatarKent Yao <yao@apache.org>
      f6d5069b
  12. 23 Jul, 2021 1 commit
  13. 18 Jul, 2021 1 commit
  14. 14 Jul, 2021 1 commit
    • Yuxiang Zhang's avatar
      Event Tracking: For statement (#767) · ff52b203
      Yuxiang Zhang authored
      Generate KStatement info. This object includes the following elements:
      1. statement
      2. statementId
      3. appId
      4. sessionId
      5. executionId
      6. physicalPlan
      7. stateTime: contains each state and the time occurrence
      
      Those data was packaged in KStatement and we store those object in mem.
      You can get some summary data from this object.
      ff52b203
  15. 08 Jul, 2021 1 commit
    • Kent Yao's avatar
      [KYUUBI #762] Add Kyuubi Hive JDBC Module · 7385f015
      Kent Yao authored
      <!--
      Thanks for sending a pull request!
      
      Here are some tips for you:
        1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
        2. If the PR is related to an issue in https://github.com/NetEase/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
        3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
      -->
      
      ### _Why are the changes needed?_
      <!--
      Please clarify why the changes are needed. For instance,
        1. If you add a feature, you can talk about the use case of it.
        2. If you fix a bug, you can clarify why it is a bug.
      -->
      
      Aiming to make a better supported client for Kyuubi and Spark
      
      - Add catalog to getTables meta function for DataLakes (DONE)
      - Deploy to maven central (PENDING)
      
      ### _How was this patch tested?_
      - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      - [ ] Add screenshots for manual tests if appropriate
      
      - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #762 from yaooqinn/kyuubi-jdbc.
      
      Closes #762
      
      5a881c7b [Kent Yao] address comments
      6f01f8e0 [Kent Yao] Add Kyuubi Hive JDBC Module
      Authored-by: default avatarKent Yao <yao@apache.org>
      Signed-off-by: default avatarCheng Pan <chengpan@apache.org>
      7385f015
  16. 07 Jul, 2021 1 commit
    • 张宇翔's avatar
      [KYUUBI #763] add TPC-DS Tests for spark-monitor module · 83b7f9ae
      张宇翔 authored
      
      add TPC-DS Tests for spark-monitor module
      
      Closes #763 from zhang1002/branch-1.2_add-monitor-module_fix-tpc-tests.
      
      Closes #763
      
      fb7c1bee [zhang1002] Update pom.xml
      9a770f9a [zhang1002] Update pom.xml
      58e74f8a [zhang1002] Update master.yml
      349e1ec4 [张宇翔] merge master
      bff7fd53 [张宇翔] Merge branch 'branch-1.2_add-monitor-module' into branch-1.2_add-monitor-module_fix-tpc-tests
      00e80fd3 [zhang1002] Update pom.xml
      0e8d1553 [张宇翔] add module for tpc tests
      d39767a5 [张宇翔] change module's location
      1d151459 [张宇翔] change module name
      d926d959 [张宇翔] change module name
      9bf35e62 [zhang1002] Update pom.xml
      34702432 [zhang1002] Update README.md
      9a6a68cd [zhang1002] Update README.md
      50e3e7d0 [张宇翔] remove dependency
      cf2cf0f8 [张宇翔] add kyuubi-monitor module
      Lead-authored-by: default avatar张宇翔 <zhang1002@126.com>
      Co-authored-by: default avatarzhang1002 <zhang1002@126.com>
      Signed-off-by: default avatarulysses-you <ulyssesyou18@gmail.com>
      83b7f9ae
  17. 13 May, 2021 1 commit
  18. 28 Apr, 2021 1 commit
  19. 10 Apr, 2021 1 commit
  20. 09 Apr, 2021 2 commits
  21. 30 Mar, 2021 1 commit
  22. 24 Mar, 2021 1 commit
  23. 08 Mar, 2021 1 commit
  24. 04 Mar, 2021 3 commits
  25. 25 Feb, 2021 1 commit
  26. 30 Jan, 2021 1 commit
  27. 18 Jan, 2021 1 commit
  28. 09 Jan, 2021 1 commit
    • Cheng Pan's avatar
      Tune pom · 0eeb9977
      Cheng Pan authored
      fixes #271
      Squashed commit of the following:
      
      commit fe0f469b2068865398d6e5be1957fdf6c6f5eb87
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 22:28:43 2021 +0800
      
          followup
      
      commit 527e32419ecb2ae584d1251cb345e3fc870965a9
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 22:21:29 2021 +0800
      
          revert some stuffs
      
      commit 82f188972b8491c5d381ba076a53f84a2fbc1898
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 16:49:14 2021 +0800
      
          remove unused dependencies
      
      commit c7eb27228d2749ab9100102467e94d3a6a98cf44
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 15:41:59 2021 +0800
      
          minimize dependencies in kyuubi-spark-sql-engine
      
      commit da902b1b1e02c7e93810ca832f6c9e7109cf95b9
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 13:26:34 2021 +0800
      
          exclude hive dependencies
      
      commit 55ae7f025a5ffcec402919e28b7b3af5987dfe16
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 01:08:09 2021 +0800
      
          pin versions and excludes in <dependencyManagement>
      
      commit 9ef84a5f62afd66fb4b817d593ba1b13ff8348ed
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 14:12:04 2021 +0800
      
          trigger kyuubi-spark-sql-engine package
      
      commit d492e3fdce64e6554fe0db1d810c6f4bea198baa
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 13:44:13 2021 +0800
      
          trigger kyuubi-download
      
      commit 050281b8fc400f3ae5fa1d43d56da49846664ea4
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 15:30:58 2021 +0800
      
          pin modules version in dependencyManagement
      
      commit 1655fc453ded4626ae5e12e7b17af6f10c30a0dd
      Author: Cheng Pan <379377944@qq.com>
      Date:   Fri Jan 8 19:45:27 2021 +0800
      
          tune modules in alphabetical order
      
      commit 7f3f4d987336d71d73eab059e93f3d008cfcd1a6
      Author: Cheng Pan <379377944@qq.com>
      Date:   Sat Jan 9 00:09:49 2021 +0800
      
          change dependencies scope to test
      0eeb9977
  29. 31 Dec, 2020 1 commit
  30. 29 Sep, 2020 1 commit
    • Kent Yao's avatar
      nit · 396e06a3
      Kent Yao authored
      396e06a3