RE: Input from Hbase into Hive partition

2014-03-28 Thread sreenivasulu y
ds, Seenu. From: Manju M [mailto:manjumohapatra1...@gmail.com] Sent: 28 March 2014 PM 12:51 To: user@hive.apache.org Subject: Re: Input from Hbase into Hive partition Hbase table ( key , cf1:column1 , cf1:column2, cf1:column n ) key is + Hive mounting few columns from hbase table i want t

Re: Input from Hbase into Hive partition

2014-03-28 Thread Manju M
Hbase table ( key , cf1:column1 , cf1:column2, cf1:column n ) key is + Hive mounting few columns from hbase table i want to collect a day's( 2014-03-28 ) 's data from hbase table and insert that data into hive ( partition : 2014-03-28 ) On Fri, Mar 28, 2014 at 12:16 AM, Mohammad

Re: Input from Hbase into Hive partition

2014-03-28 Thread Mohammad Tariq
Hi Manju, How are you storing your data in HBase?What is your rowkey? Warm Regards, Tariq cloudfront.blogspot.com On Fri, Mar 28, 2014 at 12:03 PM, Manju M wrote: > How can i scan one day's data from Hbase table and insert that into Hbase > partition ( date) ? > > is it possible? >

Input from Hbase into Hive partition

2014-03-27 Thread Manju M
How can i scan one day's data from Hbase table and insert that into Hbase partition ( date) ? is it possible?