Skip to content

Commit e45ecc8

Browse files
authored
Update readme.md
1 parent 9c5d41a commit e45ecc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Hive/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ create table using below -
9999

100100
- Creating bucketed table
101101

102+
first set the property to enable bucketing
103+
` set hive.enforce.bucketing = true`
104+
102105
```
103106
CREATE TABLE IF NOT EXISTS JSON_TEMP (PRODUCT_ID INT,PRODUCT_NAME STRING)
104107
PARTITIONED BY (PRODUCT_PRICE_RANGE STRING)

0 commit comments

Comments
 (0)