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 2 commits
  2. 03 Sep, 2021 1 commit
    • Cheng Pan's avatar
      [KYUUBI #1019] [BUILD] Remove developers from pom · 2bafbf38
      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.
      -->
      
      > I would recommend not doing this and in particular not not adding organisation as could be taken as misrepresenting who owns the project. People must act as individuals in the interest of the project when working on a project and not the company they are working for.
      >
      > Kind Regards,
      Justin
      
      ### _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/develop_tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #1019 from pan3793/pom.
      
      Closes #1019
      
      11369b7d [Cheng Pan] [BUILD] Remove developers from pom
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarKent Yao <yao@apache.org>
      (cherry picked from commit 134da16f
      
      )
      Signed-off-by: default avatarKent Yao <yao@apache.org>
      2bafbf38
  3. 30 Aug, 2021 4 commits
  4. 27 Aug, 2021 2 commits
  5. 25 Aug, 2021 4 commits
  6. 23 Aug, 2021 1 commit
  7. 22 Aug, 2021 3 commits
  8. 19 Aug, 2021 1 commit
  9. 18 Aug, 2021 1 commit
  10. 17 Aug, 2021 2 commits
  11. 16 Aug, 2021 1 commit
    • Cheng Pan's avatar
      [KYUUBI #874] [ASF] ASF Publish · c0606713
      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 release script
      - Add release guide
      - Add license header in some files
      
      ### _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
      
      The release script has not been tested yet.
      
      Closes #874 from pan3793/asf-pub.
      
      Closes #874
      
      5e798a96 [Cheng Pan] LICENSE header
      825f2a84 [Cheng Pan] Fix rat
      aecc3e6b [Cheng Pan] release doc
      a55503c5 [Cheng Pan] Kyuubi Release Guide
      2f1a25a2 [Cheng Pan] Release Guide
      c5a40c24 [Cheng Pan] Release script
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarCheng Pan <chengpan@apache.org>
      c0606713
  12. 12 Aug, 2021 1 commit
  13. 11 Aug, 2021 1 commit
  14. 06 Aug, 2021 1 commit
    • Cheng Pan's avatar
      [KYUUBI #889] [BUILD] Package release tarball · 20394398
      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.
      -->
      ```
      export RELEASE_VERSION=1.3.0-SNAPSHOT # keep same version with pom.xml
      export SKIP_GPG=false                 # optional, default false
      build/release/create-package.sh source
      build/release/create-package.sh binary
      ```
      ```
      ➜  apache-kyuubi git:(asf-pub) ls -lh work/release
      total 161256
      -rw-r--r--  1 chengpan  staff    60M Aug  4 15:12 kyuubi-1.3.0-SNAPSHOT-bin.tgz
      -rw-r--r--  1 chengpan  staff   488B Aug  4 15:12 kyuubi-1.3.0-SNAPSHOT-bin.tgz.asc
      -rw-r--r--  1 chengpan  staff   212B Aug  4 15:12 kyuubi-1.3.0-SNAPSHOT-bin.tgz.sha512
      -rw-r--r--  1 chengpan  staff    18M Aug  4 15:10 kyuubi-1.3.0-SNAPSHOT-source.tgz
      -rw-r--r--  1 chengpan  staff   488B Aug  4 15:10 kyuubi-1.3.0-SNAPSHOT-source.tgz.asc
      -rw-r--r--  1 chengpan  staff   215B Aug  4 15:10 kyuubi-1.3.0-SNAPSHOT-source.tgz.sha512
      ```
      
      Planning to add release script and release doc in following PRs.
      
      ### _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 #889 from pan3793/asf-package.
      
      Closes #889
      
      0aef5d77 [Cheng Pan] Update docs
      4b0be7da [Cheng Pan] [BUILD] Package release tarball
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarCheng Pan <chengpan@apache.org>
      20394398
  15. 03 Aug, 2021 1 commit
  16. 02 Aug, 2021 2 commits
  17. 29 Jul, 2021 1 commit
  18. 28 Jul, 2021 1 commit
  19. 26 Jul, 2021 1 commit
  20. 23 Jul, 2021 1 commit
  21. 21 Jul, 2021 1 commit
    • timothy65535's avatar
      [KYUUBI #842] Fix meet rat check error when build kyuubi project · bf0042cb
      timothy65535 authored
      Fixes #842
      
      <!--
      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.
      -->
      
      ### 1. Describe the bug
      
      Meet rat check error when build kyuubi project
      ```
      [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.13:check (default-cli) on project kyuubi: Too many files with unapproved license: 75 See RAT report in: /work/projects/opensource/kyuubi/target/rat.txt -> [Help 1]
      [ERROR]
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR]
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      ```
      
      ### 2. Steps to reproduce
      
      1. Build kyuubi project
      ```
      ./build/dist --tgz --spark-provided -Pkyuubi-extension-spark_3.1
      ```
      2. Untar dist package and check some jars
      3. Build kyuubi again
      
      ### _How was this patch tested?_
      - [X] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      ```
      mvn org.apache.rat:apache-rat-plugin:0.13:check
      ```
      
      - [ ] 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
      
      ![image](https://user-images.githubusercontent.com/86483005/126352583-324bd9c2-8ce7-449e-bec6-00cb91823dfe.png
      
      )
      
      ```
      74 Unknown Licenses
      
      *****************************************************
      
      Files with unapproved licenses:
      
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-hadoop3.2/data/mllib/ridge-data/lpsa.data
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-hadoop3.2/data/mllib/als/test.data
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-hadoop3.2/R/lib/SparkR/doc/sparkr-vignettes.R
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-hadoop3.2/R/lib/SparkR/doc/index.html
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/externals/spark-3.1.2-bin-hadoop3.2/R/lib/SparkR/R/SparkR
        kyuubi-1.3.0-SNAPSHOT-bin-spark-3.1-hadoop3.2/RELEASE
        kyuubi-1.3.0-SNAPSHOT-bin-without-spark/RELEASE
      
      *****************************************************
      
      ```
      
      Closes #843 from timothy65535/ky-842.
      
      Closes #842
      
      a236167d [timothy65535] improve rat exclude list
      a7bc4fb0 [timothy65535] [KYUUBI #842] Fix meet rat check error when build kyuubi project
      Authored-by: default avatartimothy65535 <timothy65535@163.com>
      Signed-off-by: default avatarulysses-you <ulyssesyou18@gmail.com>
      bf0042cb
  22. 18 Jul, 2021 1 commit
  23. 14 Jul, 2021 1 commit
  24. 12 Jul, 2021 2 commits
    • hongdongdong's avatar
      [KYUUBI #753] Use scopt to parse arguments · 16b93e47
      hongdongdong 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.
      -->
      Use [`scopt`](https://github.com/scopt/scopt) replace custom parser to parse arguments.
      
      ### _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
      
      - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #754 from hddong/kyuubi-753.
      
      Closes #753
      
      3d2645d8 [hongdongdong] fix check style
      fd181452 [hongdongdong] fix output
      ef7c44e4 [hongdongdong] use scopt help
      682b3a2f [hongdongdong] [KYUUBI#753] Use scopt to parse arguments
      Authored-by: default avatarhongdongdong <hongdongdong@cmss.chinamobile.com>
      Signed-off-by: default avatarKent Yao <yao@apache.org>
      16b93e47
    • Binjie Yang's avatar
      [KYUUBI #768] [K8s] [Tool] tools shuffle-files-cleaner · 5e53748b
      Binjie Yang authored
      ### _Why are the changes needed?_
      Add Kyuubi tools cache-file-cleaner on kubernetes.
      This tools help to start daemonSet on Kubernetes to clean shuffle file and spark cache file.
      By config some envs, cache-file-cleaner will help to check some old file(which depending on configuration) and delete them for free dist.
      And after first cleaning, if the free capacity lower than threshold, cache file cleaner will start deep clean to help free dist.
      With the cache-file-cleaner, add Dockerfile, entrypoint and daemonSet.yaml to help user to use this tool.
      Using threadPool to help delete shuffle files.
      
      ### _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
      
      - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #768 from zwangsheng/shuffle-cleaner.
      
      Closes #768
      
      3e3d5c65 [Binjie Yang] tini
      2f7eab6e [Binjie Yang] dist
      d19b9d0c [Binjie Yang] dist
      3c8b7828 [Binjie Yang] dist
      21bf5b4d [Binjie Yang] big change
      4d803504 [Binjie Yang] rename to spark-block-cleaner & fix bug
      ba6515d0 [Binjie Yang] do some change
      1084feaa [Binjie Yang] delete empty dir
      ada682da [Binjie Yang] big change
      aabbf9ba [Binjie Yang] bugfix
      a504448a [Binjie Yang] big change
      0e0d5811 [Binjie Yang] modify
      262fe314 [Binjie Yang] pom
      ad9c533c [Binjie Yang] dist
      0364f6e9 [Binjie Yang] pom
      6fbb5cae [Binjie Yang] dist
      797bcc39 [Binjie Yang] shuffle cleaner
      Authored-by: default avatarBinjie Yang <2213335496@qq.com>
      Signed-off-by: default avatarulysses-you <ulyssesyou18@gmail.com>
      5e53748b
  25. 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
  26. 07 Jul, 2021 1 commit
    • Cheng Pan's avatar
      [KYUUBI #755] [BUILD] Default build against spark 3.1 · 819484fd
      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/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.
      -->
      
      ### _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 #755 from pan3793/spark-31.
      
      Closes #755
      
      bb25a395 [Cheng Pan] typo
      6b6fd4f7 [Cheng Pan] fix ut
      a79af708 [Cheng Pan] change cross version test to build against Spark 3.1 and test on Spark 3.0 binary
      2fd0afb4 [Cheng Pan] enable CODECOV with spark 3.1 in travis
      f0c8b55c [Cheng Pan] [BUILD] Default build against spark 3.1
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarfwang12 <fwang12@ebay.com>
      819484fd
  27. 06 Jul, 2021 1 commit