Package com.linkedin.venice.hadoop
Class ValidateSchemaAndBuildDictMapperOutputReader
java.lang.Object
com.linkedin.venice.hadoop.ValidateSchemaAndBuildDictMapperOutputReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
This class reads the data(total input size in bytes and zstd dictionary) persisted in HDFS
by
ValidateSchemaAndBuildDictMapper
based on the schema ValidateSchemaAndBuildDictMapperOutput
-
Constructor Summary
ConstructorDescriptionValidateSchemaAndBuildDictMapperOutputReader
(org.apache.hadoop.fs.Path outputDir, String fileName) -
Method Summary
-
Constructor Details
-
Method Details
-
getOutput
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-