You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ If your change is relatively minor, you can skip this step. If you are adding ne
30
30
31
31
### Create an issue for the change
32
32
33
-
Create a Pinot issue [here](https://github.com/apache/incubator-pinot/issues) for the change you would like to make. Provide information on why the change is needed and how you plan to address it. Use the conversations on the issue as a way to validate assumptions and the right way to proceed. Be sure to review sections on [Backward and Forward compatibility changes](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines#backward-and-forward-compatibility-changes) and [External libraries](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines#external-libraries).
33
+
Create a Pinot issue [here](https://github.com/apache/pinot/issues) for the change you would like to make. Provide information on why the change is needed and how you plan to address it. Use the conversations on the issue as a way to validate assumptions and the right way to proceed. Be sure to review sections on [Backward and Forward compatibility changes](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines#backward-and-forward-compatibility-changes) and [External libraries](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines#external-libraries).
34
34
35
35
If you have a design document, please refer to the design documents in your Issue. You may even want to create multiple issues depending on the extent of your change.
36
36
@@ -73,7 +73,7 @@ Please ensure your code is adequately documented. Some things to consider for do
73
73
74
74
#### Code Formatting
75
75
* Ensure that the code you add is properly formatted as per the Pinot style-sheets.
76
-
* Pinot's style-sheets can be found in ```incubator-pinot/config```.
76
+
* Pinot's style-sheets can be found in ```pinot/config```.
77
77
* For information on how to import the style-sheet into your IDE, refer [here](https://docs.pinot.apache.org/developers/developers-and-contributors/code-setup#setup-ide).
78
78
79
79
#### Exceptions and Exception-Handling
@@ -181,7 +181,7 @@ $ git add <files required for the change>
181
181
$ git commit -m "Meaningful oneliner for the change"
182
182
$ git push origin <your issue branch>
183
183
184
-
After this, create a PullRequest in `github <https://github.com/apache/incubator-pinot/pulls>`_. Include the following information in the description:
184
+
After this, create a PullRequest in `github <https://github.com/apache/pinot/pulls>`_. Include the following information in the description:
Copy file name to clipboardExpand all lines: docker/images/pinot-superset/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@
21
21
22
22
# Superset
23
23
24
-
Docker image for [Superset](https://github.com/apache/incubator-superset) with Pinot integration.
24
+
Docker image for [Superset](https://github.com/apache/superset) with Pinot integration.
25
25
26
26
27
27
## How to build
28
28
29
-
Pinot Superset image is built on top of [apache/incubator-superset](https://hub.docker.com/r/apache/incubator-superset) with Pinotdb driver.
29
+
Pinot Superset image is built on top of [apache/superset](https://hub.docker.com/r/apache/superset) with Pinotdb driver.
30
30
31
-
Below command will build Superset image based on `apache/incubator-superset:0.37` then tag it as `apachepinot/pinot-superset:0.37`.
31
+
Below command will build Superset image based on `apache/superset:0.37` then tag it as `apachepinot/pinot-superset:0.37`.
Follow the [instructions](https://superset.incubator.apache.org/installation.html#configuration) provided by Apache Superset for writing your own `superset_config.py`.
45
+
Follow the [instructions](https://superset.apache.org/installation.html#configuration) provided by Apache Superset for writing your own `superset_config.py`.
46
46
47
47
Place this file in a local directory and mount this directory to `/etc/superset` inside the container. This location is included in the image's `PYTHONPATH`. Mounting this file to a different location is possible, but it will need to be in the `PYTHONPATH`.
Copy file name to clipboardExpand all lines: docker/images/pinot-thirdeye/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
-->
21
21
22
22
# docker-pinot-thirdeye
23
-
This is a docker image of [Apache Thirdeye](https://github.com/apache/incubator-pinot/tree/master/thirdeye).
23
+
This is a docker image of [Apache Thirdeye](https://github.com/apache/pinot/tree/master/thirdeye).
24
24
25
25
## How to build a docker image
26
26
@@ -40,11 +40,11 @@ The docker image is tagged as `[Docker Tag]`.
40
40
41
41
`Git Branch`: The Pinot branch to build. Default is `master`.
42
42
43
-
`Pinot Git URL`: The Pinot Git Repo to build, users can set it to their own fork. Please note that, the URL is `https://` based, not `git://`. Default is the Apache Repo: `https://github.com/apache/incubator-pinot.git`.
43
+
`Pinot Git URL`: The Pinot Git Repo to build, users can set it to their own fork. Please note that, the URL is `https://` based, not `git://`. Default is the Apache Repo: `https://github.com/apache/pinot.git`.
44
44
45
45
* Example of building and tagging a snapshot on your own fork:
@@ -65,7 +65,7 @@ Script `docker-build-and-push.sh` builds and publishes this docker image to your
65
65
* Example of building and publishing a image to [apachepinot/thirdeye](https://cloud.docker.com/u/apachepinot/repository/docker/apachepinot/thirdeye) dockerHub repo.
Copy file name to clipboardExpand all lines: kubernetes/helm/README-dev.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,4 +42,4 @@ This step will generate an `index.yaml` file which contains all the Charts infor
42
42
43
43
Update generated `index.yaml` accordingly:
44
44
- Revert the changes for all previous Charts;
45
-
- Change `entries.pinot.source` to `https://github.com/apache/incubator-pinot/tree/master/kubernetes/helm`.
45
+
- Change `entries.pinot.source` to `https://github.com/apache/pinot/tree/master/kubernetes/helm`.
0 commit comments