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. 04 Sep, 2021 1 commit
  2. 30 Aug, 2021 4 commits
  3. 27 Aug, 2021 2 commits
  4. 25 Aug, 2021 4 commits
  5. 23 Aug, 2021 1 commit
  6. 22 Aug, 2021 3 commits
  7. 17 Aug, 2021 2 commits
  8. 12 Aug, 2021 1 commit
  9. 11 Aug, 2021 1 commit
  10. 09 Aug, 2021 1 commit
  11. 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
  12. 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
  13. 23 Jul, 2021 1 commit
  14. 18 Jul, 2021 1 commit
  15. 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
  16. 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
  17. 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
  18. 13 May, 2021 1 commit
  19. 28 Apr, 2021 1 commit
  20. 10 Apr, 2021 1 commit
  21. 09 Apr, 2021 2 commits
  22. 30 Mar, 2021 1 commit
  23. 24 Mar, 2021 1 commit
  24. 08 Mar, 2021 1 commit
  25. 04 Mar, 2021 3 commits
  26. 25 Feb, 2021 1 commit
  27. 30 Jan, 2021 1 commit