Xiang Fu
Damon
04/03/2023, 7:41 AMDugi Sarma
04/03/2023, 7:52 AMbin/pinot-admin.sh LaunchDataIngestionJob -jobSpecFile bin/job.yml
I get Caused by: java.io.IOException: software.amazon.awssdk.services.s3.model.S3Exception: Access Denied (Service: S3, Status Code: 403, Request ID: FV53WSKHTDD1XC20, Extended Request ID: 49ztRi8mEScOkZn2z80nf/5r1q3F7rs1NC0FvjFDT/tpZfLUVF94euXtZ3Ya7PMN/qlEPioI99U=)
I have enabled the existing kubernetes namespace where the pods are deployed to have access to the s3 bucket so wondering what I am missing ? Does it need to explicitly have the AWS Access/Secret as well ?Eric Song
04/03/2023, 8:42 AMSid
04/03/2023, 9:05 AMLuis Fernandez
04/03/2023, 2:16 PMRavi Singal
04/03/2023, 4:01 PM/
to /pinot
? this will allow me to route the requests based on path.
- path: /pinot
pathType: Prefix
backend:
service:
name: pinot-controller
port:
number: 9000
Dugi Sarma
04/03/2023, 5:09 PM"filterConfig": {
"filterFunction": "strcmp(name, 'pdp_view') != 0"
},
"transformConfigs": [
{
"columnName": "name",
"transformFunction": "JSONPATH(event, '$.event_name')"
}]
However, this is just converting the other values of the column to null, not filtering those rows completely out. Anything that I could be missing ?Slackbot
04/04/2023, 2:59 AMShreeram Goyal
04/04/2023, 7:34 AMselect * from table where column is null
-> I get no records where as on querying: select * from table where column=-1
I get records. How can I rectify this?Soumitra Kumar
04/04/2023, 7:30 PMZhuangda Z
04/04/2023, 8:07 PMabhinav wagle
04/04/2023, 11:54 PMpinot.controller-urls=cluster1:8098,cluster2:8098
, trino client randomly picks first one or second one based on a new session. What config should I add so that I can query both the Pinot clusters from one single Trino clusterpramod shenoy
04/05/2023, 5:16 AMcontroller.zk.username=<XYZ>
controller.zk.password=<XYZ>
Malte Granderath
04/05/2023, 10:17 AMSELECT COUNT(*) FROM events WHERE some_group_id = x AND is_obsoleted = False
So in our queries the some_group_id
would change but we would always filter for is_obsoleted = False
Thanks for any help here thankyouMalte Granderath
04/05/2023, 12:36 PMSaket Kothari
04/05/2023, 1:11 PMPratik Tibrewal
04/06/2023, 9:05 AMSaket Kothari
04/06/2023, 1:22 PMDugi Sarma
04/06/2023, 2:49 PM14471
segments when the size is only 138 mb. I am attaching the jobSpec yaml. Can someone please let me know any glaring mistakes or places where there can be improvements ? Currently using EKS and 2 nodes.Ryan Ivey
04/06/2023, 7:46 PMEaugene Thomas
04/07/2023, 6:28 AMKevin Xu
04/07/2023, 1:22 PMabhinav wagle
04/07/2023, 9:54 PMpinot-controller
for what is causing the issue. Any pointers on where/how I can dig deeper. thanks !
{
"code": 500,
"error": "org.apache.pinot.shaded.org.apache.kafka.common.KafkaException: Failed to construct kafka consumer"
}
Shreeram Goyal
04/09/2023, 8:11 PM{....., "nested_json" :{"json_obj": {"a":{"b":"c"}}}, .....}
please help what to apply in ingestion transformVenkat Boina(VB)
04/10/2023, 11:27 AMShreeram Goyal
04/10/2023, 11:41 AMSaket Kothari
04/10/2023, 1:37 PMLee Wei Hern Jason
04/10/2023, 3:03 PM-XX:+DisableExplicitGC
. Wonder if anyone knows why the direct memory didnt get GC if it is full or it didnt hit > than the max and it shows OOM.pramod shenoy
04/10/2023, 10:22 PM