Class PinotFSSpec

    • Constructor Detail

      • PinotFSSpec

        public PinotFSSpec()
    • Method Detail

      • getScheme

        public String getScheme()
      • setScheme

        public void setScheme​(String scheme)
        Scheme used to identify a Pinot FileSystem. It should match the scheme in the file uri for access. E.g. local, hdfs, dbfs, etc
        Parameters:
        scheme -
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
        Class name used to create the PinotFS instance. E.g. org.apache.pinot.spi.filesystem.LocalPinotFS is used for local filesystem org.apache.pinot.plugin.filesystem.AzurePinotFS is used for Azure Data Lake org.apache.pinot.plugin.filesystem.HadoopPinotFS is used for HDFS
        Parameters:
        className -