Re: Table bucketing on structured fields

2015-04-17 Thread Michael Häusler
td, its > subsidiaries or their employees, unless expressly so stated. It is the > responsibility of the recipient to ensure that this email is virus free, > therefore neither Peridale Ltd, its subsidiaries nor their employees accept > any responsibility. > > > -Orig

RE: Table bucketing on structured fields

2015-04-17 Thread Mich Talebzadeh
ril 2015 17:36 To: user@hive.apache.org Subject: Table bucketing on structured fields Hi there, in Hive 0.13.0, I am trying to create a table that should be bucketed by a structured field: CREATE TABLE foo (bar struct) CLUSTERED BY (bar.a) INTO 32 buckets; Unfortunately, I am getting an

Table bucketing on structured fields

2015-04-17 Thread Michael Häusler
Hi there, in Hive 0.13.0, I am trying to create a table that should be bucketed by a structured field: CREATE TABLE foo (bar struct) CLUSTERED BY (bar.a) INTO 32 buckets; Unfortunately, I am getting an error that dots are not allowed in the buckets specification: Error occurred executing hive