Class PinotSegmentConvertCommand
- java.lang.Object
-
- org.apache.pinot.tools.AbstractBaseCommand
-
- org.apache.pinot.tools.segment.converter.PinotSegmentConvertCommand
-
public class PinotSegmentConvertCommand extends AbstractBaseCommand implements Command
ThePinotSegmentConvertCommandclass provides tools to convert Pinot segments into another format.Currently support converting Pinot segments to:
- AVRO format
- CSV format
- JSON format
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.tools.AbstractBaseCommand
DEFAULT_CLUSTER_NAME, DEFAULT_ZK_ADDRESS
-
-
Constructor Summary
Constructors Constructor Description PinotSegmentConvertCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()booleanexecute()booleangetHelp()-
Methods inherited from class org.apache.pinot.tools.AbstractBaseCommand
cleanup, getName, printExamples, printUsage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pinot.tools.Command
call, printUsage
-
-