Class PinotSegmentToAvroConverter
- java.lang.Object
-
- org.apache.pinot.tools.segment.converter.PinotSegmentToAvroConverter
-
- All Implemented Interfaces:
PinotSegmentConverter
public class PinotSegmentToAvroConverter extends Object implements PinotSegmentConverter
ThePinotSegmentToAvroConverterclass is the tool to convert Pinot segment to AVRO format.
-
-
Constructor Summary
Constructors Constructor Description PinotSegmentToAvroConverter(String segmentDir, String outputFile)
-
-
-
Method Detail
-
convert
public void convert() throws ExceptionDescription copied from interface:PinotSegmentConverterConvert Pinot Segment into another format.- Specified by:
convertin interfacePinotSegmentConverter- Throws:
Exception
-
-