InterviewSolution
Saved Bookmarks
| 1. |
What does the following table do?hbase > disable_all 'p.*' |
|
Answer» The command will disable all the table starting with the letter p |
|