use of org.apache.hadoop.hive.ql.io.LlapCacheOnlyInputFormatInterface in project hive by apache.
the class LlapIoImpl method initCacheOnlyInputFormat.
@Override
public void initCacheOnlyInputFormat(InputFormat<?, ?> inputFormat) {
LlapCacheOnlyInputFormatInterface cacheIf = (LlapCacheOnlyInputFormatInterface) inputFormat;
cacheIf.injectCaches(fileMetadataCache, new GenericDataCache(dataCache, bufferManager), daemonConf);
}
Aggregations