Re: cmd for to know the buckets

2012-07-18 Thread Edward Capriolo
gt; > Regards > Bejoy KS > > > From: shaik ahamed > To: user@hive.apache.org > Sent: Wednesday, July 18, 2012 4:01 PM > Subject: Re: cmd for to know the buckets > > Hi Navis, > > Thanks for the reply > As i created

Re: cmd for to know the buckets

2012-07-18 Thread Bejoy Ks
corresponding to a bucket. Regards Bejoy KS From: shaik ahamed To: user@hive.apache.org Sent: Wednesday, July 18, 2012 4:01 PM Subject: Re: cmd for to know the buckets Hi Navis,   Thanks for the reply As i created a bucket table and loaded the data in to

Re: cmd for to know the buckets

2012-07-18 Thread shaik ahamed
Hi Navis, Thanks for the reply As i created a bucket table and loaded the data in to it and i would like to see the 4 buckets data. For the below cmd as i can see the details of the bucket ,i cant view the bucket column data as like in partitions we can see the partition column i ha

Re: cmd for to know the buckets

2012-07-18 Thread Navis류승우
Currently, configuring bucket num per partition is not allowed. If you want know the bucket num of table, use 'desc extended' or 'desc formatted' 2012/7/18 shaik ahamed > Hi users, > >As i would like to know the syntax or the cmd to know the > buckets. > > > For example for partitio

cmd for to know the buckets

2012-07-18 Thread shaik ahamed
Hi users, As i would like to know the syntax or the cmd to know the buckets. For example for partitions as we will give the below cmd to know the partitions for a table *show partitions xyz; xyz(table name)* Please tell the cmd to view the buckets created? Regards, shai