forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
De-incubation cleanup in code, docs, packaging (apache#9108)
* De-incubation cleanup in code, docs, packaging * remove unused docs script
- Loading branch information
Showing
270 changed files
with
413 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ When submitting a pull request (PR), please use the following guidelines: | |
- Make sure your code respects existing formatting conventions. In general, follow | ||
the same coding style as the code that you are modifying. | ||
- For Intellij you can import our code style settings xml: [`druid_intellij_formatting.xml`]( | ||
https://github.com/apache/incubator-druid/raw/master/dev/druid_intellij_formatting.xml). | ||
https://github.com/apache/druid/raw/master/dev/druid_intellij_formatting.xml). | ||
- For Eclipse you can import our code style settings xml: [`eclipse_formatting.xml`]( | ||
https://github.com/apache/incubator-druid/raw/master/dev/eclipse_formatting.xml). | ||
https://github.com/apache/druid/raw/master/dev/eclipse_formatting.xml). | ||
- Do add/update documentation appropriately for the change you are making. | ||
- If you are introducing a new feature you may want to first write about your idea | ||
for feedback to [[email protected]](https://lists.apache.org/[email protected]). Or create an issue | ||
|
@@ -37,29 +37,29 @@ When submitting a pull request (PR), please use the following guidelines: | |
- Try to keep pull requests short and submit separate ones for unrelated | ||
features, but feel free to combine simple bugfixes/tests into one pull request. | ||
- If you are adding or updating a dependency, be sure to update the version, license, or notice information in | ||
[licenses.yaml](https://github.com/apache/incubator-druid/blob/master/licenses.yaml) as appropriate to help ease | ||
[licenses.yaml](https://github.com/apache/druid/blob/master/licenses.yaml) as appropriate to help ease | ||
LICENSE and NOTICE management for ASF releases. | ||
|
||
You can find more developers' resources in [`dev/`](dev) directory. | ||
|
||
## GitHub Workflow | ||
|
||
1. Fork the apache/incubator-druid repository into your GitHub account | ||
1. Fork the apache/druid repository into your GitHub account | ||
|
||
https://github.com/apache/incubator-druid/fork | ||
https://github.com/apache/druid/fork | ||
|
||
1. Clone your fork of the GitHub repository | ||
|
||
```sh | ||
git clone [email protected]:<username>/incubator-druid.git | ||
git clone [email protected]:<username>/druid.git | ||
``` | ||
|
||
replace `<username>` with your GitHub username. | ||
|
||
1. Add a remote to keep up with upstream changes | ||
|
||
``` | ||
git remote add upstream https://github.com/apache/incubator-druid.git | ||
git remote add upstream https://github.com/apache/druid.git | ||
``` | ||
|
||
If you already have a copy, fetch upstream changes | ||
|
@@ -100,13 +100,13 @@ You can find more developers' resources in [`dev/`](dev) directory. | |
Go to your Druid fork main page | ||
``` | ||
https://github.com/<username>/incubator-druid | ||
https://github.com/<username>/druid | ||
``` | ||
If you recently pushed your changes GitHub will automatically pop up a | ||
`Compare & pull request` button for any branches you recently pushed to. If you | ||
click that button it will automatically offer you to submit your pull-request | ||
to the apache/incubator-druid repository. | ||
to the apache/druid repository. | ||
- Give your pull-request a meaningful title. | ||
- In the description, explain your changes and the problem they are solving. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ under the License. | |
|
||
|
||
|
||
Apache Druid (incubating) is a high performance analytics data store for event-driven data. More information about Druid | ||
Apache Druid is a high performance analytics data store for event-driven data. More information about Druid | ||
can be found on https://druid.apache.org. | ||
|
||
Documentation | ||
|
@@ -29,7 +29,7 @@ You can get started with Druid with our quickstart at https://druid.apache.org/d | |
|
||
Build from Source | ||
----------------- | ||
You can build Apache Druid (incubating) directly from source. | ||
You can build Apache Druid directly from source. | ||
|
||
Prerequisites: | ||
JDK 8, 8u92+ | ||
|
@@ -71,13 +71,6 @@ [email protected]. | |
|
||
Contributing | ||
------------ | ||
If you find any bugs, please file a GitHub issue at https://github.com/apache/incubator-druid/issues. | ||
If you find any bugs, please file a GitHub issue at https://github.com/apache/druid/issues. | ||
|
||
If you wish to contribute, please follow the guidelines listed at https://druid.apache.org/community/. | ||
|
||
|
||
Disclaimer: Apache Druid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the | ||
Apache Incubator. 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.