Segment Uploader Plugin
Overview
SPI Interface
public interface SegmentUploader {
void init(TableConfig tableConfig) throws Exception;
void init(TableConfig tableConfig, Map<String, String> batchConfigOverride) throws Exception;
void uploadSegment(URI segmentTarFile, AuthProvider authProvider) throws Exception;
void uploadSegmentsFromDir(URI segmentDir, AuthProvider authProvider) throws Exception;
}Key Methods
Method
Description
Default Implementation
Configuration
Property
Required
Description
Writing a Custom Segment Uploader
Last updated
Was this helpful?

