Stuart Millholland
03/16/2022, 5:03 PMStuart Millholland
03/16/2022, 5:03 PMStuart Millholland
03/16/2022, 5:05 PMStuart Millholland
03/16/2022, 5:05 PMStuart Millholland
03/16/2022, 5:06 PMBordin Suwannatri
03/31/2022, 11:52 AMFacundo Bianco
04/08/2022, 8:02 PM2022/04/08 19:30:00.576 ERROR [StartServiceManagerCommand] [main] Failed to start a Pinot [CONTROLLER] at 35.248 since launch
java.lang.RuntimeException: Caught exception while initializing ControllerFilePathProvider
at org.apache.pinot.controller.BaseControllerStarter.initControllerFilePathProvider(BaseControllerStarter.java:526) ~[pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
...
Caused by: org.apache.pinot.controller.api.resources.InvalidControllerConfigException: Caught exception while initializing file upload path provider
at org.apache.pinot.controller.api.resources.ControllerFilePathProvider.<init>(ControllerFilePathProvider.java:107) ~[pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
... 11 more
Caused by: java.lang.IllegalStateException: PinotFS for scheme: s3 has not been initialized
at shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518) ~[pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
... 11 more
I configured Pinot's Kubernetes as
controller:
data:
dir: <s3://mybucket/data/>
# values under "pinot.controller" at <https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot#start-controller>
storage:
factory:
s3:
region: us-east-1
class:
s3: org.apache.pinot.plugin.filesystem.S3PinotFS
segment:
fetcher:
s3:
class: org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
protocols: file,http,s3
server:
segment:
fetcher:
protocols: file,http,s3
s3:
class: org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
instance:
dataDir: /tmp/pinot-tmp/server/index
segmentTarDir: /tmp/pinot-tmp/server/segmentTars
storage:
factory:
class:
s3: org.apache.pinot.plugin.filesystem.S3PinotFS
s3:
region: us-east-1
Pinot version is 0.8.0. Do you know where is the issue?
Thanks in advance!erik bergsten
04/11/2022, 2:16 PMLuis Fernandez
04/11/2022, 6:14 PMhealth
endpoint wouldn’t suffice or would it.
I’m asking cause we are making a change in production and I have notice that we do roll restarts with kubectl
servers come back but they are trying to catch up the data that they are missing and what not so i’m trying to figure out a way to do this safelySumit Lakra
04/12/2022, 11:30 AMKen Krugler
04/21/2022, 3:00 AMkaushal aggarwal
04/21/2022, 10:27 AMkaushal aggarwal
04/21/2022, 10:28 AMSaumya Upadhyay
04/26/2022, 9:38 AMSaumya Upadhyay
04/26/2022, 9:39 AMRohit Sivakumar
04/27/2022, 2:38 PMVaragini Karthik
06/06/2022, 4:09 PMSowmya Gowda
06/08/2022, 6:58 AM