InterviewSolution
Saved Bookmarks
| 1. |
Code to enable buckets in Hive? |
|
Answer» CODE to ENABLE BUCKETS in HIVE? Below is the COMMAND to enable buckets in Hive set.hive.enforce.bucketing=true; |
|