
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: The HBase shell is a command-line tool that performs administrative tasks, such as creating and deleting tables.
**Explanation:** The HBase shell is a command-line tool that performs administrative tasks, such as creating and deleting tables. The Cloud Bigtable HBase client for Java makes it possible to use the HBase shell to connect to Cloud Bigtable. Key points: - **Command-line interface** - not GUI-based - **Administrative tasks** - table creation, deletion, and other administrative operations - **Not limited to user account management** - option D is incorrect - **Not hypervisor-based** - option C is incorrect as it doesn't create virtualized instances - Compatible with Cloud Bigtable through the HBase client for Java
Author: LeetQuiz .
NO.20 What is the HBase Shell for Cloud Bigtable?
A
The HBase shell is a GUI based interface that performs administrative tasks, such as creating and deleting tables.
B
The HBase shell is a command-line tool that performs administrative tasks, such as creating and deleting tables.
C
The HBase shell is a hypervisor based shell that performs administrative tasks, such as creating and deleting new virtualized instances.
D
The HBase shell is a command-line tool that performs only user account management functions to grant access to Cloud Bigtable instances.
No comments yet.