Search in sources :

Example 1 with LlapCacheOnlyInputFormatInterface

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);
}
Also used : LlapCacheOnlyInputFormatInterface(org.apache.hadoop.hive.ql.io.LlapCacheOnlyInputFormatInterface)

Aggregations

LlapCacheOnlyInputFormatInterface (org.apache.hadoop.hive.ql.io.LlapCacheOnlyInputFormatInterface)1