1.

What Are The Different Types Of Filters Used In Hbase?

Answer»

Filters are used to get specific DATA form a Hbase table rather than all the records.

They are of the following TYPES.

  • COLUMN Value Filter
  • Column Value comparators
  • KeyValue METADATA filters.
  • RowKey filters.

Filters are used to get specific data form a Hbase table rather than all the records.

They are of the following types.



Discussion

No Comment Found