Slackbot
02/09/2023, 3:47 PMAbhishek Agarwal
02/09/2023, 5:28 PMBen Do
02/10/2023, 8:14 AMINFO [main] org.apache.druid.guice.ExtensionsLoader - Loading extension [protobuf-extensions], jars: kafka-protobuf-provider-6.0.1.jar, kotlin-stdlib-1.4.0.jar, wire-schema-3.2.2.jar
Perhaps there is some other issue but currently im out of ideas. I tested with druid 24/25 and I checked newer version of the jars as well.Ben Do
02/10/2023, 8:22 AMapiVersion: apps/v1
kind: StatefulSet
metadata:
name: ignore
spec:
template:
spec:
initContainers:
- name: "druid-init"
image: "busybox:1.36.0"
command: ["sh", "-c", "sleep 10s;/scripts/init-script.sh"]
volumeMounts:
- mountPath: /scripts
name: init-script-volume
- mountPath: /protobuf-extensions
name: protobuf-extensions
containers:
- name: "druid"
volumeMounts:
- mountPath: /opt/druid/extensions/protobuf-extensions
name: protobuf-extensions
volumes:
- name: init-script-volume
configMap:
name: druid-init-script
defaultMode: 0755
- name: protobuf-extensions
emptyDir: {}Abhishek Agarwal
02/10/2023, 8:48 AMBen Do
02/10/2023, 11:58 AM