While creating table with bucketing don't mention datatype in clustered by section.It raises the error while creating table. CLUSTERED BY (area String) INTO 5 buckets ---> clustered by (area) into 5 buckets.
While creating table with bucketing don't mention datatype in clustered by section.It raises the error while creating table.
CLUSTERED BY (area String) INTO 5 buckets ---> clustered by (area) into 5 buckets.