Question : Select the correct wrong statement for RegionSplit.. 1. HBase create two "daughter" reference files 2. Daughter files only contain the key where region was split 3. Access Mostly Uused Products by 50000+ Subscribers 4. Small reference files and original region are removed 5. All are correct
Select statement which is wrong for HFile 1. HFile are the actual HBase data storage files 2. Consists of Data, Meta, FileInfo, Trailer and Index blocks 3. Access Mostly Uused Products by 50000+ Subscribers 4. Smaller blocks faster for random access and faster for create 5. none of the above
HFile are the actual HBase data storage files Consists of Data, Meta, FileInfo, Trailer and Index blocks - Data and Meta blocks are optional - FileInfo and Trailer blocks are fixed - Trailer has pointers to the other blocks - Index block records the offsets of the Data and Meta block Block size is configured by hfile.min.blocksize.size - Smaller blocks faster for random access but slower for create - Larger blocks faster for primarily sequential access - Default size is 64KB
Question :
Select the option which is applicable to schema creation 1. Schemas can be created or updated in the shell or with HBaseAdmin Java API 2. Column may be added on the fly 3. Access Mostly Uused Products by 50000+ Subscribers 4. All are correct
Question : How HBase Maps are Sorted 1. Key or Values are kept in lexicographic sorted order 2. HBase Keys and Values are stored in Random Order 3. Keys and Values are not sorted at all