Package com.linkedin.venice.hadoop
Class ValidateSchemaAndBuildDictMapperOutputReader
- java.lang.Object
-
- com.linkedin.venice.hadoop.ValidateSchemaAndBuildDictMapperOutputReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class ValidateSchemaAndBuildDictMapperOutputReader extends java.lang.Object implements java.io.Closeable
This class reads the data(total input size in bytes and zstd dictionary) persisted in HDFS byValidateSchemaAndBuildDictMapper
based on the schemaValidateSchemaAndBuildDictMapperOutput
-
-
Constructor Summary
Constructors Constructor Description ValidateSchemaAndBuildDictMapperOutputReader(org.apache.hadoop.fs.Path outputDir, java.lang.String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
ValidateSchemaAndBuildDictMapperOutput
getOutput()
-
-
-
Method Detail
-
getOutput
public ValidateSchemaAndBuildDictMapperOutput getOutput()
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
-