swetha
05/15/2023, 3:25 AM{
"type": "index_parallel",
"id": "postgresql_mhere",
"spec": {
"dataSchema": {
"dataSource": "postgresql_mhere",
"timestampSpec": {
"format": "iso",
"column": "date"
},
"dimensionsSpec": {
"dimensions": [
"user_id",
"app_id",
"date"
]
}
},
"ioConfig": {
"type": "index_parallel",
"inputSource": {
"type": "sql",
"database": {
"type": "postgresql",
"connectorConfig": {
"connectURI": "jdbc:<postgresql://127.0.0.1:5432/mhere>",
"user": "postgres",
"password": "postgres"
}
},
"sqls": [
"SELECT * FROM transactions limit 10"
]
}
},
"tuningConfig": {
"type": "index_parallel",
"partitionsSpec": {
"type": "dynamic"
}
}
}
}
Slackbot
05/15/2023, 3:34 AMswetha
05/15/2023, 3:34 AM`so I did add postgres-jar to all the lib folders to coordinator,broker,router pods`
swetha
05/15/2023, 3:37 AMSlackbot
05/15/2023, 11:44 AMSlackbot
05/15/2023, 2:54 PMSlackbot
05/15/2023, 2:54 PMCharles Smith
05/15/2023, 4:05 PMSlackbot
05/16/2023, 12:36 AMSlackbot
05/16/2023, 1:45 AMSlackbot
05/17/2023, 12:27 AMSlackbot
05/17/2023, 10:31 PMSlackbot
05/18/2023, 1:20 AMSlackbot
05/18/2023, 8:36 AMSlackbot
05/19/2023, 4:23 AMPriyanshu Jain
05/19/2023, 5:50 AM2023-05-19T05:40:29,239 ERROR [ZKCoordinator--0] org.apache.druid.server.coordination.SegmentLoadDropHandler - Failed to load segment for dataSource: {class=org.apache.druid.server.coordination.SegmentLoadDropHandler, exceptionType=class org.apache.druid.segment.loading.SegmentLoadingException, exceptionMessage=Exception loading segment[sales_2023-02-07T00:00:00.000Z_2023-02-08T00:00:00.000Z_2023-03-25T12:04:39.987Z], segment=DataSegment{binaryVersion=9, id=sales_2023-02-07T00:00:00.000Z_2023-02-08T00:00:00.000Z_2023-03-25T12:04:39.987Z, loadSpec={type=>s3_zip, bucket=>crp-druid-data-v2-prod-us-west-2, key=>druid/segments/sales/2023-02-07T00:00:00.000Z_2023-02-08T00:00:00.000Z/2023-03-25T12:04:39.987Z/0/index.zip, S3Schema=>s3n}, dimensions=[site_id, category_desc, customer_count, total_units, OPS, order_count], metrics=[], shardSpec=NumberedShardSpec{partitionNum=0, partitions=1}, lastCompactionState=null, size=15866}}
Any idea about it?Slackbot
05/19/2023, 9:39 AMSlackbot
05/19/2023, 10:39 AMSlackbot
05/21/2023, 2:10 PMdongzhang
05/21/2023, 2:12 PMSlackbot
05/22/2023, 5:18 AMSlackbot
05/22/2023, 9:59 AMSlackbot
05/22/2023, 10:24 AMSlackbot
05/22/2023, 4:33 PMSlackbot
05/22/2023, 4:37 PMSlackbot
05/22/2023, 4:54 PMSlackbot
05/22/2023, 6:21 PMOleg Yamin
05/22/2023, 6:34 PMOleg Yamin
05/22/2023, 6:34 PMdruid.metadata.storage.connector.connectURI=jdbc:<mysql://servers.com:3115/druid>
to
druid.metadata.storage.connector.connectURI=jdbc:<mariadb://servers.com:3115/druid>
and same errorKrishna
05/23/2023, 12:33 AM