Bytes-in/bytes-out interface Anything that can be converted to an array of bytes can be stored - Input can be strings, numbers, complex objects, images, etc.
Question : While storing the values in HBase, how cell size matters..
Explanation: Cell size - Practical limits to the size of values - In general, cell size should not consistently be above 10MB - For large cell size: Increase the block size Increase the maximum region size for the table Keep the index size reasonable
Question : In which of the following scenerio we should use HBase 1. If it require random read, write or both 2. If it requires to do many thousands of operations per second on multiple TB of data 3. If access pattern is well known and simple 4. All of the above
1. You only append to your dataset, and tend to read the whole thing 2. For ad-hoc analytics 3. If data volume is quite small 4. All of the above 5. None of the above
operation on HBase table 1. Syntex for count is count 'tablename' [, interval] 2. Counting the rows of a large table can be slow 3. The progress will be reported every interval 4. None of the 1,2 and 3 5. Only 1 and 2