Xiang Fu
Karin Wolok
Robert Hodges
09/29/2021, 5:18 AMKarin Wolok
Dan DC
09/30/2021, 6:08 PMDan DC
10/06/2021, 12:29 PMKen Krugler
10/06/2021, 5:19 PMManish Soni
10/11/2021, 7:29 AMKarin Wolok
Karin Wolok
Karin Wolok
Charles
10/12/2021, 9:13 AMArpit
10/20/2021, 2:00 PMArpit
10/20/2021, 2:00 PMSandeep R
10/27/2021, 11:20 PMAnish Nair
11/03/2021, 10:47 AM2021/11/03 08:29:22.109 INFO [SegmentFetcherFactory] [HelixTaskExecutor-message_handle_thread] Segment fetcher is not configured for protocol: s3, using default
2021/11/03 08:29:22.109 WARN [PinotFSSegmentFetcher] [HelixTaskExecutor-message_handle_thread] Caught exception while fetching segment from: <s3://pinot-db/pinot-ingestion/mytable/mytable_OFFLINE_2021091800_2021091800_0.tar.gz> to: /tmp/data/pinotSegments/mytable_OFFLINE/tmp-mytable_OFFLINE_2021091800_2021091800_0-90b8d75e-b2e8-4e4f-b115-36e5528c37cf/mytable_OFFLINE_2021091800_2021091800_0.enc
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]
at org.apache.pinot.spi.filesystem.PinotFSFactory.create(PinotFSFactory.java:78) ~[pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
Following are our conf:
Server conf:
pinot.server.instance.enable.split.commit=true
pinot.server.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS
pinot.server.storage.factory.s3.region=us-east-1
pinot.server.segment.fetcher.protocols=s3
pinot.server.segment.fetcher.s3.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
Controller conf:
controller.data.dir=s3://pinot-db/
controller.local.temp.dir=/tmp/pinot/
controller.enable.split.commit=true
pinot.controller.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS
pinot.controller.storage.factory.s3.region=us-east-1
pinot.controller.segment.fetcher.protocols=file,http,s3
pinot.controller.segment.fetcher.s3.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcherKarin Wolok
Karin Wolok
Orbit
11/08/2021, 9:39 PMKarin Wolok
Karin Wolok
Karin Wolok
Karin Wolok
Karin Wolok
Xiang Fu
Anish Nair
11/23/2021, 12:04 PMAshish
11/26/2021, 4:32 PM