Support Questions

Find answers, ask questions, and share your expertise

How can I put hive table in NiFi cache?

Contributor

Hi,

I want to put hive table in NiFi cache or Distributed cache. Is it possible to do this? If yes then how?

Thanks in advance

1 REPLY 1

Expert Contributor

@Ankit Tripathi

Hive LLAP is a distributed in-memory cache that you can use to cache Hive table data so I would suggest using that. NiFi is not meant to permanently cache Hive data but LLAP was built for this purpose.