[KYUUBI #4020] remove incubating from kyuubi source code

### _Why are the changes needed?_

### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4069 from lightning-L/kyuubi-4020.

Closes #4020

97406ca0 [Tianlin Liao] [KYUUBI #4020] remove incubating from kyuubi source code

Authored-by: Tianlin Liao <tiliao@ebay.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
This commit is contained in:
Tianlin Liao 2023-01-04 09:43:20 +08:00 committed by ulysses-you
parent 2c6f17daf1
commit 8e8d8be8d2
No known key found for this signature in database
GPG Key ID: 4C500BC62D576766
40 changed files with 103 additions and 213 deletions

View File

@ -3,7 +3,7 @@ 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/CONTRIBUTING.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 ...'.
2. If the PR is related to an issue in https://github.com/apache/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 ...'.
-->

View File

@ -33,9 +33,9 @@ jobs:
issue-message: |
Hello @${{ github.actor }},
Thanks for finding the time to report the issue!
We really appreciate the community's efforts to improve Apache Kyuubi (Incubating).
We really appreciate the community's efforts to improve Apache Kyuubi.
pr-message: |
Hello @${{ github.actor }},
Thanks for finding the time to submit the Pull request, the Kyuubi community thanks you
We really appreciate the community's efforts to improve Apache Kyuubi (Incubating).
We really appreciate the community's efforts to improve Apache Kyuubi.
If you are new to Apache Kyuubi for code changes, please take some time to read our [contributing guide](https://kyuubi.apache.org/contributing.html).

View File

@ -31,7 +31,7 @@ In the process of using Apache Kyuubi, if you have any questions, suggestions, o
- Join the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html) - the best way to keep up-to-date with the community.
- [Issue Tracker](https://kyuubi.apache.org/issue_tracking.html) - tracking bugs, ideas, plans, etc.
- [Github Discussions](https://github.com/apache/incubator-kyuubi/discussions) - second to mailing list for anything else you want to share or ask
- [Github Discussions](https://github.com/apache/kyuubi/discussions) - second to mailing list for anything else you want to share or ask
- [Slack](https://join.slack.com/t/apachekyuubi/shared_invite/zt-1e1qw68g4-yE5HJsVVDin~ABtZISyuxg) - chat with our community User && Developer anytime!
## Contributing Guide
@ -44,10 +44,10 @@ There are many ways to make valuable contributions to the project and community.
You can make various types of contributions to Kyuubi, including the following but not limited to,
- Answer questions in the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html)
- [Share your success stories with us](https://github.com/apache/incubator-kyuubi/discussions/925)
- [Share your success stories with us](https://github.com/apache/kyuubi/discussions/925)
- Improve Documentation - [![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
- Test latest releases - [![Latest tag](https://img.shields.io/github/v/tag/apache/incubator-kyuubi?label=tag)](https://github.com/apache/incubator-kyuubi/tags)
- Improve test coverage - [![codecov](https://codecov.io/gh/apache/incubator-kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-kyuubi)
- Test latest releases - [![Latest tag](https://img.shields.io/github/v/tag/apache/kyuubi?label=tag)](https://github.com/apache/kyuubi/tags)
- Improve test coverage - [![codecov](https://codecov.io/gh/apache/kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/kyuubi)
- Report bugs and better help developers to reproduce
- Review changes
- [Make a pull request](https://kyuubi.apache.org/pull_request.html)

View File

@ -1,10 +0,0 @@
Apache Kyuubi (Incubating) is an effort undergoing incubation at the Apache
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

View File

@ -1,100 +0,0 @@
<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
# Apache Kyuubi(Incubating) Maturity Self Assessment
## Overview
This is an assessment of the overall maturity of Apache Kyuubi(Incubating) as an Apache project, meant to inform the decision (of mentors, community, incubator PMCs, and ASF Board of Directors) to graduate Kyuubi as a top-level Apache project. It is based on the [Apache Project Maturity Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
Mentors and community members are encouraged to contribute to this page and comment on it, the following tables summarize our self-assessment against the **Apache Project Maturity Model**.
:white_check_mark: means that the related item is in good status.
:white_large_square: means that the related item need long-term attention.
:x: means that the related item need to be fixed ASAP.
## Code
| ID | Description | Status |
|-----|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| C10 | The project produces Open Source software for distribution to the public, at no charge. | :white_check_mark: The project source code is licensed under the [Apache License, v2.0](https://github.com/apache/incubator-kyuubi/blob/master/LICENSE) |
| C20 | Anyone can easily discover and access the project's code. | :white_check_mark: The source code is available on GitHub directly, linked on website |
| C30 | Anyone using standard, widely-available tools, can build the code in a reproducible way. | :white_check_mark: The source code is automatically built for each Pull Request commit, with license checks, style checks, doc builds, unit and end to end tests, via GitHub actions and Travis. Development environment setup and build instructions to do the same locally are documented on the [website](https://kyuubi.apache.org/developer-tools.html). |
| C40 | The full history of the project's code is available via a source code control system, in a way that allows anyone to recreate any released version. | :white_check_mark: The project uses git to manage source code, documentation and website, all releases are tagged. The commit history is available from the beginning of the project. |
| C50 | The source code control system establishes the provenance of each line of code in a reliable way, based on strong authentication of the committer. When third parties contribute code, commit messages provide reliable information about the code provenance. | :white_check_mark: The project uses GitHub repository managed by Apache Infra, it ensuring the provenance of each line of code to a committer. All code is checked in after review and approval via GitHub pull requests. |
## Licenses and Copyright
| ID | Description | Status |
|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| LC10 | The Apache License, version 2.0, covers the released code. | :white_check_mark: The [LICENSE file](https://github.com/apache/incubator-kyuubi/blob/master/LICENSE) is in GitHub repository. [All releases](https://kyuubi.apache.org/releases.html) are verified by IPMC to contain the copy. |
| LC20 | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does. | :white_check_mark: [The list of mandatory dependencies](https://github.com/apache/incubator-kyuubi/tree/master/licenses-binary) have been reviewed to contain approved and compatible licenses only. |
| LC30 | The libraries mentioned in LC20 are available as Open Source software. | :white_check_mark: All mandatory dependencies listed in L20 are available as open source software. |
| LC40 | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | :white_check_mark: All committers have iCLAs on file before they have an apache account. |
| LC50 | The project clearly defines and documents the copyright ownership of everything that the project produces. | :white_check_mark: All files in the source repository have appropriate headers. [The Github workflow](https://github.com/apache/incubator-kyuubi/actions/workflows/license.yml) is in place to ensure every file has the expected license header. |
## Releases
| ID | Description | Status |
|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| RE10 | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. | :white_check_mark: Recent releases are available via the [download page](https://kyuubi.apache.org/releases.html) on the website. All releases are available via the [apache archive](https://archive.apache.org/dist/incubator/kyuubi/). |
| RE20 | The project's PMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation. | :white_check_mark: All incubating releases have been approved by the Kyuubi community and the Incubator, all with at least 3 PPMC/IPMC votes and more +1 than -1. |
| RE30 | Releases are signed and/or distributed along with digests that anyone can reliably use to validate the downloaded archives. | :white_check_mark: [Releases](https://kyuubi.apache.org/releases.html) are signed, the [keys](https://downloads.apache.org/incubator/kyuubi/KEYS) are available from the download page. Every release has a corresponding hash(sha512) to prevent content tampering. |
| RE40 | The project can distribute convenience binaries alongside source code, but they are not Apache Releases, they are provided with no guarantee. | :white_check_mark: Convenience binaries are distributed alongside source code at the same time via <ul><li>[Maven Central Repository](https://mvnrepository.com/artifact/org.apache.kyuubi)</li><li>[DockerHub](https://hub.docker.com/r/apache/kyuubi)</li><li>dist.apache.org</li></ul> |
| RE50 | The project documents a repeatable release process so that someone new to the project can independently generate the complete set of artifacts required for a release. | :white_check_mark: [Release guide](https://github.com/apache/incubator-kyuubi/blob/master/docs/community/release.md) is available. The releases of the project have been performed by 6 different release managers. |
## Quality
| ID | Description | Status |
|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QU10 | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | :white_check_mark: All issues are tracked on Kyuubi's GitHub [Issues](https://github.com/apache/incubator-kyuubi/issues). |
| QU20 | The project puts a very high priority on producing secure software. | :white_check_mark: Security issues are treated with the highest priority. We use Apache's default way to submit security related information. |
| QU30 | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | :white_check_mark: Website provides a link to https://www.apache.org/security/ |
| QU40 | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | :white_check_mark: Each release note contains all related issues and pull requests in the milestone, and extract mainly updates and API changes from milestones. |
| QU50 | The project strives to respond to documented bug reports in a timely manner. | :white_check_mark: The community is very active in responding to bug reports and usually fixes them within a short time period. |
## Community
| ID | Description | Status |
|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CO10 | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | :white_check_mark: The website describes of the project with download, user manual, technical details, how to contribute and team introduce. |
| CO20 | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | :white_check_mark: Committers are really welcome contributions and the community is actively seeking for new committers. The community has elected 3 new PPMC members and 8 new committers during incubation, based on meritocracy. |
| CO30 | Contributions include source code, documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project. | :white_check_mark: The community welcomes all contributions. The contribution guide refers to non source code contribution. The community is very clear about contributions being more than code. |
| CO40 | The community strives to be meritocratic and gives more rights and responsibilities to contributors who, over time, add value to the project. | :white_check_mark:. The community has elected 3 new PPMC members and 8 new committers during incubation, based on meritocracy. |
| CO50 | The project documents how contributors can earn more rights such as commit access or decision power, and applies these principles consistently. | :white_check_mark: The process to become a committer or PPMC member is documented on the website, see [newcommitter](https://kyuubi.apache.org/become_committer.html), [newppmc](https://kyuubi.apache.org/become_pmc_member.html) |
| CO60 | The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects. | :white_check_mark: The project works to build consensus. All PPMC votes have been unanimous so far. |
| CO70 | The project strives to answer user questions in a timely manner. | :white_check_mark: The project typically provides detailed answers to user questions within a few days via dev mailing list, GitHub issues and Github Discussions. |
## Consensus Building
| ID | Description | Status |
|------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CS10 | The project maintains a public list of its contributors who have decision power. The project's PMC (Project Management Committee) consists of those contributors. | :white_check_mark: Committers and PPMC members are listed on the websites community page, see [newcommitter](https://kyuubi.apache.org/become_committer.html), [newppmc](https://kyuubi.apache.org/become_pmc_member.html) |
| CS20 | Decisions require a consensus among PMC members and are documented on the project's main communications channel. The PMC takes community opinions into account, but the PMC has the final word. | :white_check_mark: The project has been making important decisions on the mailing lists. |
| CS30 | The project uses documented voting rules to build consensus when discussion is not sufficient. | :white_check_mark: The project uses the standard ASF voting rules. |
| CS40 | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | :white_check_mark: We've used vetoes with clear technical explanations for code commits only. |
| CS50 | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | :white_check_mark: The project has been making important decisions on the project mailing lists. Minor decisions may occasionally happen during code reviews, which are also asynchronous and in written form. |
## Independence
| ID | Description | Status |
|------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| IN10 | The project is independent from any corporate or organizational influence. | :white_check_mark: The project team gathers people from different companies (AsiaInfo, bilibili, China Mobile, eBay, iQIYI, NetEase, T3, Zhihu ...). No company or organization has significantly more influence than any other. We can note a growth of the contributions coming from different contributors. |
| IN20 | Contributors act as themselves, not as representatives of a corporation or organization. | :white_check_mark: The contributors act on their own initiative without representing a corporation or organization. |

2
NOTICE
View File

@ -1,5 +1,5 @@
Apache Kyuubi (Incubating)
Apache Kyuubi
Copyright 2021-2023 The Apache Software Foundation.
This product includes software developed at

View File

@ -1,5 +1,5 @@
Apache Kyuubi (Incubating)
Apache Kyuubi
Copyright 2021-2023 The Apache Software Foundation.
This product includes software developed at

View File

@ -15,21 +15,21 @@
- limitations under the License.
-->
# Apache Kyuubi (Incubating)
# Apache Kyuubi
<img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" height="120px" align="right" />
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Release](https://img.shields.io/github/v/release/apache/incubator-kyuubi?label=release)](https://github.com/apache/incubator-kyuubi/releases)
[![](https://tokei.rs/b1/github.com/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi)
[![codecov](https://codecov.io/gh/apache/incubator-kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-kyuubi)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/apache/incubator-kyuubi/Kyuubi/master?style=plastic)
[![Travis](https://api.travis-ci.com/apache/incubator-kyuubi.svg?branch=master)](https://travis-ci.com/apache/incubator-kyuubi)
[![Release](https://img.shields.io/github/v/release/apache/kyuubi?label=release)](https://github.com/apache/kyuubi/releases)
[![](https://tokei.rs/b1/github.com/apache/kyuubi)](https://github.com/apache/kyuubi)
[![codecov](https://codecov.io/gh/apache/kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/kyuubi)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/apache/kyuubi/Kyuubi/master?style=plastic)
[![Travis](https://api.travis-ci.com/apache/kyuubi.svg?branch=master)](https://travis-ci.com/apache/kyuubi)
[![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
![GitHub top language](https://img.shields.io/github/languages/top/apache/incubator-kyuubi)
[![Commit activity](https://img.shields.io/github/commit-activity/m/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi/graphs/commit-activity)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/apache/incubator-kyuubi.svg)](http://isitmaintained.com/project/apache/incubator-kyuubi "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/apache/incubator-kyuubi.svg)](http://isitmaintained.com/project/apache/incubator-kyuubi "Percentage of issues still open")
![GitHub top language](https://img.shields.io/github/languages/top/apache/kyuubi)
[![Commit activity](https://img.shields.io/github/commit-activity/m/apache/kyuubi)](https://github.com/apache/kyuubi/graphs/commit-activity)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/apache/kyuubi.svg)](http://isitmaintained.com/project/apache/kyuubi "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/apache/kyuubi.svg)](http://isitmaintained.com/project/apache/kyuubi "Percentage of issues still open")
## What is Kyuubi?
@ -113,7 +113,7 @@ Ready? [Getting Started](https://kyuubi.apache.org/docs/latest/quick_start/quick
## Contributor over time
[![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-kyuubi)](https://api7.ai/contributor-graph?chart=contributorOverTime&repo=apache/incubator-kyuubi)
[![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/kyuubi)](https://api7.ai/contributor-graph?chart=contributorOverTime&repo=apache/kyuubi)
## Aside

View File

@ -35,7 +35,7 @@ Top level targets are:
All other inputs are environment variables:
RELEASE_VERSION - Release version, must match pom.xml (e.g. 1.3.0-incubating)
RELEASE_VERSION - Release version, must match pom.xml (e.g. 1.7.0)
SKIP_GPG - (optional) Default false
EOF
exit 1

View File

@ -36,8 +36,8 @@ function usage {
echo "+--------------------------------------------------------------------+"
echo "| ./generate_changelog.sh <LAST_RELEASE_TAG> <CURRENT_RELEASE_TAG> |"
echo "+--------------------------------------------------------------------+"
echo "LAST_RELEASE_TAG: - last release tag of kyuubi e.g. v1.5.0-incubating"
echo "CURRENT_RELEASE_TAG: - current release tag of kyuubi e.g. v1.5.1-incubating-rc0"
echo "LAST_RELEASE_TAG: - last release tag of kyuubi e.g. v1.7.0"
echo "CURRENT_RELEASE_TAG: - current release tag of kyuubi e.g. v1.7.1-rc0"
echo ""
}
@ -49,7 +49,7 @@ if [ "${LAST_RELEASE_TAG}" = "-h" ]; then
fi
## Add title for changelog doc.
echo "## Changelog for Apache Kyuubi(Incubating) $RELEASE_VERSION" > $CHANGELOG_PATH
echo "## Changelog for Apache Kyuubi $RELEASE_VERSION" > $CHANGELOG_PATH
echo "" >> $CHANGELOG_PATH
## Append well-formatted git log to changelog file.
git log --pretty="[%s]($KYUUBI_GITHUB_COMMIT_URL%h) " $LAST_RELEASE_TAG..$CURRENT_RELEASE_TAG | grep -v "\[RELEASE\]" >> $CHANGELOG_PATH

View File

@ -23,7 +23,7 @@ set -x
ASF_USERNAME=${ASF_USERNAME:?"ASF_USERNAME is required"}
ASF_PASSWORD=${ASF_PASSWORD:?"ASF_PASSWORD is required"}
RELEASE_VERSION=${RELEASE_VERSION:?"RELEASE_VERSION is required, e.g. 1.4.0-incubating"}
RELEASE_VERSION=${RELEASE_VERSION:?"RELEASE_VERSION is required, e.g. 1.7.0"}
RELEASE_RC_NO=${RELEASE_RC_NO:?"RELEASE_RC_NO is required, e.g. 0"}
exit_with_usage() {
@ -37,7 +37,7 @@ Top level targets are:
All other inputs are environment variables
RELEASE_VERSION - Release version, must match pom.xml and not be SNAPSHOT (e.g. 1.3.0-incubating)
RELEASE_VERSION - Release version, must match pom.xml and not be SNAPSHOT (e.g. 1.7.0)
RELEASE_RC_NO - Release RC number, (e.g. 0)
ASF_USERNAME - Username of ASF committer account

View File

@ -23,7 +23,7 @@ set -e
RELEASE_DIR="$(cd "$(dirname "$0")"/..; pwd)"
######### Please modify the variables ##########
# release version, e.g. 1.4.0-incubating
# release version, e.g. 1.7.0
release_version=${release_version:-""}
################################################
@ -39,15 +39,15 @@ mkdir -p ${RELEASE_TEMP_DIR}
ANNOUNCE=${RELEASE_TEMP_DIR}/${release_version}_announce.temp
cat >$ANNOUNCE<<EOF
Title: [ANNOUNCE] Apache Kyuubi (Incubating) released ${release_version}
Title: [ANNOUNCE] Apache Kyuubi released ${release_version}
Content:
Hi all,
The Apache Kyuubi (Incubating) community is pleased to announce that
Apache Kyuubi (Incubating) ${release_version} has been released!
The Apache Kyuubi community is pleased to announce that
Apache Kyuubi ${release_version} has been released!
Apache Kyuubi (Incubating) is a distributed multi-tenant JDBC server for
Apache Kyuubi is a distributed multi-tenant JDBC server for
large-scale data processing and analytics, built on top of Apache Spark
and designed to support more engines (i.e. Apache Flink).
@ -68,18 +68,18 @@ data security, high availability, high client concurrency, etc.
The full release notes and download links are available at:
Release Notes: https://kyuubi.apache.org/release/${release_version}.html
To learn more about Apache Kyuubi (Incubating), please see
To learn more about Apache Kyuubi, please see
https://kyuubi.apache.org/
Kyuubi Resources:
- Issue: https://github.com/apache/incubator-kyuubi/issues
- Issue: https://github.com/apache/kyuubi/issues
- Mailing list: dev@kyuubi.apache.org
We would like to thank all contributors of the Kyuubi community and Incubating
community who made this release possible!
We would like to thank all contributors of the Kyuubi community
who made this release possible!
Thanks,
On behalf of Apache Kyuubi (Incubating) community
On behalf of Apache Kyuubi community
EOF
echo "please Use general@incubator.apache.org, announce@apache.org, dev@kyuubi.apache.org, user@spark.apache.org

View File

@ -23,13 +23,13 @@ set -e
RELEASE_DIR="$(cd "$(dirname "$0")"/..; pwd)"
######### Please modify the variables ##########
# release version, e.g. v1.4.0-incubating
# release version, e.g. v1.7.0
release_version=${release_version:-""}
# release candidate number, e.g. rc2
release_rc_no=${release_rc_no:-""}
# previous release candidate number, e.g. rc1, could be empty if it is the first vote
prev_release_rc_no=${prev_release_rc_no:-""}
# previous release version, e.g. v1.3.0-incubating, this is used to generate change log
# previous release version, e.g. v1.7.0, this is used to generate change log
prev_release_version=${prev_release_version:-""}
# staging repository number, check it under https://repository.apache.org/content/repositories
repo_no=${repo_no:-""}
@ -66,7 +66,7 @@ if [[ ! -z "$prev_release_rc_no" ]]; then
prev_release_rc_tag=${release_version}-${prev_release_rc_no}
change_from_pre_commit="
The commit list since the ${prev_release_rc_no}:
https://github.com/apache/incubator-kyuubi/compare/${prev_release_rc_tag}...${release_rc_tag}
https://github.com/apache/kyuubi/compare/${prev_release_rc_tag}...${release_rc_tag}
"
fi
@ -81,7 +81,7 @@ Content:
Hello Apache Kyuubi PPMC and Community,
Please vote on releasing the following candidate as
Apache Kyuubi (Incubating) version ${release_version}.
Apache Kyuubi version ${release_version}.
The VOTE will remain open for at least 72 hours.
@ -89,7 +89,7 @@ The VOTE will remain open for at least 72 hours.
[ ] +0
[ ] -1 Do not release this package because ...
To learn more about Apache Kyuubi (Incubating), please see
To learn more about Apache Kyuubi, please see
https://kyuubi.apache.org/
The tag to be voted on is ${release_rc_tag} (commit ${git_commit_hash}):
@ -105,10 +105,10 @@ The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachekyuubi-${repo_no}/
${change_from_pre_commit}
The release note is available in:
https://github.com/apache/incubator-kyuubi/compare/${prev_release_version}...${release_rc_tag}
https://github.com/apache/kyuubi/compare/${prev_release_version}...${release_rc_tag}
Thanks,
On behalf of Apache Kyuubi(Incubating) community
On behalf of Apache Kyuubi community
EOF
echo "please use dev@kyuubi.apache.com

View File

@ -22,13 +22,13 @@ set -e
RELEASE_DIR="$(cd "$(dirname "$0")"/..; pwd)"
######### Please modify the variables ##########
# release version, e.g. v1.4.0-incubating
# release version, e.g. v1.7.0
release_version=${release_version:-""}
# release candidate number, e.g. rc2
release_rc_no=${release_rc_no:-""}
# previous release candidate number, e.g. rc1, could be empty if it is the first vote
prev_release_rc_no=${prev_release_rc_no:-""}
# previous release version, e.g. v1.3.0-incubating, this is used to generate change log
# previous release version, e.g. v1.6.0, this is used to generate change log
prev_release_version=${prev_release_version:-""}
# staging repository number, check it under https://repository.apache.org/content/repositories
repo_no=${repo_no:-""}
@ -88,13 +88,13 @@ mkdir -p ${RELEASE_TEMP_DIR}
GENERAL_VOTE=${RELEASE_TEMP_DIR}/${release_rc_tag}_general_vote.temp
cat >$GENERAL_VOTE<<EOF
Title: [VOTE] Release Apache Kyuubi(Incubating) ${release_version} ${release_rc_no}
Title: [VOTE] Release Apache Kyuubi ${release_version} ${release_rc_no}
Content:
Hello Incubator Community,
The Apache Kyuubi community has voted on and approved a proposal to release
Apache Kyuubi(Incubating) version ${release_version} ${release_rc_no}.
Apache Kyuubi version ${release_version} ${release_rc_no}.
We now kindly request the Incubator PMC members review and vote on this
incubator release.
@ -109,14 +109,14 @@ ${dev_kyuubi_vote_result_mail_address}
[ ] +0
[ ] -1 Do not release this package because ...
To learn more about Apache Kyuubi (Incubating), please see
To learn more about Apache Kyuubi, please see
https://kyuubi.apache.org/
The tag to be voted on is ${release_rc_tag} (commit ${git_commit_hash}):
https://github.com/apache/incubator-kyuubi/tree/${release_rc_tag}
https://github.com/apache/kyuubi/tree/${release_rc_tag}
The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/incubator/kyuubi/${release_rc_tag}/
https://dist.apache.org/repos/dist/dev/kyuubi/${release_rc_tag}/
Signatures used for Kyuubi RCs can be found in this file:
https://downloads.apache.org/incubator/kyuubi/KEYS
@ -125,11 +125,11 @@ The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachekyuubi-${repo_no}/
$change_from_pre_commit
The release note is available in:
https://github.com/apache/incubator-kyuubi/compare/${prev_release_version}...${release_rc_tag}
https://github.com/apache/kyuubi/compare/${prev_release_version}...${release_rc_tag}
Thanks,
On behalf of Apache Kyuubi(Incubating) community
On behalf of Apache Kyuubi community
EOF
echo "please use general@incubator.apache.org

View File

@ -23,7 +23,7 @@ Hello Apache Kyuubi PPMC and Community,
We need to cancel the {release_rc_no} due to {issue_description}[1],
and thank everyone who helped vote.
[1] https://github.com/apache/incubator-kyuubi/issues/{issue_number}
[1] https://github.com/apache/kyuubi/issues/{issue_number}
Thanks,
<Release Manager Name>

View File

@ -43,4 +43,4 @@ If this vote passes also, the release is accepted and will be published.
Thanks to all who helped with the release!
Thanks,
On behalf of Apache Kyuubi(Incubating) community
On behalf of Apache Kyuubi community

View File

@ -20,10 +20,10 @@
# Utility for creating well-formed pull request merges and pushing them to Kyuubi
# For committers:
# Please check your local git envs via `git remote -v` which should
# apache git@github.com:apache/incubator-kyuubi.git (fetch)
# apache git@github.com:apache/incubator-kyuubi.git (push)
# origin git@github.com:[ YOUR GITHUB USER NAME ]/incubator-kyuubi.git (fetch)
# origin git@github.com:[ YOUR GITHUB USER NAME ]/incubator-kyuubi.git (push)
# apache git@github.com:apache/kyuubi.git (fetch)
# apache git@github.com:apache/kyuubi.git (push)
# origin git@github.com:[ YOUR GITHUB USER NAME ]/kyuubi.git (fetch)
# origin git@github.com:[ YOUR GITHUB USER NAME ]/kyuubi.git (push)
import json
import os
@ -38,7 +38,7 @@ KYUUBI_HOME = os.environ.get("KYUUBI_HOME", os.getcwd())
PR_REMOTE_NAME = os.environ.get("PR_REMOTE_NAME", "apache")
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
GITHUB_OAUTH_KEY = os.environ.get("GITHUB_OAUTH_KEY")
GITHUB_API_BASE = "https://api.github.com/repos/apache/incubator-kyuubi"
GITHUB_API_BASE = "https://api.github.com/repos/apache/kyuubi"
BRANCH_PREFIX = "PR_TOOL"

View File

@ -17,7 +17,7 @@
# Usage:
# DEMO:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-configmap.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-configmap.yaml
# LOCAL:
# kubectl create cm kyuubi-defaults --from-file=${KYUUBI_HOME}/conf/kyuubi-defaults.conf

View File

@ -18,19 +18,19 @@
# Usage:
# ConfigMap:
# DEMO:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-configmap.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-configmap.yaml
# LOCAL:
# kubectl create cm kyuubi-defaults --from-file=${KYUUBI_HOME}/conf/kyuubi-defaults.conf
# Start:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-deployment.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-deployment.yaml
# Expose port with NodePort:
# see usage of kyuubi-service.yaml
# Config change:
# 1. edit ConfigMap
# kubectl edit cm kyuubi-defaults
# 2. restart deployment
# kubectl delete -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-deployment.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-deployment.yaml
# kubectl delete -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-deployment.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-deployment.yaml
apiVersion: apps/v1
kind: Deployment

View File

@ -18,11 +18,11 @@
# Usage:
# ConfigMap:
# DEMO:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-configmap.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-configmap.yaml
# LOCAL:
# kubectl create cm kyuubi-defaults --from-file=${KYUUBI_HOME}/conf/kyuubi-defaults.conf
# Start:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-pod.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-pod.yaml
# Expose port:
# 1. Expose the Pod by port-forward, for temporary test
# kubectl port-forward kyuubi-example --address localhost 10009:10009
@ -38,8 +38,8 @@
# 1. edit ConfigMap
# kubectl edit cm kyuubi-defaults
# 2. restart pod
# kubectl delete -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-pod.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-pod.yaml
# kubectl delete -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-pod.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-pod.yaml
apiVersion: v1
kind: Pod

View File

@ -17,7 +17,7 @@
# Usage:
# Start:
# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-service.yaml
# kubectl apply -f https://raw.githubusercontent.com/apache/kyuubi/master/docker/kyuubi-service.yaml
# Connect:
# ${SPARK_HOME}/bin/beeline -u 'jdbc:hive2://${any_hostname_of_k8s_nodes}:30009'

View File

@ -19,7 +19,7 @@ Kyuubi Release Guide
===
## Introduction
The Apache Kyuubi (Incubating) project periodically declares and publishes releases. A release is one or more packages
The Apache Kyuubi project periodically declares and publishes releases. A release is one or more packages
of the project artifact(s) that are approved for general public distribution and use. They may come with various
degrees of caveat regarding their perceived quality and potential for change, such as "alpha", "beta", "incubating",
"stable", etc.
@ -166,7 +166,7 @@ After cutting release branch, don't forget bump version in `master` branch.
1. Set environment variables.
```shell
export RELEASE_VERSION=<release version, e.g. 1.3.0-incubating>
export RELEASE_VERSION=<release version, e.g. 1.7.0>
export RELEASE_RC_NO=<RC number, e.g. 0>
```
@ -182,7 +182,7 @@ git commit -am "[RELEASE] Bump ${RELEASE_VERSION}"
3. Create a git tag for the release candidate.
The tag pattern is `v${RELEASE_VERSION}-rc${RELEASE_RC_NO}`, e.g. `v1.3.0-incubating-rc0`
The tag pattern is `v${RELEASE_VERSION}-rc${RELEASE_RC_NO}`, e.g. `v1.7.0-rc0`
> NOTE: After all the voting passed, be sure to create a final tag with the pattern: `v${RELEASE_VERSION}`
@ -197,15 +197,15 @@ To make your release available in the staging repository, you must close the sta
5. Generate a pre-release note from GitHub for the subsequent voting.
Goto the [release page](https://github.com/apache/incubator-kyuubi/releases) and click the "Draft a new release" button, then it would jump to a new page to prepare the release.
Goto the [release page](https://github.com/apache/kyuubi/releases) and click the "Draft a new release" button, then it would jump to a new page to prepare the release.
Filling in all the necessary information required by the form. And in the bottom of the form, choose the "This is a pre-release" checkbox. Finally, click the "Publish release" button to finish the step.
> Note: the pre-release note is used for voting purposes. It would be marked with a **Pre-release** tag. After all the voting works(dev and general) are finished, do not forget to inverse the "This is a pre-release" checkbox. The pre-release version comes from vx.y.z-incubating-rcN tags, and the final version should come from vx.y.z-incubating tags.
> Note: the pre-release note is used for voting purposes. It would be marked with a **Pre-release** tag. After all the voting works(dev and general) are finished, do not forget to inverse the "This is a pre-release" checkbox. The pre-release version comes from vx.y.z-rcN tags, and the final version should come from vx.y.z tags.
## Vote on the release candidate
The release voting takes place on the Apache Kyuubi (Incubating) developers list (the (P)PMC is voting).
The release voting takes place on the Apache Kyuubi developers list (the (P)PMC is voting).
- If possible, attach a draft of the release notes with the email.
- Recommend represent voting closing time in UTC format.

View File

@ -99,7 +99,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
#
html_theme = 'sphinx_book_theme'
html_theme_options = {
"repository_url": "https://github.com/apache/incubator-kyuubi",
"repository_url": "https://github.com/apache/kyuubi",
"use_repository_button": True,
"use_edit_page_button": True,
"use_download_button": True,
@ -128,7 +128,7 @@ html_static_path = ['_static']
html_css_files = ["css/custom.css"]
htmlhelp_basename = 'Recommonmarkdoc'
github_doc_root = 'https://github.com/apache/incubator-kyuubi/tree/master/docs/'
github_doc_root = 'https://github.com/apache/kyuubi/tree/master/docs/'
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,

View File

@ -156,7 +156,7 @@ Install Kyuubi
2.Unpackage
tar -xzvf apache-kyuubi-|release|-incubating-bin.tgz
tar -xzvf apache-kyuubi-|release|-bin.tgz
Config Kyuubi
*************

View File

@ -30,7 +30,7 @@ If you want to deploy Kyuubi on Kubernetes, you'd better get a sense of the foll
## Kyuubi Official Docker Image
You can find the official docker image at [Apache Kyuubi (Incubating) Docker Hub](https://registry.hub.docker.com/r/apache/kyuubi).
You can find the official docker image at [Apache Kyuubi Docker Hub](https://registry.hub.docker.com/r/apache/kyuubi).
## Build Kyuubi Docker Image

View File

@ -1,5 +1,5 @@
Apache Kyuubi (Incubating)
Copyright 2021-2022 The Apache Software Foundation.
Apache Kyuubi
Copyright 2021-2023 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

View File

@ -1,5 +1,5 @@
Apache Kyuubi (Incubating)
Copyright 2021-2022 The Apache Software Foundation.
Apache Kyuubi
Copyright 2021-2023 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

View File

@ -1,5 +1,5 @@
Apache Kyuubi (Incubating)
Copyright 2021-2022 The Apache Software Foundation.
Apache Kyuubi
Copyright 2021-2023 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

View File

@ -214,7 +214,7 @@ object SparkSQLEngine extends Logging {
if (Utils.isOnK8s) {
kyuubiConf.setIfMissing(FRONTEND_CONNECTION_URL_USE_HOSTNAME, false)
// https://github.com/apache/incubator-kyuubi/issues/3385
// https://github.com/apache/kyuubi/issues/3385
// Set unset executor pod prefix to prevent kubernetes pod length limit error
// due to the long app name
_sparkConf.setIfMissing(

View File

@ -86,7 +86,7 @@ class FlinkOperationSuite extends WithKyuubiServerAndFlinkMiniCluster
val req = new TGetInfoReq()
req.setSessionHandle(handle)
req.setInfoType(TGetInfoType.CLI_DBMS_NAME)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi (Incubating)")
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi")
}
}
}

View File

@ -46,7 +46,7 @@ class KyuubiOperationHiveEnginePerUserSuite extends WithKyuubiServer with HiveEn
val req = new TGetInfoReq()
req.setSessionHandle(handle)
req.setInfoType(TGetInfoType.CLI_DBMS_NAME)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi (Incubating)")
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi")
}
}
}

View File

@ -111,7 +111,7 @@ abstract class AbstractSession(
override def getInfo(infoType: TGetInfoType): TGetInfoValue = withAcquireRelease() {
infoType match {
case TGetInfoType.CLI_SERVER_NAME | TGetInfoType.CLI_DBMS_NAME =>
TGetInfoValue.stringValue("Apache Kyuubi (Incubating)")
TGetInfoValue.stringValue("Apache Kyuubi")
case TGetInfoType.CLI_DBMS_VER => TGetInfoValue.stringValue(org.apache.kyuubi.KYUUBI_VERSION)
case TGetInfoType.CLI_ODBC_KEYWORDS => TGetInfoValue.stringValue("Unimplemented")
case TGetInfoType.CLI_MAX_COLUMN_NAME_LEN |

View File

@ -168,9 +168,9 @@ class TFrontendServiceSuite extends KyuubiFunSuite {
req.setInfoType(TGetInfoType.CLI_DBMS_VER)
assert(client.GetInfo(req).getInfoValue.getStringValue === org.apache.kyuubi.KYUUBI_VERSION)
req.setInfoType(TGetInfoType.CLI_SERVER_NAME)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi (Incubating)")
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi")
req.setInfoType(TGetInfoType.CLI_DBMS_NAME)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi (Incubating)")
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi")
req.setInfoType(TGetInfoType.CLI_ODBC_KEYWORDS)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Unimplemented")
req.setInfoType(TGetInfoType.CLI_MAX_COLUMN_NAME_LEN)

View File

@ -102,7 +102,7 @@ public class KyuubiBeeLine extends BeeLine {
new Object[] {
"Beeline",
pack.getImplementationVersion() == null ? "???" : pack.getImplementationVersion(),
"Apache Kyuubi (Incubating)",
"Apache Kyuubi",
});
}

View File

@ -1,4 +1,4 @@
Apache Kyuubi (Incubating)
Apache Kyuubi
Copyright 2021-2022 The Apache Software Foundation.
This product includes software developed at

View File

@ -87,9 +87,9 @@ class KyuubiOpenApiResource extends BaseOpenApiResource with ApiRequestContext {
// TODO: to improve when https is enabled.
val apiUrl = s"http://${fe.connectionUrl}/api"
openApi.info(
new Info().title("Apache Kyuubi (Incubating) REST API Documentation")
new Info().title("Apache Kyuubi REST API Documentation")
.version(org.apache.kyuubi.KYUUBI_VERSION)
.description("Apache Kyuubi (Incubating) REST API Documentation")
.description("Apache Kyuubi REST API Documentation")
.contact(
new Contact().name("Apache Kyuubi Community")
.url("https://kyuubi.apache.org/issue_tracking.html")

View File

@ -24,5 +24,5 @@ object MySQLServerDefines {
val CHARSET = 0x2D // utf8mb4_general_ci
val MYSQL_VERSION = "5.7.22"
val MYSQL_KYUUBI_SERVER_VERSION = s"$MYSQL_VERSION-Kyuubi-Server $KYUUBI_VERSION"
val KYUUBI_SERVER_DESCRIPTION = s"Apache Kyuubi (Incubating) v$KYUUBI_VERSION revision $REVISION"
val KYUUBI_SERVER_DESCRIPTION = s"Apache Kyuubi v$KYUUBI_VERSION revision $REVISION"
}

View File

@ -49,7 +49,7 @@ class KyuubiOperationPerUserSuite
withSessionConf()(Map(KyuubiConf.SERVER_INFO_PROVIDER.key -> "SERVER"))(Map.empty) {
withJdbcStatement() { statement =>
val metaData = statement.getConnection.getMetaData
assert(metaData.getDatabaseProductName === "Apache Kyuubi (Incubating)")
assert(metaData.getDatabaseProductName === "Apache Kyuubi")
assert(metaData.getDatabaseProductVersion === KYUUBI_VERSION)
val ver = SemanticVersion(KYUUBI_VERSION)
assert(metaData.getDatabaseMajorVersion === ver.majorVersion)
@ -265,7 +265,7 @@ class KyuubiOperationPerUserSuite
val req = new TGetInfoReq()
req.setSessionHandle(handle)
req.setInfoType(TGetInfoType.CLI_DBMS_NAME)
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi (Incubating)")
assert(client.GetInfo(req).getInfoValue.getStringValue === "Apache Kyuubi")
}
}
}

View File

@ -164,7 +164,7 @@ class SessionsResourceSuite extends KyuubiFunSuite with RestFrontendTestHelper {
assert(200 == response.getStatus)
val sessions = response.readEntity(classOf[InfoDetail])
assert(sessions.getInfoType.equals("CLI_SERVER_NAME") &&
sessions.getInfoValue.equals("Apache Kyuubi (Incubating)"))
sessions.getInfoValue.equals("Apache Kyuubi"))
// Invalid sessionHandleStr
val handle = "b88d6b56-d200-4bb6-bf0a-5da0ea572e11|0c4aad4e-ccf7-4abd-9305-943d4bfd2d9a|0"
response = webTarget.path(s"api/v1/sessions/$handle/info/13").request().get()

View File

@ -82,15 +82,15 @@
</modules>
<scm>
<connection>scm:git:git@github.com:apache/incubator-kyuubi.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-kyuubi.git</developerConnection>
<connection>scm:git:git@github.com:apache/kyuubi.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/kyuubi.git</developerConnection>
<tag>HEAD</tag>
<url>scm:git:git@github.com:apache/incubator-kyuubi.git</url>
<url>scm:git:git@github.com:apache/kyuubi.git</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/apache/incubator-kyuubi/issues</url>
<url>https://github.com/apache/kyuubi/issues</url>
</issueManagement>
<distributionManagement>