Class HDFSSchemaSource

java.lang.Object
com.linkedin.venice.hadoop.schema.HDFSSchemaSource
All Implemented Interfaces:
SchemaSource, AutoCloseable

public class HDFSSchemaSource extends Object implements SchemaSource, AutoCloseable
HDFSSchemaSource caches the Value schemes and RMD schemas for a given store on the HDFS and serve them during the Mapper stage. It will make API calls on Venice controller to retrieve all RMD schemes and all value schemas.