1.

What are the two ways in which you can access data from Hbase?

Answer»

The data in Hbase can be accessed in two ways.

  • Using the rowkey and table scan for a range of row key values.

  • Using mapreduce in a batch manner.



Discussion

No Comment Found