Skip to content

Commit

Permalink
Merge branch 'master' into groupby
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenc7 authored Oct 21, 2024
2 parents ac36438 + 751a0b9 commit 1608747
Show file tree
Hide file tree
Showing 600 changed files with 29,551 additions and 10,041 deletions.
12 changes: 6 additions & 6 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ github:
rebase: false
collaborators:
- sullis
- shenyu0127
- tibrewalpratik17
- abhioncbr
- zhtaoxiang
- yashmayya
- shounakmk219
- itschrispeck
- zhtaoxiang
- soumitra-st
- swaminathanmanish
- yashmayya
- suddendust
- vrajat
- deepthi912
- timveil
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cscope.*
.externalToolBuilders/
maven-eclipse.xml
target/
examples/
/examples/
/logs/
bin/
*/bin/
.idea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SELECT sum(clicks), sum(impressions) FROM AdAnalyticsTable
```

## Contributing to Pinot
Please refer to the [Contribution Guide](https://docs.pinot.apache.org/community/contribution) for
Please refer to the [Contribution Guide](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines) for
more information on how to contribute to Apache Pinot.

Normal Pinot builds are done using the `mvn clean install` command.
Expand Down
30 changes: 29 additions & 1 deletion helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,35 @@ entries:
pinot:
- apiVersion: v1
appVersion: 1.0.0
created: "2024-05-30T09:29:30.175007-04:00"
created: "2024-10-04T14:07:23.8044492-04:00"
dependencies:
- condition: pinot.zookeeper.enabled,zookeeper.enabled
name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 13.x.x
description: Apache Pinot is a realtime distributed OLAP datastore, which is used
to deliver scalable real time analytics with low latency. It can ingest data
from offline data sources (such as Hadoop and flat files) as well as online
sources (such as Kafka). Pinot is designed to scale horizontally.
digest: e1d403bd3315e3e162b70cb3e481f024afcce2a8ccd3cf4193532d8ae1455d5a
home: https://pinot.apache.org/
keywords:
- olap
- analytics
- database
- pinot
maintainers:
- email: dev@pinot.apache.org
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.3.0.tgz
version: 0.3.0
- apiVersion: v1
appVersion: 1.0.0
created: "2024-10-04T14:07:23.7984481-04:00"
dependencies:
- condition: pinot.zookeeper.enabled,zookeeper.enabled
name: zookeeper
Expand Down
Binary file added helm/pinot-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/pinot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apiVersion: v1
appVersion: 1.0.0
name: pinot
description: Apache Pinot is a realtime distributed OLAP datastore, which is used to deliver scalable real time analytics with low latency. It can ingest data from offline data sources (such as Hadoop and flat files) as well as online sources (such as Kafka). Pinot is designed to scale horizontally.
version: 0.3.0-SNAPSHOT
version: 0.3.1-SNAPSHOT
keywords:
- olap
- analytics
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/broker/service-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
{{- include "pinot.brokerLabels" . | nindent 4 }}
spec:
type: {{ .Values.broker.external.type }}
publishNotReadyAddresses: false
ports:
- name: external-broker
port: {{ .Values.broker.external.port }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/broker/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metadata:
{{- include "pinot.brokerLabels" . | nindent 4 }}
spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.broker.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/broker/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ metadata:
{{- include "pinot.brokerLabels" . | nindent 4 }}
spec:
type: {{ .Values.broker.service.type }}
publishNotReadyAddresses: false
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.broker.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/controller/service-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
{{- include "pinot.controllerLabels" . | nindent 4 }}
spec:
type: {{ .Values.controller.external.type }}
publishNotReadyAddresses: false
ports:
- name: external-controller
port: {{ .Values.controller.external.port }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/controller/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metadata:
{{- include "pinot.controllerLabels" . | nindent 4 }}
spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.controller.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/controller/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ metadata:
{{- include "pinot.controllerLabels" . | nindent 4 }}
spec:
type: {{ .Values.controller.service.type }}
publishNotReadyAddresses: false
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.controller.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/minion/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ metadata:
{{- include "pinot.minionLabels" . | nindent 4 }}
spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.minion.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/minion/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
{{- include "pinot.minionLabels" . | nindent 4 }}
spec:
type: {{ .Values.minion.service.type }}
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.minion.service.name }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/server/service-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metadata:
{{- include "pinot.serverLabels" . | nindent 4 }}
spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.server.service.nettyPortName }}
Expand Down
1 change: 1 addition & 0 deletions helm/pinot/templates/server/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ metadata:
{{- include "pinot.serverLabels" . | nindent 4 }}
spec:
type: {{ .Values.server.service.type }}
publishNotReadyAddresses: true
ports:
# [pod_name].[service_name].[namespace].svc.cluster.local
- name: {{ .Values.server.service.nettyPortName }}
Expand Down
8 changes: 8 additions & 0 deletions pinot-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-query-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-timeseries-spi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-timeseries-planner</artifactId>
</dependency>

<!-- Test -->
<dependency>
Expand Down
Loading

0 comments on commit 1608747

Please sign in to comment.