InterviewSolution
Saved Bookmarks
| 1. |
_________________ property allow users to override the expiry time specified.(a) hcat.desired.partition.num.splits(b) hcatalog.hive.client.cache.expiry.time(c) hcatalog.hive.client.cache.disabled(d) hcat.append.limit |
|
Answer» Correct answer is (b) hcatalog.hive.client.cache.expiry.time The best explanation: This property is an int, and specifies number of seconds. |
|