Class VeniceHdfsSource

java.lang.Object
com.linkedin.venice.spark.input.hdfs.VeniceHdfsSource
All Implemented Interfaces:
org.apache.spark.sql.connector.catalog.TableProvider

public class VeniceHdfsSource extends Object implements org.apache.spark.sql.connector.catalog.TableProvider
This is the entrypoint of the Avro input source. It is used by Spark to create a DataFrame from a directory on HDFS. The directory must contain either Avro or Vson files. The format of input files must be homogenous, i.e., it cannot contain mixed formats or schemas.