Following are the attribute for the column family 1. COMPRESSION$ 2. VERSIONS 3. TTL 4. BLOCKSIZE 5. IN_MEMORY 6. BLOCKCACHE
Question : Which statement is true about the HBase Cells
1. Unlimited number of versions of a cell 2. Version are specified using a long integer 3. By default version is current time 4. All 1,2 and 3 re correct 5. Only 2 and 3 are correct
Correct Answer : 4
Table cells are the intersection of a row and column A {row, column, version} tuple specifies a cell in HBase Cell content contains uninterpreted bytes Cells are versioned Unlimited number of versions of a cell Version is specified using a long integer By default, the version is current time - epoch (12pm, 01/01/70) Versions are stored in decreasing order
Question : By default HBase maintains three versions of a row ?
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