InterviewSolution
Saved Bookmarks
| 1. |
Can a partition be archived? What are the advantages and Disadvantages? |
|
Answer» Yes. A partition can be archived. Advantage is it decreases the number of files stored in namenode and the archived file can be queried using hive. The disadvantage is it will cause less efficient query and does not offer any space savings. |
|