-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incubator from pinot and superset (#8223)
- Loading branch information
1 parent
582d621
commit de1cdf2
Showing
15 changed files
with
33 additions
and
34 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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ FROM openjdk:8 AS thirdeye_build_env | |
LABEL [email protected] | ||
|
||
ARG PINOT_BRANCH=master | ||
ARG PINOT_GIT_URL="https://github.com/apache/incubator-pinot.git" | ||
ARG PINOT_GIT_URL="https://github.com/apache/pinot.git" | ||
RUN echo "Trying to build Thirdeye from [ ${PINOT_GIT_URL} ] on branch [ ${PINOT_BRANCH} ]" | ||
|
||
ENV TE_HOME=/opt/thirdeye | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ LABEL [email protected] | |
ARG PINOT_BRANCH=master | ||
ARG KAFKA_VERSION=2.0 | ||
ARG JDK_VERSION=11 | ||
ARG PINOT_GIT_URL="https://github.com/apache/incubator-pinot.git" | ||
ARG PINOT_GIT_URL="https://github.com/apache/pinot.git" | ||
RUN echo "Trying to build Pinot from [ ${PINOT_GIT_URL} ] on branch [ ${PINOT_BRANCH} ] with Kafka version [ ${KAFKA_VERSION} ]" | ||
ENV PINOT_HOME=/opt/pinot | ||
ENV PINOT_BUILD_DIR=/opt/pinot-build | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ keywords: | |
- pinot | ||
home: https://pinot.apache.org/ | ||
sources: | ||
- https://github.com/apache/incubator-pinot | ||
- https://github.com/apache/pinot | ||
maintainers: | ||
- name: pinot-dev | ||
email: [email protected] |
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ keywords: | |
- presto | ||
home: https://github.com/prestodb/presto | ||
sources: | ||
- https://github.com/apache/incubator-pinot/tree/master/kubernetes/helm | ||
- https://github.com/apache/pinot/tree/master/kubernetes/helm | ||
maintainers: | ||
- name: pinot-dev | ||
email: [email protected] |
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 |
---|---|---|
|
@@ -9,9 +9,9 @@ keywords: | |
- pinot | ||
- anomaly detection | ||
- rootcause analysis | ||
home: https://github.com/apache/incubator-pinot | ||
home: https://github.com/apache/pinot | ||
sources: | ||
- https://github.com/apache/incubator-pinot | ||
- https://github.com/apache/pinot | ||
maintainers: | ||
- name: Alexander Pucher | ||
email: [email protected] | ||
|
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 |
---|---|---|
|
@@ -95,7 +95,7 @@ | |
</mailingLists> | ||
|
||
<scm> | ||
<developerConnection>scm:git:[email protected]:apache/incubator-pinot.git</developerConnection> | ||
<developerConnection>scm:git:[email protected]:apache/pinot.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|